Searched refs:TIMEOUT (Results 1 - 21 of 21) sorted by relevance

/drivers/net/plip/
H A Dplip.c347 #define TIMEOUT 1 macro
423 return TIMEOUT;
442 return TIMEOUT;
470 return TIMEOUT;
481 Returns OK on success, TIMEOUT on timeout */
501 return TIMEOUT;
518 return TIMEOUT;
618 return TIMEOUT;
625 return TIMEOUT;
649 return TIMEOUT;
[all...]
/drivers/media/tuners/
H A Dit913x.c89 #define TIMEOUT 50 macro
90 timeout = jiffies + msecs_to_jiffies(TIMEOUT);
103 (jiffies_to_msecs(timeout) - TIMEOUT), utmp);
117 #define TIMEOUT 50 macro
118 timeout = jiffies + msecs_to_jiffies(TIMEOUT);
130 (jiffies_to_msecs(timeout) - TIMEOUT), utmp);
H A Dsi2157.c42 #define TIMEOUT 80 macro
43 timeout = jiffies + msecs_to_jiffies(TIMEOUT);
60 (jiffies_to_msecs(timeout) - TIMEOUT));
/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.c25 #define TIMEOUT 1000 macro
58 !((in_be32(&regs->mdio_stat)) & MDIO_STAT_BSY), TIMEOUT, 0);
77 !((in_be32(&regs->mdio_data)) & MDIO_DATA_BSY), TIMEOUT, 0);
/drivers/media/dvb-frontends/
H A Dsi2168.c42 #define TIMEOUT 50 macro
43 timeout = jiffies + msecs_to_jiffies(TIMEOUT);
60 (jiffies_to_msecs(timeout) - TIMEOUT));
/drivers/char/
H A Ddsp56k.c48 #define TIMEOUT 10 /* Host port timeout in number of tries */ macro
441 dsp56k.timeout = TIMEOUT;
/drivers/net/wireless/p54/
H A Dnet2280.h417 #define TIMEOUT 21 macro
/drivers/scsi/
H A Deata_generic.h77 #define TIMEOUT 2 macro
H A DFlashPoint.c524 #define TIMEOUT BIT(0) macro
1768 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) {
1773 (FIFO | TIMEOUT | RESET | SCAM_SEL));
2081 else if (p_int & TIMEOUT) {
2086 (PROG_HLT | TIMEOUT | SEL | BUS_FREE | PHASE |
2574 WRW_HARPOON((port + hp_intstat), (PROG_HLT | TIMEOUT | SEL | BUS_FREE));
3614 WRW_HARPOON((port + hp_intstat), TIMEOUT);
3618 while (!(RDW_HARPOON((port + hp_intstat)) & TIMEOUT)) {
6125 (RESET | TIMEOUT | SEL | BUS_FREE | AUTO_INT));
6134 (RESET | PROG_HLT | TIMEOUT | AUTO_IN
[all...]
/drivers/staging/comedi/drivers/
H A Ddt2811.c170 #define TIMEOUT 10000 macro
H A Ddt3000.c252 #define TIMEOUT 100 macro
261 for (i = 0; i < TIMEOUT; i++) {
/drivers/i2c/busses/
H A Di2c-designware-core.c105 #define TIMEOUT 20 /* ms */ macro
376 int timeout = TIMEOUT;
/drivers/media/rc/
H A Diguanair.c77 #define TIMEOUT 1000 macro
217 if (wait_for_completion_timeout(&ir->completion, TIMEOUT) == 0)
/drivers/ata/
H A Dpata_arasan_cf.c44 #define TIMEOUT msecs_to_jiffies(3000) macro
380 if (!wait_for_completion_timeout(&acdev->cf_completion, TIMEOUT)) {
422 if (!wait_for_completion_timeout(&acdev->dma_completion, TIMEOUT)) {
/drivers/gpu/drm/ast/
H A Dast_post.c429 #define TIMEOUT 5000000 macro
455 if (++timeout > TIMEOUT) {
473 if (++timeout > TIMEOUT) {
495 if (++timeout > TIMEOUT) {
513 if (++timeout > TIMEOUT) {
/drivers/isdn/hisax/
H A Dix1_micro.c39 #define TIMEOUT 50 macro
/drivers/usb/gadget/udc/
H A Dnet2272.h162 #define TIMEOUT 0 macro
H A Dnet2272.c296 (1 << TIMEOUT)
1767 (1 << TIMEOUT)
H A Dnet2280.c389 writel(tmp | BIT(TIMEOUT) |
3113 writel(tmp | BIT(TIMEOUT) |
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h766 TIMEOUT = 4, enumerator in enum:c4iw_ep_flags
H A Dcm.c171 clear_bit(TIMEOUT, &ep->com.flags);
183 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) {
3839 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) {

Completed in 515 milliseconds