Home
last modified time | relevance | path

Searched refs:sc_base (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h634 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)))
637 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
645 (uint32_t *)((sc)->sc_base + s), *p); \
H A Dwpivar.h167 caddr_t sc_base; member
H A Dwpi.c473 err = ddi_regs_map_setup(dip, 1, &sc->sc_base, in wpi_attach()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h169 caddr_t sc_base; member
H A Diwk_hw.h3194 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)))
3197 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
H A Diwk2.c543 err = ddi_regs_map_setup(dip, 1, &sc->sc_base, in iwk_attach()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h174 caddr_t sc_base; member
H A Diwh_hw.h2571 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)))
2574 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
H A Diwh.c613 err = ddi_regs_map_setup(dip, 1, &sc->sc_base, in iwh_attach()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h192 caddr_t sc_base; member
H A Diwp_hw.h2569 ddi_get32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)))
2572 ddi_put32((sc)->sc_handle, (uint32_t *)((sc)->sc_base + (reg)), (val))
H A Diwp.c574 err = ddi_regs_map_setup(dip, 1, &sc->sc_base, in iwp_attach()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h178 caddr_t sc_base; member
H A Dif_iwn.c419 return (ddi_get32(sc->sc_regh, (uint32_t *)(sc->sc_base + reg))); in iwn_read()
426 ddi_put32(sc->sc_regh, (uint32_t *)(sc->sc_base + reg), val); in iwn_write()
432 ddi_put8(sc->sc_regh, (uint8_t *)(sc->sc_base + reg), val); in iwn_write_1()
845 error = ddi_regs_map_setup(dip, 1, &sc->sc_base, 0, 0, &iwn_reg_accattr, in iwn_attach()