Searched refs:UDELAY (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c322 UDELAY (5);
339 UDELAY (5);
561 UDELAY (2);
570 UDELAY (2);
588 UDELAY (2);
600 UDELAY (2);
H A Dsym_hipd.c205 UDELAY (10);
207 UDELAY(2000); /* For BUS MODE to settle */
237 UDELAY(5);
272 UDELAY (200);
333 UDELAY (20);
338 UDELAY ((50+10));
404 UDELAY (1000/4);/* count in 1/4 of ms */
1763 UDELAY (2000); /* The 895 needs time for the bus mode to settle */
H A Dsym_hipd.h1432 #define UDELAY sym_udelay macro
H A Dsym_glue.c2945 UDELAY (10);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h522 #define UDELAY udelay macro
525 static void UDELAY(long us) { udelay(us); } function
526 static void MDELAY(long ms) { while (ms--) UDELAY(1000); }
1187 UDELAY (5);
1204 UDELAY (5);
1429 UDELAY (2);
1438 UDELAY (2);
1456 UDELAY (2);
1468 UDELAY (2);
H A Dncr53c8xx.c3743 UDELAY (100);
4664 UDELAY (100);
4666 UDELAY (2000); /* The 895 needs time for the bus mode to settle */
4676 UDELAY (200);
4928 UDELAY (100);
5411 UDELAY (100);
5465 UDELAY (2000); /* The 895 needs time for the bus mode to settle */
8128 UDELAY (100);
8261 UDELAY (20);
8265 UDELAY (2
[all...]
H A Dsym53c8xx.c716 #define UDELAY udelay macro
719 static void UDELAY(long us) { udelay(us); } function
720 static void MDELAY(long ms) { while (ms--) UDELAY(1000); }
6961 UDELAY (10);
6983 UDELAY(5);
7022 UDELAY (2000); /* The 895/6 need time for the bus mode to settle */
7032 UDELAY (200);
7678 UDELAY (2000); /* The 895 needs time for the bus mode to settle */
12291 UDELAY (20);
12297 UDELAY (12
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcomx-hw-munich.c156 #define UDELAY 20 /* We wait UDELAY usecs with disabled interrupts before and */ macro

Completed in 249 milliseconds