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() 821 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); in rt2860_updatestats() 879 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start() 894 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop() 916 tmp = RAL_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_newstate() 975 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 980 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 993 tmp = RAL_READ(sc, reg); in rt3090_efuse_read_2() 1027 n = ((RAL_READ(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7; in rt2860_eeprom_read_2() 1041 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() 759 tmp = RAL_READ(sc, RT2661_TXRX_CSR9); in rt2661_newstate() 819 n = (RAL_READ(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7; in rt2661_eeprom_read() 833 tmp = RAL_READ(sc, RT2661_E2PROM_CSR); in rt2661_eeprom_read() 862 val = RAL_READ(sc, RT2661_STA_CSR4); in rt2661_tx_intr() 1057 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13); in rt2661_rx_intr() 1058 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12); in rt2661_rx_intr() 1119 RAL_READ(sc, RT2661_M2H_CMD_DONE_CSR); in rt2661_mcu_cmd_intr() 1141 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR); in rt2661_intr() 1144 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() 825 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7; in rt2560_eeprom_read() 839 tmp = RAL_READ(sc, RT2560_CSR21); in rt2560_eeprom_read() 865 hw = RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr; in rt2560_encryption_intr() 1099 hw = RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr; in rt2560_decryption_intr() 1179 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr() 1180 tsf_lo = RAL_READ(sc, RT2560_CSR16); in rt2560_decryption_intr() 1339 r = RAL_READ(sc, RT2560_CSR7); in rt2560_intr() 1955 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_write() 1977 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
|