Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
HDrt2860.c256 tmp = RAL_READ(sc, RT2860_ASIC_VER_ID); in rt2860_attach()
865 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); in rt2860_updatestats()
923 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_start()
938 tmp = RAL_READ(sc, RT2860_WCID_ENTRY(wcid) + 4); in rt2860_ampdu_rx_stop()
960 tmp = RAL_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_newstate()
1019 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2()
1024 tmp = RAL_READ(sc, RT3070_EFUSE_CTRL); in rt3090_efuse_read_2()
1037 tmp = RAL_READ(sc, reg); in rt3090_efuse_read_2()
1071 n = ((RAL_READ(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7; in rt2860_eeprom_read_2()
1085 tmp = RAL_READ(sc, RT2860_PCI_EECTRL); in rt2860_eeprom_read_2()
[all …]
HDrt2661.c223 if ((val = RAL_READ(sc, RT2661_MAC_CSR0)) != 0) in rt2661_attach()
798 tmp = RAL_READ(sc, RT2661_TXRX_CSR9); in rt2661_newstate()
858 n = (RAL_READ(sc, RT2661_E2PROM_CSR) & RT2661_93C46) ? 5 : 7; in rt2661_eeprom_read()
872 tmp = RAL_READ(sc, RT2661_E2PROM_CSR); in rt2661_eeprom_read()
900 val = RAL_READ(sc, RT2661_STA_CSR4); in rt2661_tx_intr()
1115 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13); in rt2661_rx_intr()
1116 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12); in rt2661_rx_intr()
1177 RAL_READ(sc, RT2661_M2H_CMD_DONE_CSR); in rt2661_mcu_cmd_intr()
1199 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR); in rt2661_intr()
1202 r2 = RAL_READ(sc, RT2661_MCU_INT_SOURCE_CSR); in rt2661_intr()
[all …]
HDrt2560.c221 sc->asic_rev = RAL_READ(sc, RT2560_CSR0); in rt2560_attach()
866 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7; in rt2560_eeprom_read()
880 tmp = RAL_READ(sc, RT2560_CSR21); in rt2560_eeprom_read()
906 hw = RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr; in rt2560_encryption_intr()
1143 hw = RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr; in rt2560_decryption_intr()
1239 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr()
1240 tsf_lo = RAL_READ(sc, RT2560_CSR16); in rt2560_decryption_intr()
1399 r = RAL_READ(sc, RT2560_CSR7); in rt2560_intr()
2067 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_write()
2089 if (!(RAL_READ(sc, RT2560_BBPCSR) & RT2560_BBP_BUSY)) in rt2560_bbp_read()
[all …]
HDrt2560reg.h309 #define RAL_READ(sc, reg) \ macro
HDrt2661reg.h319 #define RAL_READ(sc, reg) \ macro
HDrt2860reg.h993 #define RAL_READ(sc, reg) \ macro