| 37 | } |
| 38 | |
| 39 | static inline u16 get_lane_offset (int slot, int rank, int lane) |
| 40 | { |
| 41 | return 0x124 * lane + ((lane & 4) ? 0x23e : 0) + 11 * rank + 22 * slot - 0x452 * (lane == 8); |
| 42 | } |
| 43 | |
| 44 | static inline u16 get_timing_register_addr (int lane, int tm, int slot, int rank) |
| 45 | { |
no outgoing calls
no test coverage detected