Searched refs:program_timing (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/src/northbridge/intel/x4x/ |
H A D | rcven.c | 46 static void program_timing(const struct rec_timing *timing, u8 channel, u8 lane) in program_timing() function 133 program_timing(timing, channel, lane); in decr_coarse_low() 164 program_timing(timing, channel, lane); in fine_search_dqs_high() 181 program_timing(timing, channel, lane); in find_dqs_low() 197 program_timing(timing, channel, lane); in find_dqs_high() 214 program_timing(timing, channel, lane); in find_dqs_edge_lowhigh() 227 program_timing(timing, channel, lane); in find_preamble() 243 program_timing(timing, channel, lane); in calibrate_receive_enable() 256 program_timing(timing, channel, lane); in calibrate_receive_enable() 265 program_timing(timing, channel, lane); in calibrate_receive_enable() [all …]
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/gm45/ |
H A D | raminit_receive_enable_calibration.c | 104 static void program_timing(int channel, int group, in program_timing() function 144 program_timing(channel, group, timings); in find_dqs_low() 154 program_timing(channel, group, timings); in find_dqs_high() 163 program_timing(channel, group, timings); in find_dqs_edge_lowhigh() 170 program_timing(channel, group, timings); in find_dqs_edge_lowhigh() 174 program_timing(channel, group, timings); in find_dqs_edge_lowhigh() 184 program_timing(channel, group, timings); in find_preamble() 227 program_timing(ch, group, rec_timings); in receive_enable_calibration() 232 program_timing(ch, group, rec_timings); in receive_enable_calibration() 239 program_timing(ch, group, rec_timings); in receive_enable_calibration() [all …]
|