Searched refs:RAL_READ (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 253 tmp = RAL_READ(sc, RT2860_ASIC_VER_ID); in rt2860_attach() 819 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); in rt2860_updatestats() 877 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start() 892 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop() 914 tmp = RAL_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_newstate() 973 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 978 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 991 tmp = RAL_READ(sc, reg); in rt3090_efuse_read_2() 1025 n = ((RAL_READ(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7; in rt2860_eeprom_read_2() 1039 tmp = RAL_READ(sc, RT2860_PCI_EECTRL); in rt2860_eeprom_read_2() [all …]
|
H A D | rt2661.c | 219 if ((val = RAL_READ(sc, RT2661_MAC_CSR0)) != 0) in rt2661_attach() 757 tmp = RAL_READ(sc, RT2661_TXRX_CSR9); in rt2661_newstate() 817 n = (RAL_READ(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7; in rt2661_eeprom_read() 831 tmp = RAL_READ(sc, RT2661_E2PROM_CSR); in rt2661_eeprom_read() 860 val = RAL_READ(sc, RT2661_STA_CSR4); in rt2661_tx_intr() 1055 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13); in rt2661_rx_intr() 1056 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12); in rt2661_rx_intr() 1117 RAL_READ(sc, RT2661_M2H_CMD_DONE_CSR); in rt2661_mcu_cmd_intr() 1139 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR); in rt2661_intr() 1142 r2 = RAL_READ(sc, RT2661_MCU_INT_SOURCE_CSR); in rt2661_intr() [all …]
|
H A D | rt2560.c | 217 sc->asic_rev = RAL_READ(sc, RT2560_CSR0); in rt2560_attach() 823 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7; in rt2560_eeprom_read() 837 tmp = RAL_READ(sc, RT2560_CSR21); in rt2560_eeprom_read() 863 hw = RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr; in rt2560_encryption_intr() 1097 hw = RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr; in rt2560_decryption_intr() 1177 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr() 1178 tsf_lo = RAL_READ(sc, RT2560_CSR16); in rt2560_decryption_intr() 1337 r = RAL_READ(sc, RT2560_CSR7); in rt2560_intr() 1951 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_write() 1973 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_read() [all …]
|
H A D | rt2560reg.h | 307 #define RAL_READ(sc, reg) \ macro
|
H A D | rt2661reg.h | 317 #define RAL_READ(sc, reg) \ macro
|
H A D | rt2860reg.h | 997 #define RAL_READ(sc, reg) \ macro
|