Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c3278 cfg = pci_read_config(sc->bge_dev, BGE_PCI_PCISTATE, 4); in bge_devinfo()
3453 pcistate = pci_read_config(dev, BGE_PCI_PCISTATE, 4); in bge_attach()
3457 pci_write_config(dev, BGE_PCI_PCISTATE, pcistate, 4); in bge_attach()
3590 if ((pci_read_config(dev, BGE_PCI_PCISTATE, 4) & in bge_attach()
4149 pci_write_config(dev, BGE_PCI_PCISTATE, val, 4); in bge_reset()
H A Dif_bgereg.h225 #define BGE_PCI_PCISTATE 0x70 macro