Searched refs:DATA_TO_PC_READY (Results 1 – 2 of 2) sorted by relevance
505 writeb(0, apbs[IndexCard].RamIO + DATA_TO_PC_READY); in do_ac_read()562 tmp = readb(apbs[i].RamIO + DATA_TO_PC_READY); in ac_read()591 i,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_read()649 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) > 2) { in ac_interrupt()651 i+1,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_interrupt()663 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) == 2) { /* mailbox sent by the card ? */ in ac_interrupt()
8 #define DATA_TO_PC_READY 0x00 macro