Searched refs:DATA_TO_PC_READY (Results 1 – 2 of 2) sorted by relevance
508 writeb(0, apbs[IndexCard].RamIO + DATA_TO_PC_READY); in do_ac_read()565 tmp = readb(apbs[i].RamIO + DATA_TO_PC_READY); in ac_read()594 i,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_read()652 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) > 2) { in ac_interrupt()654 i+1,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_interrupt()666 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