MCPcopy Create free account
hub / github.com/coreboot/coreboot / get_timing_register_addr

Function get_timing_register_addr

util/inteltool/memory.c:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static 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
50static void write_1d0 (u32 val, u16 addr, int bits, int flag)
51{

Callers 1

dump_timingsFunction · 0.70

Calls 1

get_lane_offsetFunction · 0.70

Tested by

no test coverage detected