Searched refs:RAL_READ (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Drt2860.c230 tmp = RAL_READ(sc, reg);
820 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG);
910 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4);
925 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4);
948 tmp = RAL_READ(sc, RT2860_BCN_TIME_CFG);
1022 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL);
1027 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL);
1040 tmp = RAL_READ(sc, reg);
1061 tmp = RAL_READ(sc, RT3290_EFUSE_CTRL);
1066 tmp = RAL_READ(s
[all...]
H A Drt2560.c180 sc->asic_rev = RAL_READ(sc, RT2560_CSR0);
840 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7;
854 tmp = RAL_READ(sc, RT2560_CSR21);
879 hw = (RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr) /
1089 hw = (RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr) /
1178 tsf_hi = RAL_READ(sc, RT2560_CSR17);
1179 tsf_lo = RAL_READ(sc, RT2560_CSR16);
1328 r = RAL_READ(sc, RT2560_CSR7);
2057 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY))
2079 if (!(RAL_READ(s
[all...]
H A Drt2661.c207 if ((val = RAL_READ(sc, RT2661_MAC_CSR0)) != 0)
933 tmp = RAL_READ(sc, RT2661_TXRX_CSR9);
1013 n = (RAL_READ(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7;
1027 tmp = RAL_READ(sc, RT2661_E2PROM_CSR);
1054 const uint32_t val = RAL_READ(sc, RT2661_STA_CSR4);
1254 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13);
1255 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12);
1346 RAL_READ(sc, RT2661_M2H_CMD_DONE_CSR);
1357 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR);
1358 r2 = RAL_READ(s
[all...]
H A Drt2661reg.h329 RAL_READ(struct rt2661_softc *sc, bus_size_t reg) function
341 *datap = RAL_READ(sc, offset);
H A Drt2560reg.h303 #define RAL_READ(sc, reg) \ macro
H A Drt2860reg.h1099 #define RAL_READ(sc, reg) \ macro

Completed in 200 milliseconds