Home
last modified time | relevance | path

Searched refs:sc_io_base (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/rwd/
H A Drt2661_reg.h334 (uint32_t *)((uintptr_t)(sc)->sc_io_base + (reg)))
338 (uint32_t *)((uintptr_t)(sc)->sc_io_base + (reg)), (val))
342 (uint8_t *)((sc)->sc_io_base + (reg)), (val))
346 (uint8_t *)((sc)->sc_io_base + (reg)))
H A Drt2661_var.h107 caddr_t sc_io_base; member
H A Drt2661.c2891 &sc->sc_io_base, 0, 0, &rt2661_csr_accattr, &sc->sc_io_handle); in rt2661_attach()
/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl_var.h506 caddr_t sc_io_base; member
585 (uint32_t *)((sc)->sc_io_base + (off)), x)
589 (uint32_t *)((sc)->sc_io_base + (off)))
593 (uint8_t *)((sc)->sc_io_base + (off)))
H A Dmwl.c3894 &sc->sc_io_base, 0, 0, &mwl_reg_accattr, &sc->sc_io_handle); in mwl_attach()
/titanic_41/usr/src/uts/common/io/rwn/
H A Drt2860_reg.h817 (uint32_t *)((uintptr_t)(sc)->sc_io_base + (reg)))
821 (uint32_t *)((uintptr_t)(sc)->sc_io_base + (reg)), (val))
825 (uint8_t *)((sc)->sc_io_base + (reg)), (val))
H A Drt2860_var.h134 caddr_t sc_io_base; member
H A Drt2860.c1936 (uint32_t *)((uintptr_t)(sc)->sc_io_base + addr), data); in rt2860_set_region_4()
2894 &sc->sc_io_base, 0, 0, &rwn_csr_accattr, &sc->sc_io_handle); in rt2860_attach()