Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/orinoco/
Dhermes.c145 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
150 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
232 reg = hermes_read_regn(hw, EVSTAT); in hermes_init()
275 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
280 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
328 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate()
333 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-6.1.9/drivers/net/wireless/cisco/
Dairo.c385 #define EVSTAT 0x30 macro
3502 status = IN4500(ai, EVSTAT); in airo_interrupt()
3979 if (IN4500(ai, EVSTAT) & EV_CMD) in issuecommand()
3987 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { in issuecommand()
4321 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop); in transmit_allocate()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2913 SHOW_REG(EVSTAT); in prism2_registers_proc_show()