Searched refs:dct (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | amd64_edac.c | 91 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct() argument 97 reg |= dct; in f15h_select_dct() 115 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg() argument 120 if (dct || offset >= 0x100) in amd64_read_dct_pci_cfg() 125 if (dct) { in amd64_read_dct_pci_cfg() 143 dct = (dct && pvt->model == 0x30) ? 3 : dct; in amd64_read_dct_pci_cfg() 144 f15h_select_dct(pvt, dct); in amd64_read_dct_pci_cfg() 148 if (dct) in amd64_read_dct_pci_cfg() 343 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask() argument 350 csbase = pvt->csels[dct].csbases[csrow]; in get_cs_base_and_mask() [all …]
|
D | amd64_edac.h | 224 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument 471 int (*dbam_to_cs) (struct amd64_pvt *pvt, u8 dct,
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 1292 dct :4, /* Date cache tracking */ member
|