Home
last modified time | relevance | path

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

/drivers/net/plip/
Dplip.c347 #define TIMEOUT 1 macro
423 return TIMEOUT; in plip_bh_timeout_error()
442 return TIMEOUT; in plip_bh_timeout_error()
470 return TIMEOUT; in plip_bh_timeout_error()
501 return TIMEOUT; in plip_receive()
518 return TIMEOUT; in plip_receive()
618 return TIMEOUT; in plip_receive_packet()
625 return TIMEOUT; in plip_receive_packet()
649 return TIMEOUT; in plip_receive_packet()
659 return TIMEOUT; in plip_receive_packet()
[all …]
/drivers/media/tuners/
Dit913x.c89 #define TIMEOUT 50 in it913x_init() macro
90 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in it913x_init()
103 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
117 #define TIMEOUT 50 in it913x_init() macro
118 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in it913x_init()
130 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
Dsi2157.c42 #define TIMEOUT 80 in si2157_cmd_execute() macro
43 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in si2157_cmd_execute()
60 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2157_cmd_execute()
/drivers/net/ethernet/freescale/
Dxgmac_mdio.c25 #define TIMEOUT 1000 macro
58 !((in_be32(&regs->mdio_stat)) & MDIO_STAT_BSY), TIMEOUT, 0); in xgmac_wait_until_free()
77 !((in_be32(&regs->mdio_data)) & MDIO_DATA_BSY), TIMEOUT, 0); in xgmac_wait_until_done()
/drivers/media/dvb-frontends/
Dsi2168.c42 #define TIMEOUT 50 in si2168_cmd_execute() macro
43 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in si2168_cmd_execute()
60 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2168_cmd_execute()
/drivers/char/
Ddsp56k.c48 #define TIMEOUT 10 /* Host port timeout in number of tries */ macro
441 dsp56k.timeout = TIMEOUT; in dsp56k_open()
/drivers/gpu/drm/ast/
Dast_post.c425 #define TIMEOUT 5000000 macro
451 if (++timeout > TIMEOUT) { in mmc_test_burst()
469 if (++timeout > TIMEOUT) { in mmc_test_burst2()
491 if (++timeout > TIMEOUT) { in mmc_test_single()
509 if (++timeout > TIMEOUT) { in mmc_test_single2()
/drivers/ata/
Dpata_arasan_cf.c44 #define TIMEOUT msecs_to_jiffies(3000) macro
380 if (!wait_for_completion_timeout(&acdev->cf_completion, TIMEOUT)) { in wait4buf()
422 if (!wait_for_completion_timeout(&acdev->dma_completion, TIMEOUT)) { in dma_xfer()
/drivers/scsi/
DFlashPoint.c524 #define TIMEOUT BIT(0) macro
1768 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) { in FlashPoint_HandleInterrupt()
1773 (FIFO | TIMEOUT | RESET | SCAM_SEL)); in FlashPoint_HandleInterrupt()
2081 else if (p_int & TIMEOUT) { in FPT_SccbMgr_bad_isr()
2086 (PROG_HLT | TIMEOUT | SEL | BUS_FREE | PHASE | in FPT_SccbMgr_bad_isr()
2574 WRW_HARPOON((port + hp_intstat), (PROG_HLT | TIMEOUT | SEL | BUS_FREE)); in FPT_ssel()
3614 WRW_HARPOON((port + hp_intstat), TIMEOUT); in FPT_sresb()
3618 while (!(RDW_HARPOON((port + hp_intstat)) & TIMEOUT)) { in FPT_sresb()
6125 (RESET | TIMEOUT | SEL | BUS_FREE | AUTO_INT)); in FPT_scsell()
6134 (RESET | PROG_HLT | TIMEOUT | AUTO_INT))) { in FPT_scsell()
[all …]
Deata_generic.h77 #define TIMEOUT 2 macro
/drivers/i2c/busses/
Di2c-designware-core.c105 #define TIMEOUT 20 /* ms */ macro
376 int timeout = TIMEOUT; in i2c_dw_wait_bus_not_busy()
/drivers/media/rc/
Diguanair.c77 #define TIMEOUT 1000 macro
217 if (wait_for_completion_timeout(&ir->completion, TIMEOUT) == 0) in iguanair_send()
/drivers/staging/comedi/drivers/
Ddt3000.c252 #define TIMEOUT 100 macro
261 for (i = 0; i < TIMEOUT; i++) { in dt3k_send_cmd()
Ddt2811.c170 #define TIMEOUT 10000 macro
/drivers/net/wireless/p54/
Dnet2280.h417 #define TIMEOUT 21 macro
/drivers/usb/gadget/udc/
Dnet2272.h162 #define TIMEOUT 0 macro
Dnet2272.c296 (1 << TIMEOUT) in net2272_ep_reset()
1767 (1 << TIMEOUT) in net2272_handle_stat0_irqs()
Dnet2280.c389 writel(tmp | BIT(TIMEOUT) | in ep_reset_228x()
3113 writel(tmp | BIT(TIMEOUT) | in handle_stat0_irqs()
/drivers/isdn/hisax/
Dix1_micro.c39 #define TIMEOUT 50 macro
/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h766 TIMEOUT = 4, enumerator
Dcm.c171 clear_bit(TIMEOUT, &ep->com.flags); in start_ep_timer()
183 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in stop_ep_timer()
3839 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in ep_timeout()