| 42 | } |
| 43 | |
| 44 | static inline u16 get_timing_register_addr (int lane, int tm, int slot, int rank) |
| 45 | { |
| 46 | const u16 offs[] = { 0x1d, 0xa8, 0xe6, 0x5c }; |
| 47 | return get_lane_offset (slot, rank, lane) + offs[(tm + 3) % 4]; |
| 48 | } |
| 49 | |
| 50 | static void write_1d0 (u32 val, u16 addr, int bits, int flag) |
| 51 | { |
no test coverage detected