Searched refs:sc_iohandle (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_pgt_pci.c | 101 &sc->sc_iotag, &sc->sc_iohandle, NULL, &psc->sc_mapsize, 0); in pgt_pci_attach() 114 bus_space_write_4(sc->sc_iotag, sc->sc_iohandle, PGT_REG_INT_EN, 0); in pgt_pci_attach() 115 (void)bus_space_read_4(sc->sc_iotag, sc->sc_iohandle, PGT_REG_INT_EN); in pgt_pci_attach() 145 bus_space_unmap(sc->sc_iotag, sc->sc_iohandle, in pgt_pci_detach()
|
H A D | trm_pci.c | 137 sc->sc_iohandle = ioh; in trm_pci_attach()
|
/openbsd/sys/dev/cardbus/ |
H A D | if_pgt_cardbus.c | 117 &sc->sc_iotag, &sc->sc_iohandle, &base, &csc->sc_mapsize); in pgt_cardbus_attach() 125 bus_space_write_4(sc->sc_iotag, sc->sc_iohandle, PGT_REG_INT_EN, 0); in pgt_cardbus_attach() 126 (void)bus_space_read_4(sc->sc_iotag, sc->sc_iohandle, PGT_REG_INT_EN); in pgt_cardbus_attach() 159 sc->sc_iotag, sc->sc_iohandle, csc->sc_mapsize); in pgt_cardbus_detach()
|
/openbsd/sys/dev/ic/ |
H A D | trm.c | 319 ioh = sc->sc_iohandle; in trm_scsi_cmd() 555 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_reset() 649 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_StartSRB() 770 ioh = sc->sc_iohandle; in trm_Interrupt() 863 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_MsgOutPhase1() 935 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_CommandPhase1() 963 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_DataOutPhase0() 1101 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_DataInPhase0() 1201 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_DataIO_transfer() 1288 const bus_space_handle_t ioh = sc->sc_iohandle; in trm_StatusPhase0() [all …]
|
H A D | pgtvar.h | 163 bus_space_handle_t sc_iohandle; member
|
H A D | trm.h | 183 bus_space_handle_t sc_iohandle; member
|
H A D | pgt.c | 188 bus_space_barrier(sc->sc_iotag, sc->sc_iohandle, 0, 0, in pgt_write_memory_barrier() 195 return (bus_space_read_4(sc->sc_iotag, sc->sc_iohandle, offset)); in pgt_read_4() 201 bus_space_write_4(sc->sc_iotag, sc->sc_iohandle, offset, value); in pgt_write_4() 211 bus_space_write_4(sc->sc_iotag, sc->sc_iohandle, offset, value); in pgt_write_4_flush() 212 (void)bus_space_read_4(sc->sc_iotag, sc->sc_iohandle, PGT_REG_INT_EN); in pgt_write_4_flush()
|
/openbsd/sys/dev/sbus/ |
H A D | magma.c | 318 0, 0, &sc->sc_iohandle) != 0) { in magma_attach() 332 bus_space_unmap(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 340 bus_space_unmap(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 352 if (bus_space_subregion(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 357 if (bus_space_subregion(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 362 if (bus_space_subregion(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 374 if (bus_space_subregion(sc->sc_bustag, sc->sc_iohandle, in magma_attach() 421 if (bus_space_subregion(sc->sc_bustag, sc->sc_iohandle, in magma_attach()
|
H A D | magmareg.h | 105 bus_space_handle_t sc_iohandle; /* whole card registers */ member
|