Searched refs:DRAM_DCR_BUS_WIDTH (Results 1 – 2 of 2) sorted by relevance
119 #define DRAM_DCR_BUS_WIDTH(n) (((n) & 0x7) << 6) macro120 #define DRAM_DCR_BUS_WIDTH_MASK DRAM_DCR_BUS_WIDTH(0x7)
156 DRAM_DCR_BUS_WIDTH(DRAM_DCR_BUS_WIDTH_32BIT)) in mctl_get_number_of_lanes()616 reg_val |= DRAM_DCR_BUS_WIDTH((para->bus_width >> 3) - 1); in dramc_init_helper()
Completed in 4 milliseconds