Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dmclink.c39 FPGA_SET_REG(k, mc_control, 0x8000); in mclink_probe()
76 FPGA_SET_REG(0, mc_control, 0x8001); in mclink_send()
107 FPGA_SET_REG(0, mc_control, 0x8001); in mclink_receive()
/OK3568_Linux_fs/u-boot/include/
H A Dgdsys_fpga.h150 u16 mc_control; /* 0x0066 */ member
186 u16 mc_control; /* 0x0066 */ member
229 u16 mc_control; /* 0x0046 */ member
260 u16 mc_control; /* 0x0066 */ member
/OK3568_Linux_fs/kernel/drivers/edac/
H A Di7core_edac.c203 u32 mc_control; member
396 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch)))
397 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1))
502 pci_read_config_dword(pdev, MC_CONTROL, &pvt->info.mc_control); in get_dimm_config()
508 pvt->i7core_dev->socket, pvt->info.mc_control, in get_dimm_config()