Home
last modified time | relevance | path

Searched refs:twa_bus_iot (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dtwavar.h59 bus_space_tag_t twa_bus_iot; /* bus space tag */ member
H A Dtwa.c419 bus_space_write_4(sc->twa_bus_iot, sc->twa_bus_ioh, off, val); in twa_outl()
420 bus_space_barrier(sc->twa_bus_iot, sc->twa_bus_ioh, off, 4, in twa_outl()
427 bus_space_barrier(sc->twa_bus_iot, sc->twa_bus_ioh, off, 4, in twa_inl()
429 return (bus_space_read_4(sc->twa_bus_iot, sc->twa_bus_ioh, off)); in twa_inl()
1536 &sc->twa_bus_iot, &sc->twa_bus_ioh, NULL, NULL)) {
1544 PCI_MAPREG_MEM_TYPE_64BIT, 0, &sc->twa_bus_iot,
1553 PCI_MAPREG_MEM_TYPE_64BIT, 0, &sc->twa_bus_iot,
1563 PCI_MAPREG_MEM_TYPE_64BIT, 0, &sc->twa_bus_iot,
H A Dtwareg.h89 bus_space_write_4(sc->twa_bus_iot, sc->twa_bus_ioh, offset, (uint32_t)val)