Searched refs:RAL_READ (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | rt2860.c | 231 tmp = RAL_READ(sc, RT2860_ASIC_VER_ID); in rt2860_attach() 917 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); in rt2860_updatestats() 998 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start() 1013 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop() 1038 tmp = RAL_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_newstate() 1112 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 1117 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2() 1130 tmp = RAL_READ(sc, reg); in rt3090_efuse_read_2() 1164 n = ((RAL_READ(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7; in rt2860_eeprom_read_2() 1178 tmp = RAL_READ(sc, RT2860_PCI_EECTRL); in rt2860_eeprom_read_2() [all …]
|
| D | rt2661.c | 211 if ((val = RAL_READ(sc, RT2661_MAC_CSR0)) != 0) in rt2661_attach() 797 tmp = RAL_READ(sc, RT2661_TXRX_CSR9); in rt2661_newstate() 876 n = (RAL_READ(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7; in rt2661_eeprom_read() 890 tmp = RAL_READ(sc, RT2661_E2PROM_CSR); in rt2661_eeprom_read() 918 val = RAL_READ(sc, RT2661_STA_CSR4); in rt2661_tx_intr() 1120 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13); in rt2661_rx_intr() 1121 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12); in rt2661_rx_intr() 1218 RAL_READ(sc, RT2661_M2H_CMD_DONE_CSR); in rt2661_mcu_cmd_intr() 1237 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR); in rt2661_intr() 1238 r2 = RAL_READ(sc, RT2661_MCU_INT_SOURCE_CSR); in rt2661_intr() [all …]
|
| D | rt2560.c | 331 sc->asic_rev = RAL_READ(sc, RT2560_CSR0); in rt2560_attach() 984 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7; in rt2560_eeprom_read() 998 tmp = RAL_READ(sc, RT2560_CSR21); in rt2560_eeprom_read() 1024 hw = (RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr) / in rt2560_encryption_intr() 1242 hw = (RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr) / in rt2560_decryption_intr() 1332 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr() 1333 tsf_lo = RAL_READ(sc, RT2560_CSR16); in rt2560_decryption_intr() 1489 if ((r = RAL_READ(sc, RT2560_CSR7)) == 0) in rt2560_intr() 1513 if ((r = RAL_READ(sc, RT2560_CSR7)) == 0) in rt2560_softintr() 2264 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_write() [all …]
|
| D | rt2560reg.h | 304 #define RAL_READ(sc, reg) \ macro
|
| D | rt2661reg.h | 325 #define RAL_READ(sc, reg) \ macro
|
| D | rt2860reg.h | 1075 #define RAL_READ(sc, reg) \ macro
|