Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intersil/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.c659 hermes_read_regn(hw, TXCOMPLFID), hermes_read_regn(hw, EVSTAT)); in orinoco_tx_timeout()
1897 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt()
1943 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt()
/Linux-v5.10/drivers/net/wireless/cisco/
Dairo.c386 #define EVSTAT 0x30 macro
3510 status = IN4500(ai, EVSTAT); in airo_interrupt()
3974 if (IN4500(ai, EVSTAT) & EV_CMD) in issuecommand()
3982 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { in issuecommand()
4316 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop); in transmit_allocate()
/Linux-v5.10/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2909 SHOW_REG(EVSTAT); in prism2_registers_proc_show()