Searched refs:BGE_PCI_PCISTATE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/bge/ |
| D | if_bge.c | 3289 cfg = pci_read_config(sc->bge_dev, BGE_PCI_PCISTATE, 4); in bge_devinfo() 3464 pcistate = pci_read_config(dev, BGE_PCI_PCISTATE, 4); in bge_attach() 3468 pci_write_config(dev, BGE_PCI_PCISTATE, pcistate, 4); in bge_attach() 3601 if ((pci_read_config(dev, BGE_PCI_PCISTATE, 4) & in bge_attach() 4155 pci_write_config(dev, BGE_PCI_PCISTATE, val, 4); in bge_reset()
|
| D | if_bgereg.h | 226 #define BGE_PCI_PCISTATE 0x70 macro
|