Searched refs:IDLE (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dfalc-lh.h37 #define IDLE 0x29 /* Idle Code */ macro
H A Dcomx-hw-munich.c1610 writeb(0xff, lbi + IDLE); /* Idle Code to send in unused timeslots */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha1542.h55 #define IDLE 0x10 /* SCSI Host Adapter Idle */ macro
H A Daha1542.c374 /* Expect INIT and IDLE, any of the others are bad */
375 WAIT(STATUS(bse), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF); local
1431 STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF); local
1495 STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF); local
1582 STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF); local
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dacsi_slm.c132 typedef enum { IDLE, FILLING, PRINTING } SLMSTATE; enumerator in enum:__anon1084
630 if (SLMState == IDLE) {
677 SLMState = IDLE;
710 SLMState = IDLE;
967 SLMState = IDLE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_ts.c158 IDLE = 0, enumerator in enum:__anon1139
389 case IDLE:
409 ts->acq_state = IDLE;
422 ts->acq_state = IDLE;
H A Dsynclinkmp.c446 #define IDLE BIT6 macro
2180 info->ie1_value &= ~(IDLE + UDRN);
2182 write_reg(info, SR1, (unsigned char)(UDRN + IDLE));
2192 else if (status & IDLE)
2231 write_reg(info, SR1, (unsigned char)(status & (UDRN + IDLE + CCTS)));
2237 if (status & (UDRN + IDLE))
2332 * otherwise enable interrupt for tx IDLE.
2334 if (status_reg1 & IDLE)
2335 isr_txeom(info, IDLE);
2337 /* disable and clear underrun IRQ, enable IDLE interrup
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Drc.c574 IDLE, enumerator in enum:__anon12226
585 if (state == IDLE) {
1233 state = IDLE;
1262 state = IDLE;
1350 case IDLE:
1351 dprintf("IDLE\n");
1352 state = IDLE;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Drc.c558 IDLE, enumerator in enum:__anon12239
569 if (state == IDLE) {
1203 state = IDLE;
1232 state = IDLE;
1308 case IDLE:
1309 dprintf("IDLE\n");
1310 state = IDLE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Ddmascc.c163 #define IDLE 0 macro
740 priv->state = IDLE;
923 if (priv->state == IDLE) {
1225 case IDLE:
1282 priv->state = IDLE;

Completed in 96 milliseconds