Searched refs:BUS_WIDTH (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp_config.h34 * BUS_WIDTH - 64/32 bit
50 #define BUS_WIDTH 32 macro
52 #define BUS_WIDTH 64 macro
H A Dddr3_init.c361 __maybe_unused u32 ddr_width = BUS_WIDTH;
H A Dddr3_spd.c749 if (ddr3_get_min_val(sum_info.data_width, dimm_num, BUS_WIDTH) == 64) {
/u-boot/drivers/spi/
H A Dspi-synquacer.c71 #define BUS_WIDTH 24 macro
275 val &= ~(3 << BUS_WIDTH);
276 val |= ((bus_width >> 1) << BUS_WIDTH);
/u-boot/drivers/ram/octeon/
H A Ddimm_spd_eeprom.c13 #define BUS_WIDTH(t) (((t) == DDR4_DRAM) ? \ macro
295 return !!(read_spd(dimm_config, upper_dimm, BUS_WIDTH(ddr_type)) & 8);

Completed in 114 milliseconds