Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dlcd.c401 while ( (!dqpoll(0x00000000,0xFF)) && (!timeout(0x00000000)) ) { in lcd_ioctl()
455 … while ( (!dqpoll(burn_addr,(volatile unsigned char) rom[index])) && (!timeout(burn_addr)) ) { in lcd_ioctl()
608 int dqpoll( volatile unsigned long address, volatile unsigned char data ) { in dqpoll() function
Dlcd.h17 int dqpoll( volatile unsigned long, volatile unsigned char );