Searched refs:BGE_PCI_PCISTATE (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/bge/ |
| HD | if_bge.c | 3290 cfg = pci_read_config(sc->bge_dev, BGE_PCI_PCISTATE, 4); in bge_devinfo() 3465 pcistate = pci_read_config(dev, BGE_PCI_PCISTATE, 4); in bge_attach() 3469 pci_write_config(dev, BGE_PCI_PCISTATE, pcistate, 4); in bge_attach() 3602 if ((pci_read_config(dev, BGE_PCI_PCISTATE, 4) & in bge_attach() 4157 pci_write_config(dev, BGE_PCI_PCISTATE, val, 4); in bge_reset()
|
| HD | if_bgereg.h | 226 #define BGE_PCI_PCISTATE 0x70 macro
|