Searched defs:DELAY (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/testing/selftests/timers/ |
D | posix_timers.c | 19 #define DELAY 2 macro
|
/linux-6.1.9/arch/powerpc/platforms/pasemi/ |
D | gpio_mdio.c | 25 #define DELAY 1 macro
|
/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | dst_common.h | 25 #define DELAY 1 macro
|
/linux-6.1.9/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 94 #define DELAY(x) mdelay(32 * x); macro
|
/linux-6.1.9/drivers/input/serio/ |
D | i8042.c | 1129 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
|
/linux-6.1.9/drivers/accessibility/speakup/ |
D | spk_types.h | 44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
|
/linux-6.1.9/drivers/media/usb/gspca/ |
D | sonixj.c | 354 #define DELAY 0xdd macro
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.c | 561 #define DELAY (HOSTDATA(shpnt)->delay) macro
|
/linux-6.1.9/drivers/net/ethernet/sun/ |
D | niu.c | 150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 189 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 209 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument 229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
|