Searched refs:mchbar (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
D | i3200_edac.c | 264 u64 mchbar; in i3200_map_mchbar() member 274 u.mchbar &= I3200_MCHBAR_MASK; in i3200_map_mchbar() 276 if (u.mchbar != (resource_size_t)u.mchbar) { in i3200_map_mchbar() 279 (unsigned long long)u.mchbar); in i3200_map_mchbar() 283 window = ioremap(u.mchbar, I3200_MMR_WINDOW_SIZE); in i3200_map_mchbar() 286 (unsigned long long)u.mchbar); in i3200_map_mchbar()
|
D | x38_edac.c | 249 u64 mchbar; in x38_map_mchbar() member 260 u.mchbar &= X38_MCHBAR_MASK; in x38_map_mchbar() 262 if (u.mchbar != (resource_size_t)u.mchbar) { in x38_map_mchbar() 265 (unsigned long long)u.mchbar); in x38_map_mchbar() 269 window = ioremap(u.mchbar, X38_MMR_WINDOW_SIZE); in x38_map_mchbar() 272 (unsigned long long)u.mchbar); in x38_map_mchbar()
|
D | ie31200_edac.c | 344 u64 mchbar; in ie31200_map_mchbar() member 354 u.mchbar &= IE31200_MCHBAR_MASK; in ie31200_map_mchbar() 356 if (u.mchbar != (resource_size_t)u.mchbar) { in ie31200_map_mchbar() 358 (unsigned long long)u.mchbar); in ie31200_map_mchbar() 362 window = ioremap(u.mchbar, IE31200_MMR_WINDOW_SIZE); in ie31200_map_mchbar() 365 (unsigned long long)u.mchbar); in ie31200_map_mchbar()
|
D | i82975x_edac.c | 471 u32 mchbar; in i82975x_probe1() local 482 pci_read_config_dword(pdev, I82975X_MCHBAR, &mchbar); in i82975x_probe1() 483 if (!(mchbar & 1)) { in i82975x_probe1() 487 mchbar &= 0xffffc000; /* bits 31:14 used for 16K window */ in i82975x_probe1() 488 mch_window = ioremap(mchbar, 0x1000); in i82975x_probe1() 496 mchbar, mch_window); in i82975x_probe1()
|
D | i3000_edac.c | 320 unsigned long mchbar; in i3000_probe1() local 325 pci_read_config_dword(pdev, I3000_MCHBAR, (u32 *) & mchbar); in i3000_probe1() 326 mchbar &= I3000_MCHBAR_MASK; in i3000_probe1() 327 window = ioremap(mchbar, I3000_MMR_WINDOW_SIZE); in i3000_probe1() 330 mchbar); in i3000_probe1()
|