Searched refs:bnx_btag (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h86 #define REG_WR(sc, reg, val) bus_space_write_4(sc->bnx_btag, sc->bnx_bhandle, reg, val)
87 #define REG_WR16(sc, reg, val) bus_space_write_2(sc->bnx_btag, sc->bnx_bhandle, reg, val)
88 #define REG_RD(sc, reg) bus_space_read_4(sc->bnx_btag, sc->bnx_bhandle, reg)
123 bus_space_tag_t bnx_btag; /* Device bus tag */ member in struct:bnx_softc
H A Dif_bnx.c511 if (pci_mapreg_map(pa, BNX_PCI_BAR0, memtype, 0, &sc->bnx_btag,
2515 bus_space_unmap(sc->bnx_btag, sc->bnx_bhandle, sc->bnx_size);
4323 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
4574 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
4625 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
4697 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,
5265 bus_space_barrier(sc->bnx_btag, sc->bnx_bhandle, 0, 0,

Completed in 64 milliseconds