Home
last modified time | relevance | path

Searched refs:p2sb_bus (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/
H A Dp2sb.c124 static struct pci_bus *p2sb_bus; in p2sb_get_bus() local
126 bus = bus ?: p2sb_bus; in p2sb_get_bus()
131 p2sb_bus = pci_find_bus(0, 0); in p2sb_get_bus()
132 return p2sb_bus; in p2sb_get_bus()
/linux/drivers/edac/
H A Dpnd2_edac.c134 static struct pci_bus *p2sb_bus; variable
146 pci_bus_read_config_##size(p2sb_bus, P2SB_DEVFN, off, ptr)
148 pci_bus_write_config_##size(p2sb_bus, P2SB_DEVFN, off, val)
1545 p2sb_bus = pci_find_bus(0, 0); in pnd2_init()
1546 if (!p2sb_bus) in pnd2_init()