Home
last modified time | relevance | path

Searched refs:EVSTAT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/orinoco/
Dhermes.c146 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
151 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
233 reg = hermes_read_regn(hw, EVSTAT); in hermes_init()
276 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
281 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
329 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate()
334 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate()
Dmain.c674 hermes_read_regn(hw, TXCOMPLFID), hermes_read_regn(hw, EVSTAT)); in orinoco_tx_timeout()
1913 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt()
1959 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt()
/linux-4.4.14/drivers/net/wireless/
Dairo.c380 #define EVSTAT 0x30 macro
3493 status = IN4500(ai, EVSTAT); in airo_interrupt()
3951 if (IN4500(ai, EVSTAT) & EV_CMD) in issuecommand()
3959 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { in issuecommand()
4293 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop); in transmit_allocate()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c2924 SHOW_REG(EVSTAT); in prism2_registers_proc_show()