/linux-4.1.27/arch/arm/mach-sa1100/ |
D | ssp.c | 26 #define TIMEOUT 100000 macro 56 int timeout = TIMEOUT; in ssp_write_word() 66 timeout = TIMEOUT; in ssp_write_word() 93 int timeout = TIMEOUT; in ssp_read_word() 120 int timeout = TIMEOUT * 2; in ssp_flush()
|
/linux-4.1.27/arch/x86/kernel/ |
D | nmi_selftest.c | 23 #define TIMEOUT 2 macro 88 nmi_fail = TIMEOUT; in test_nmi_ipi() 123 else if (nmi_fail == TIMEOUT) in dotest()
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/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 | 43 #define TIMEOUT 80 in si2157_cmd_execute() macro 44 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in si2157_cmd_execute() 61 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2157_cmd_execute()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | harness.c | 22 #define TIMEOUT 120 macro 47 alarm(TIMEOUT); in run_test()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | xgmac_mdio.c | 25 #define TIMEOUT 1000 macro 83 timeout = TIMEOUT; in xgmac_wait_until_free() 108 timeout = TIMEOUT; in xgmac_wait_until_done()
|
/linux-4.1.27/arch/mips/lasat/ |
D | picvue.c | 75 #define TIMEOUT 1000 macro 78 int i = TIMEOUT; in pvc_wait()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 128 #define TIMEOUT 500000 macro 1317 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1348 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1363 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1557 u32 timeout = TIMEOUT; in hpi6000_send_host_command() 1608 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1618 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1652 timeout = TIMEOUT; in hpi6000_update_control_cache() 1668 timeout = TIMEOUT; in hpi6000_update_control_cache()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | si2168.c | 43 #define TIMEOUT 70 in si2168_cmd_execute() macro 44 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in si2168_cmd_execute() 61 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2168_cmd_execute()
|
/linux-4.1.27/include/net/sctp/ |
D | constants.h | 140 SCTP_SUBTYPE_CONSTRUCTOR(TIMEOUT, sctp_event_timeout_t, timeout)
|
/linux-4.1.27/drivers/char/ |
D | dsp56k.c | 48 #define TIMEOUT 10 /* Host port timeout in number of tries */ macro 441 dsp56k.timeout = TIMEOUT; in dsp56k_open()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_post.c | 429 #define TIMEOUT 5000000 macro 455 if (++timeout > TIMEOUT) { in mmc_test_burst() 473 if (++timeout > TIMEOUT) { in mmc_test_burst2() 495 if (++timeout > TIMEOUT) { in mmc_test_single() 513 if (++timeout > TIMEOUT) { in mmc_test_single2()
|
/linux-4.1.27/drivers/scsi/ |
D | eata_generic.h | 77 #define TIMEOUT 2 macro
|
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 …]
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-designware-core.c | 105 #define TIMEOUT 20 /* ms */ macro 389 int timeout = TIMEOUT; in i2c_dw_wait_bus_not_busy()
|
/linux-4.1.27/drivers/media/rc/ |
D | iguanair.c | 77 #define TIMEOUT 1000 macro 217 if (wait_for_completion_timeout(&ir->completion, TIMEOUT) == 0) in iguanair_send()
|
/linux-4.1.27/include/linux/usb/ |
D | net2280.h | 419 #define TIMEOUT 21 macro
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | dt3000.c | 249 #define TIMEOUT 100 macro 258 for (i = 0; i < TIMEOUT; i++) { in dt3k_send_cmd()
|
D | dt2811.c | 170 #define TIMEOUT 10000 macro
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | net2272.h | 162 #define TIMEOUT 0 macro
|
D | net2272.c | 296 (1 << TIMEOUT) in net2272_ep_reset() 1759 (1 << TIMEOUT) in net2272_handle_stat0_irqs()
|
D | net2280.c | 379 writel(tmp | BIT(TIMEOUT) | in ep_reset_228x() 2937 writel(tmp | BIT(TIMEOUT) | in handle_stat0_irqs()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | ix1_micro.c | 39 #define TIMEOUT 50 macro
|
/linux-4.1.27/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() 3897 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in ep_timeout()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 345 have NO TIMEOUT (i.e., 4) value as its timeout on DCDB command.
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 2057 | J3 |o|o| TIMEOUT ______|
|