Home
last modified time | relevance | path

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

/drivers/net/wireless/orinoco/
Dhermes.c147 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
152 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait()
234 reg = hermes_read_regn(hw, EVSTAT); in hermes_init()
277 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
282 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait()
330 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate()
335 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()
/drivers/net/wireless/
Dairo.c380 #define EVSTAT 0x30 macro
3486 status = IN4500(ai, EVSTAT); in airo_interrupt()
3934 if (IN4500(ai, EVSTAT) & EV_CMD) in issuecommand()
3942 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { in issuecommand()
4276 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop); in transmit_allocate()
/drivers/net/wireless/hostap/
Dhostap_hw.c2924 SHOW_REG(EVSTAT); in prism2_registers_proc_show()