Searched defs:DELAY (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 19 #define DELAY 2 macro
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | gpio_mdio.c | 25 #define DELAY 1 macro
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 25 #define DELAY 1 macro
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 95 #define DELAY(x) mdelay(32 * x); macro
|
/openbmc/linux/drivers/input/serio/ |
H A D | i8042.c | 1133 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | spk_types.h | 44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | sonixj.c | 354 #define DELAY 0xdd macro
|
/openbmc/linux/drivers/scsi/ |
H A D | aha152x.c | 561 #define DELAY (HOSTDATA(shpnt)->delay) macro
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A 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
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1076 #define DO_BR(NAME, NAMEI, DELAY, ABS, LINK) \ argument
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | comminf.h | 66 #define DELAY( x ) udelay( ( x ) * 1000 ) macro
|