Searched defs:DELAY (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | posix_timers.c | 20 #define DELAY 2 macro
|
/Linux-v4.19/arch/powerpc/platforms/pasemi/ |
D | gpio_mdio.c | 37 #define DELAY 1 macro
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_common.h | 37 #define DELAY 1 macro
|
/Linux-v4.19/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 93 #define DELAY(x) mdelay(32 * x); macro
|
/Linux-v4.19/drivers/input/serio/ |
D | i8042.c | 1112 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
|
/Linux-v4.19/drivers/staging/speakup/ |
D | spk_types.h | 40 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
|
/Linux-v4.19/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 122 #define DELAY 1000 macro
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | sonixj.c | 363 #define DELAY 0xdd macro
|
/Linux-v4.19/drivers/scsi/ |
D | aha152x.c | 554 #define DELAY (HOSTDATA(shpnt)->delay) macro
|
/Linux-v4.19/drivers/net/wan/lmc/ |
D | lmc_var.h | 55 #define DELAY(n) SLOW_DOWN_IO macro
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | niu.c | 131 #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
|