Searched refs:mchbar (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/edac/ |
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_nocache(u.mchbar, X38_MMR_WINDOW_SIZE); in x38_map_mchbar() 272 (unsigned long long)u.mchbar); in x38_map_mchbar()
|
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_nocache(u.mchbar, I3200_MMR_WINDOW_SIZE); in i3200_map_mchbar() 286 (unsigned long long)u.mchbar); in i3200_map_mchbar()
|
D | ie31200_edac.c | 319 u64 mchbar; in ie31200_map_mchbar() member 329 u.mchbar &= IE31200_MCHBAR_MASK; in ie31200_map_mchbar() 331 if (u.mchbar != (resource_size_t)u.mchbar) { in ie31200_map_mchbar() 333 (unsigned long long)u.mchbar); in ie31200_map_mchbar() 337 window = ioremap_nocache(u.mchbar, IE31200_MMR_WINDOW_SIZE); in ie31200_map_mchbar() 340 (unsigned long long)u.mchbar); in ie31200_map_mchbar()
|
D | i82975x_edac.c | 478 u32 mchbar; in i82975x_probe1() local 489 pci_read_config_dword(pdev, I82975X_MCHBAR, &mchbar); in i82975x_probe1() 490 if (!(mchbar & 1)) { in i82975x_probe1() 494 mchbar &= 0xffffc000; /* bits 31:14 used for 16K window */ in i82975x_probe1() 495 mch_window = ioremap_nocache(mchbar, 0x1000); in i82975x_probe1() 503 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_nocache(mchbar, I3000_MMR_WINDOW_SIZE); in i3000_probe1() 330 mchbar); in i3000_probe1()
|