Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dmrc_util.c126 void training_message(uint8_t channel, uint8_t rank, uint8_t byte_lane) in training_message() argument
129 DPF(D_INFO, "CH%01X RK%01X BL%01X\n", channel, rank, byte_lane); in training_message()
138 uint8_t byte_lane, uint32_t pi_count) in set_rcvn() argument
147 channel, rank, byte_lane, pi_count); in set_rcvn()
154 reg = B01PTRCTL0 + (byte_lane >> 1) * DDRIODQ_BL_OFFSET + in set_rcvn()
156 msk = (byte_lane & 1) ? 0xf00000 : 0xf00; in set_rcvn()
157 temp = (byte_lane & 1) ? (pi_count / HALF_CLK) << 20 : in set_rcvn()
169 reg = (byte_lane & 1) ? B1DLLPICODER0 : B0DLLPICODER0; in set_rcvn()
170 reg += ((byte_lane >> 1) * DDRIODQ_BL_OFFSET + in set_rcvn()
181 reg = B01DBCTL1 + (byte_lane >> 1) * DDRIODQ_BL_OFFSET + in set_rcvn()
[all …]
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 …]
/external/u-boot/arch/arm/mach-exynos/
Ddmc_init_ddr3.c258 static bool dmc_valid_window_test_vector(int ch, int byte_lane) in dmc_valid_window_test_vector() argument
264 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()
374 if (dmc_valid_window_test_vector(ch, byte_lane)) { in test_shifts()
375 results[byte_lane] = shift; in test_shifts()
406 int byte_lane; in software_find_read_offset() local
[all …]