Searched refs:sc_io_handle (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/io/rwd/ |
H A D | rt2661_reg.h | 333 ddi_get32((sc)->sc_io_handle, \ 337 ddi_put32((sc)->sc_io_handle, \ 341 ddi_put8((sc)->sc_io_handle, \ 345 ddi_get8((sc)->sc_io_handle, \
|
H A D | rt2661_var.h | 106 ddi_acc_handle_t sc_io_handle; member
|
H A D | rt2661.c | 2891 &sc->sc_io_base, 0, 0, &rt2661_csr_accattr, &sc->sc_io_handle); in rt2661_attach() 3155 ddi_regs_map_free(&sc->sc_io_handle); in rt2661_attach() 3218 ddi_regs_map_free(&sc->sc_io_handle); in rt2661_detach()
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 505 ddi_acc_handle_t sc_io_handle; member 584 ddi_put32((sc)->sc_io_handle, \ 588 ddi_get32((sc)->sc_io_handle, \ 592 ddi_get8((sc)->sc_io_handle, \
|
H A D | mwl.c | 3894 &sc->sc_io_base, 0, 0, &mwl_reg_accattr, &sc->sc_io_handle); in mwl_attach() 4218 ddi_regs_map_free(&sc->sc_io_handle); in mwl_attach() 4285 ddi_regs_map_free(&sc->sc_io_handle); in mwl_detach()
|
/titanic_50/usr/src/uts/common/io/rwn/ |
H A D | rt2860_reg.h | 816 ddi_get32((sc)->sc_io_handle, \ 820 ddi_put32((sc)->sc_io_handle, \ 824 ddi_put8((sc)->sc_io_handle, \
|
H A D | rt2860_var.h | 133 ddi_acc_handle_t sc_io_handle; member
|
H A D | rt2860.c | 1935 ddi_put32((sc)->sc_io_handle, in rt2860_set_region_4() 2894 &sc->sc_io_base, 0, 0, &rwn_csr_accattr, &sc->sc_io_handle); in rt2860_attach() 3092 ddi_regs_map_free(&sc->sc_io_handle); in rt2860_attach() 3147 ddi_regs_map_free(&sc->sc_io_handle); in rt2860_detach()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 255 ddi_put32(sc->sc_io_handle, in arn_iowrite32() 259 ddi_put32(sc->sc_io_handle, in arn_iowrite32() 271 val = ddi_get32(sc->sc_io_handle, in arn_ioread32() 275 val = ddi_get32(sc->sc_io_handle, in arn_ioread32() 2912 &sc->mem, 0, 0, &arn_reg_accattr, &sc->sc_io_handle); in arn_attach() 3320 ddi_regs_map_free(&sc->sc_io_handle); in arn_attach() 3430 ddi_regs_map_free(&sc->sc_io_handle); in arn_detach()
|
H A D | arn_core.h | 857 ddi_acc_handle_t sc_io_handle; /* DDI I/O handle */ member
|
H A D | arn_ath9k.h | 615 ddi_get16((_ah->ah_sc)->sc_io_handle, \
|