Home
last modified time | relevance | path

Searched refs:IWH_READ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh.c624 sc->sc_hw_rev = IWH_READ(sc, CSR_HW_REV); in iwh_attach()
1512 if (IWH_READ(sc, FH_MEM_RSSR_RX_STATUS_REG) & (1 << 24)) { in iwh_reset_rx_ring()
1687 if (IWH_READ(sc, IWH_FH_TSSR_TX_STATUS_REG) & in iwh_reset_tx_ring()
2063 tmp = IWH_READ(sc, CSR_GP_CNTRL); in iwh_mac_access_enter()
2071 if ((IWH_READ(sc, CSR_GP_CNTRL) & in iwh_mac_access_enter()
2094 uint32_t tmp = IWH_READ(sc, CSR_GP_CNTRL); in iwh_mac_access_exit()
2126 return (IWH_READ(sc, HBUS_TARG_PRPH_RDAT)); in iwh_reg_read()
2874 r = IWH_READ(sc, CSR_INT); in iwh_intr()
2882 rfh = IWH_READ(sc, CSR_FH_INT_STATUS); in iwh_intr()
2916 uint32_t tmp = IWH_READ(sc, CSR_GP_CNTRL); in iwh_intr()
[all …]
H A Diwh_hw.h2570 #define IWH_READ(sc, reg) \ macro