Searched refs:READY (Results 1 - 11 of 11) sorted by relevance

/drivers/pcmcia/
H A Dpxa2xx_colibri.c39 READY = 1, enumerator in enum:__anon3809
65 skt->socket.pci_irq = gpio_to_irq(colibri_pcmcia_gpios[READY].gpio);
84 state->ready = !!gpio_get_value(colibri_pcmcia_gpios[READY].gpio);
135 colibri_pcmcia_gpios[READY].gpio = COLIBRI270_READY_GPIO;
143 colibri_pcmcia_gpios[READY].gpio = COLIBRI320_READY_GPIO;
H A Dvrc4173_cardu.h92 #define READY 0x20 macro
H A Dvrc4173_cardu.c174 if (status & READY) val |= SS_READY;
425 if ((csc & RDY_CHG) && (status & READY))
/drivers/usb/image/
H A Dmdc800.c53 * bugfix : The mdc800->state field gets set to READY after the
132 NOT_CONNECTED, READY, WORKING, DOWNLOAD enumerator in enum:__anon5719
386 mdc800->state=READY;
408 mdc800->state=READY;
541 mdc800->state=READY;
800 if (mdc800->state != READY)
891 mdc800->state=READY;
943 mdc800->state=READY;
/drivers/net/ethernet/dlink/
H A Dde620.h40 #define READY 0x08 /* 1 = h/w ready to accept cmd/data */ macro
H A Dde620.c248 while ((((value = inb(STATUS_PORT)) & READY) == 0) && (cnt <= 1000))
/drivers/infiniband/hw/qib/
H A Dqib_diag.c61 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator in enum:diag_state
777 else if (dc->state < READY && (*off || count != 8))
853 else if (dc->state < READY &&
904 dc->state = READY; /* all read/write OK now */
/drivers/staging/keucr/
H A Dsmil.h94 #define READY 0x40 /* 0:Busy, 1:Ready */ macro
/drivers/scsi/
H A Deata.c569 #define READY 5 macro
1827 ha->cp_stat[i] = READY;
1897 if (ha->cp_stat[i] == READY || ha->cp_stat[i] == ABORTING) {
1961 if (ha->cp_stat[i] == READY || ha->cp_stat[i] == ABORTING) {
2259 if (ha->cp_stat[k] != READY && ha->cp_stat[k] != IN_USE)
H A Du14-34f.c511 #define READY 5 macro
1308 HD(j)->cp_stat[i] = READY;
1382 if (HD(j)->cp_stat[i] == READY || HD(j)->cp_stat[i] == ABORTING) {
1442 if (HD(j)->cp_stat[i] == READY || HD(j)->cp_stat[i] == ABORTING) {
1686 if (HD(j)->cp_stat[k] != READY && HD(j)->cp_stat[k] != IN_USE) continue;
/drivers/net/wireless/bcmdhd/
H A Dwl_cfg80211.c418 if (unlikely(!wl_get_drv_status(wlpriv, READY, ndev))) { \
1125 wl_set_drv_status(wl, READY, _ndev);
3501 if (unlikely(!wl_get_drv_status(wl, READY, ndev))) {
3522 if (unlikely(!wl_get_drv_status(wl, READY, ndev))) {
8130 if (!wl_get_drv_status(wl, READY, ndev)) {
8159 wl_set_drv_status(wl, READY, ndev);
8798 wl_set_drv_status(wl, READY, ndev);
8811 if (!wl_get_drv_status(wl, READY, ndev))
8826 wl_clr_drv_status(wl, READY, iter->ndev);

Completed in 242 milliseconds