Home
last modified time | relevance | path

Searched refs:byte_lane (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c147 channel, rank, byte_lane, pi_count); in set_rcvn()
156 msk = (byte_lane & 1) ? 0xf00000 : 0xf00; in set_rcvn()
229 temp >>= (byte_lane & 1) ? 20 : 8; in get_rcvn()
270 channel, rank, byte_lane, pi_count); in set_rdqs()
350 msk = (byte_lane & 1) ? 0xf0000 : 0xf0; in set_wdqs()
352 temp <<= (byte_lane & 1) ? 16 : 4; in set_wdqs()
423 temp >>= (byte_lane & 1) ? 16 : 4; in get_wdqs()
474 msk = (byte_lane & 1) ? 0xf000 : 0xf; in set_wdq()
476 temp <<= (byte_lane & 1) ? 12 : 0; in set_wdq()
547 temp >>= (byte_lane & 1) ? 12 : 0; in get_wdq()
[all …]
H A Dmrc_util.h83 void training_message(uint8_t channel, uint8_t rank, uint8_t byte_lane);
86 uint8_t byte_lane, uint32_t pi_count);
87 uint32_t get_rcvn(uint8_t channel, uint8_t rank, uint8_t byte_lane);
89 uint8_t byte_lane, uint32_t pi_count);
90 uint32_t get_rdqs(uint8_t channel, uint8_t rank, uint8_t byte_lane);
92 uint8_t byte_lane, uint32_t pi_count);
93 uint32_t get_wdqs(uint8_t channel, uint8_t rank, uint8_t byte_lane);
95 uint8_t byte_lane, uint32_t pi_count);
96 uint32_t get_wdq(uint8_t channel, uint8_t rank, uint8_t byte_lane);
103 void set_vref(uint8_t channel, uint8_t byte_lane, uint32_t setting);
[all …]
/openbmc/u-boot/arch/arm/mach-exynos/
H A Ddmc_init_ddr3.c264 mask = 0xFF << (8 * byte_lane); in dmc_valid_window_test_vector()
355 int byte_lane; in test_shifts() local
357 for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) { in test_shifts()
361 results[byte_lane] = DEFAULT_DQS; in test_shifts()
370 offsetr &= ~(0xFF << (8 * byte_lane)); in test_shifts()
371 offsetr |= (byte_offsetr << (8 * byte_lane)); in test_shifts()
375 results[byte_lane] = shift; in test_shifts()
406 int byte_lane; in software_find_read_offset() local
429 for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) { in software_find_read_offset()
433 temp_center = (left[byte_lane] + right[byte_lane]) / 2; in software_find_read_offset()
[all …]