Searched refs:mchbar (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | i3200_edac.c | 266 u64 mchbar; in i3200_map_mchbar() member 276 u.mchbar &= I3200_MCHBAR_MASK; in i3200_map_mchbar() 278 if (u.mchbar != (resource_size_t)u.mchbar) { in i3200_map_mchbar() 281 (unsigned long long)u.mchbar); in i3200_map_mchbar() 285 window = ioremap_nocache(u.mchbar, I3200_MMR_WINDOW_SIZE); in i3200_map_mchbar() 288 (unsigned long long)u.mchbar); in i3200_map_mchbar()
|
D | x38_edac.c | 251 u64 mchbar; in x38_map_mchbar() member 262 u.mchbar &= X38_MCHBAR_MASK; in x38_map_mchbar() 264 if (u.mchbar != (resource_size_t)u.mchbar) { in x38_map_mchbar() 267 (unsigned long long)u.mchbar); in x38_map_mchbar() 271 window = ioremap_nocache(u.mchbar, X38_MMR_WINDOW_SIZE); in x38_map_mchbar() 274 (unsigned long long)u.mchbar); in x38_map_mchbar()
|
D | ie31200_edac.c | 303 u64 mchbar; in ie31200_map_mchbar() member 313 u.mchbar &= IE31200_MCHBAR_MASK; in ie31200_map_mchbar() 315 if (u.mchbar != (resource_size_t)u.mchbar) { in ie31200_map_mchbar() 317 (unsigned long long)u.mchbar); in ie31200_map_mchbar() 321 window = ioremap_nocache(u.mchbar, IE31200_MMR_WINDOW_SIZE); in ie31200_map_mchbar() 324 (unsigned long long)u.mchbar); in ie31200_map_mchbar()
|
D | i82975x_edac.c | 479 u32 mchbar; in i82975x_probe1() local 490 pci_read_config_dword(pdev, I82975X_MCHBAR, &mchbar); in i82975x_probe1() 491 if (!(mchbar & 1)) { in i82975x_probe1() 495 mchbar &= 0xffffc000; /* bits 31:14 used for 16K window */ in i82975x_probe1() 496 mch_window = ioremap_nocache(mchbar, 0x1000); in i82975x_probe1() 500 mchbar, mch_window); in i82975x_probe1()
|
D | i3000_edac.c | 322 unsigned long mchbar; in i3000_probe1() local 327 pci_read_config_dword(pdev, I3000_MCHBAR, (u32 *) & mchbar); in i3000_probe1() 328 mchbar &= I3000_MCHBAR_MASK; in i3000_probe1() 329 window = ioremap_nocache(mchbar, I3000_MMR_WINDOW_SIZE); in i3000_probe1() 332 mchbar); in i3000_probe1()
|