Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bgereg.h234 #define BGE_PCI_MEMWIN_BASEADDR 0x7C macro
2176 pci_conf_write(pc, tag, BGE_PCI_MEMWIN_BASEADDR, \
2183 pci_conf_write(pc, tag, BGE_PCI_MEMWIN_BASEADDR, \
H A Dif_bge.c798 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_MEMWIN_BASEADDR, off); in bge_readmem_ind()
800 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_MEMWIN_BASEADDR, 0); in bge_readmem_ind()
808 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_MEMWIN_BASEADDR, off); in bge_writemem_ind()
810 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_MEMWIN_BASEADDR, 0); in bge_writemem_ind()
2525 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_MEMWIN_BASEADDR, 0); in bge_blockinit()