Home
last modified time | relevance | path

Searched refs:UDELAY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c195 static void UDELAY(u_int32_t us) { DELAY(us); } in UDELAY() function
372 UDELAY(10000); in arcmsr_hba_wait_msgint_ready()
394 UDELAY(10000); in arcmsr_hbb_wait_msgint_ready()
414 UDELAY(10000); in arcmsr_hbc_wait_msgint_ready()
434 UDELAY(10000); in arcmsr_hbd_wait_msgint_ready()
456 UDELAY(10000); in arcmsr_hbe_wait_msgint_ready()
3098 UDELAY(25000); in arcmsr_bus_reset()
3479 UDELAY(25000); in arcmsr_polling_hba_srbdone()
3534 UDELAY(25000); in arcmsr_polling_hbb_srbdone()
3589 UDELAY(25000); in arcmsr_polling_hbc_srbdone()
[all …]
/freebsd/sys/dev/sym/
H A Dsym_hipd.c329 static void UDELAY(int us) { DELAY(us); } in UDELAY() function
330 static void MDELAY(int ms) { while (ms--) UDELAY(1000); } in MDELAY()
2935 UDELAY (10); in sym_chip_reset()
2937 UDELAY(2000); /* For BUS MODE to settle */ in sym_chip_reset()
2998 UDELAY (200); in sym_reset_scsi_bus()
3161 UDELAY (2000); /* The 895 needs time for the bus mode to settle */ in sym_init()
6856 UDELAY (20);
6861 UDELAY (20);
6899 UDELAY (1000); /* count ms */
9194 UDELAY (5);
[all …]