Searched refs:EVSTAT (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | hermes.c | 178 reg = hermes_read_regn(hw, EVSTAT); in hermes_init() 187 reg = hermes_read_regn(hw, EVSTAT); in hermes_init() 192 reg = hermes_read_regn(hw, EVSTAT); in hermes_init() 249 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait() 254 reg = hermes_read_regn(hw, EVSTAT); in hermes_docmd_wait() 304 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate() 309 reg = hermes_read_regn(hw, EVSTAT); in hermes_allocate()
|
D | airo.c | 373 #define EVSTAT 0x30 macro 2457 status = IN4500( apriv, EVSTAT ); 2866 u16 status = IN4500( ai, EVSTAT ); 3044 while ( max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0 && 3055 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) { 3311 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop);
|
D | orinoco.c | 1464 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt() 1506 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt() 2473 hermes_read_regn(hw, TXCOMPLFID), hermes_read_regn(hw, EVSTAT)); in orinoco_tx_timeout()
|