/drivers/net/plip/ |
D | plip.c | 347 #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/ |
D | it913x.c | 89 #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()
|
D | si2157.c | 42 #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/ |
D | xgmac_mdio.c | 25 #define TIMEOUT 1000 macro 58 !((in_be32(®s->mdio_stat)) & MDIO_STAT_BSY), TIMEOUT, 0); in xgmac_wait_until_free() 77 !((in_be32(®s->mdio_data)) & MDIO_DATA_BSY), TIMEOUT, 0); in xgmac_wait_until_done()
|
/drivers/media/dvb-frontends/ |
D | si2168.c | 42 #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/ |
D | dsp56k.c | 48 #define TIMEOUT 10 /* Host port timeout in number of tries */ macro 441 dsp56k.timeout = TIMEOUT; in dsp56k_open()
|
/drivers/gpu/drm/ast/ |
D | ast_post.c | 425 #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/ |
D | pata_arasan_cf.c | 44 #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/ |
D | FlashPoint.c | 524 #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 …]
|
D | eata_generic.h | 77 #define TIMEOUT 2 macro
|
/drivers/i2c/busses/ |
D | i2c-designware-core.c | 105 #define TIMEOUT 20 /* ms */ macro 376 int timeout = TIMEOUT; in i2c_dw_wait_bus_not_busy()
|
/drivers/media/rc/ |
D | iguanair.c | 77 #define TIMEOUT 1000 macro 217 if (wait_for_completion_timeout(&ir->completion, TIMEOUT) == 0) in iguanair_send()
|
/drivers/staging/comedi/drivers/ |
D | dt3000.c | 252 #define TIMEOUT 100 macro 261 for (i = 0; i < TIMEOUT; i++) { in dt3k_send_cmd()
|
D | dt2811.c | 170 #define TIMEOUT 10000 macro
|
/drivers/net/wireless/p54/ |
D | net2280.h | 417 #define TIMEOUT 21 macro
|
/drivers/usb/gadget/udc/ |
D | net2272.h | 162 #define TIMEOUT 0 macro
|
D | net2272.c | 296 (1 << TIMEOUT) in net2272_ep_reset() 1767 (1 << TIMEOUT) in net2272_handle_stat0_irqs()
|
D | net2280.c | 389 writel(tmp | BIT(TIMEOUT) | in ep_reset_228x() 3113 writel(tmp | BIT(TIMEOUT) | in handle_stat0_irqs()
|
/drivers/isdn/hisax/ |
D | ix1_micro.c | 39 #define TIMEOUT 50 macro
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 766 TIMEOUT = 4, enumerator
|
D | cm.c | 171 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()
|