Home
last modified time | relevance | path

Searched defs:DELAY (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Dposix_timers.c19 #define DELAY 2 macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
Dgpio_mdio.c25 #define DELAY 1 macro
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Ddst_common.h25 #define DELAY 1 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
Dsun3_82586.c93 #define DELAY(x) mdelay(32 * x); macro
/kernel/linux/linux-5.10/drivers/input/serio/
Di8042.c1129 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dspk_types.h44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
Dsonixj.c354 #define DELAY 0xdd macro
/kernel/linux/linux-5.10/drivers/scsi/
Daha152x.c543 #define DELAY (HOSTDATA(shpnt)->delay) macro
/kernel/linux/linux-5.10/drivers/net/wan/lmc/
Dlmc_var.h53 #define DELAY(n) SLOW_DOWN_IO macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dniu.c131 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
170 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
190 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument
210 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument