Home
last modified time | relevance | path

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

/linux-2.6.39/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()
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-2.6.39/drivers/net/wireless/
Dairo.c379 #define EVSTAT 0x30 macro
3484 status = IN4500(ai, EVSTAT); in airo_interrupt()
3932 if (IN4500(ai, EVSTAT) & EV_CMD) in issuecommand()
3940 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { in issuecommand()
4274 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop); in transmit_allocate()
/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_hw.c2935 SHOW_REG(EVSTAT); in prism2_registers_proc_read()