Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/joystick/
Dlightning.c51 #define L4_BUSY 0x01 macro
70 while ((inb(L4_PORT) & L4_BUSY) && t > 0) t--; in l4_wait_ready()
87 if (inb(L4_PORT) & L4_BUSY) goto fail; in l4_cooked_read()
131 if (inb(L4_PORT) & L4_BUSY) goto fail; in l4_getcal()
162 if (inb(L4_PORT) & L4_BUSY) goto fail; in l4_setcal()
225 if (inb(L4_PORT) & L4_BUSY) continue; in l4_init()