Lines Matching refs:RT2860_READ

330 	n = ((RT2860_READ(sc, RT2860_PCI_EECTRL) & 0x30) == 0) ? 5 : 7;  in rt2860_eeprom_read()
344 tmp = RT2860_READ(sc, RT2860_PCI_EECTRL); in rt2860_eeprom_read()
1295 tmp = RT2860_READ(sc, RT2860_BKOFF_SLOT_CFG); in rt2860_updateslot()
1355 tmp = RT2860_READ(sc, RT2860_AUTO_RSP_CFG); in rt2860_set_txpreamble()
1504 tmp = RT2860_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_enable_tsf_sync()
1550 tmp = RT2860_READ(sc, RT2860_BCN_TIME_CFG); in rt2860_newstate()
1629 while ((stat = RT2860_READ(sc, RT2860_TX_STAT_FIFO)) & RT2860_TXQ_VLD) { in rt2860_drain_stats_fifo()
1668 hw = RT2860_READ(sc, RT2860_TX_DTX_IDX(qid)); in rt2860_tx_intr()
1841 r = RT2860_READ(sc, RT2860_INT_STATUS); in rt2860_intr()
1970 if (RT2860_READ(sc, RT2860_SYS_CTRL) & RT2860_MCU_READY) in rt2860_load_microcode()
2001 if (!(RT2860_READ(sc, RT2860_H2M_MAILBOX) & RT2860_H2M_BUSY)) in rt2860_mcu_cmd()
2027 if (!(RT2860_READ(sc, in rt2860_mcu_bbp_read()
2045 val = RT2860_READ(sc, RT2860_H2M_BBPAGENT); in rt2860_mcu_bbp_read()
2062 if (!(RT2860_READ(sc, in rt2860_mcu_bbp_write()
2119 if (!(RT2860_READ(sc, RT2860_RF_CSR_CFG0) & RT2860_RF_REG_CTRL)) in rt2860_rf_write()
2145 tmp = RT2860_READ(sc, RT2860_TX_BAND_CFG); in rt2860_select_chan_group()
2285 tmp = RT2860_READ(sc, RT2860_WPDMA_GLO_CFG); in rt2860_init()
2317 tmp = RT2860_READ(sc, RT2860_WPDMA_GLO_CFG); in rt2860_init()
2347 if (!(RT2860_READ(sc, RT2860_MAC_STATUS_REG) & in rt2860_init()
2385 tmp = RT2860_READ(sc, RT2860_WPDMA_GLO_CFG); in rt2860_init()
2436 tmp = RT2860_READ(sc, RT2860_TX_RTS_CFG); in rt2860_init()
2447 tmp = RT2860_READ(sc, RT2860_WPDMA_GLO_CFG); in rt2860_init()
2552 tmp = RT2860_READ(sc, RT2860_MAC_SYS_CTRL); in rt2860_stop()
2909 sc->mac_rev = RT2860_READ(sc, RT2860_ASIC_VER_ID); in rt2860_attach()