Searched refs:DATA_TO_PC_READY (Results 1 – 2 of 2) sorted by relevance
506 writeb(0, apbs[IndexCard].RamIO + DATA_TO_PC_READY); in do_ac_read()563 tmp = readb(apbs[i].RamIO + DATA_TO_PC_READY); in ac_read()592 i,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_read()650 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) > 2) { in ac_interrupt()652 i+1,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_interrupt()664 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) == 2) { /* mailbox sent by the card ? */ in ac_interrupt()
9 #define DATA_TO_PC_READY 0x00 macro