Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dapplicom.c422 if(readb(apbs[IndexCard].RamIO + DATA_FROM_PC_READY) > 2) { in ac_write()
426 IndexCard,(int)readb(apbs[IndexCard].RamIO + DATA_FROM_PC_READY)); in ac_write()
436 while (readb(apbs[IndexCard].RamIO + DATA_FROM_PC_READY) != 0) { in ac_write()
455 writeb(1, apbs[IndexCard].RamIO + DATA_FROM_PC_READY); in ac_write()
473 writeb(2, apbs[IndexCard].RamIO + DATA_FROM_PC_READY); in ac_write()
655 if((readb(apbs[i].RamIO + DATA_FROM_PC_READY) > 2) && in ac_interrupt()
656 (readb(apbs[i].RamIO + DATA_FROM_PC_READY) != 6)) { in ac_interrupt()
659 i+1,(int)readb(apbs[i].RamIO + DATA_FROM_PC_READY)); in ac_interrupt()
669 if (readb(apbs[i].RamIO + DATA_FROM_PC_READY) == 0) { /* ram i/o free for write by pc ? */ in ac_interrupt()
761 apbs[IndexCard].RamIO + DATA_FROM_PC_READY); in ac_ioctl()
[all …]
Dapplicom.h13 #define DATA_FROM_PC_READY 0x05 macro