Searched refs:dq_map (Results 1 – 4 of 4) sorted by relevance
77 const u8 dq_map[2][6][2] = { in mainboard_fill_pei_data() local93 memcpy(pei_data->dq_map, dq_map, sizeof(dq_map)); in mainboard_fill_pei_data()
153 uint8_t dq_map[2][6][2]; member
8 (0 << 0) | (0 << 8) | (57 << 16) | (8 << 24),/* skew index, dq_map index */
1252 u32 i, dq_map, tmp; in phy_cfg() local1264 dq_map = readl(PHY_REG(phy_base, 0x4f)); in phy_cfg()1266 if (((dq_map >> (i * 2)) & 0x3) == 0) { in phy_cfg()1272 if (((dq_map >> (i * 2)) & 0x3) == 1) { in phy_cfg()2724 u32 i, dq_map; in dram_detect_cap() local2800 dq_map = readl(PHY_REG(phy_base, 0x4f)); in dram_detect_cap()2802 if (((dq_map >> (i * 2)) & 0x3) == 0) in dram_detect_cap()2804 if (((dq_map >> (i * 2)) & 0x3) == 1) in dram_detect_cap()