Searched refs:stat_mask (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dbfin_sdh.c202 unsigned int stat_mask; local
209 stat_mask = 0;
215 stat_mask |= CMD_RESP_END;
217 stat_mask |= CMD_SENT;
223 stat_mask |= CMD_CRC_FAIL | CMD_TIME_OUT;
225 sdh_enable_stat_irq(host, stat_mask);
H A Dimxmmc.c200 unsigned int *pstat, unsigned int stat_mask,
205 while (!(*pstat & stat_mask)) {
209 where, *pstat, stat_mask);
219 if (!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc->ios.clock >= 8000000))
221 loops, where, *pstat, stat_mask);
199 imxmci_busy_wait_for_status(struct imxmci_host *host, unsigned int *pstat, unsigned int stat_mask, int timeout, const char *where) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c280 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
287 if ((asr & stat_mask) == stat)

Completed in 118 milliseconds