Searched refs:DATA_TO_PC_READY (Results 1 – 2 of 2) sorted by relevance
504 writeb(0, apbs[IndexCard].RamIO + DATA_TO_PC_READY); in do_ac_read()561 tmp = readb(apbs[i].RamIO + DATA_TO_PC_READY); in ac_read()590 i,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_read()648 if (readb(apbs[i].RamIO + DATA_TO_PC_READY) > 2) { in ac_interrupt()650 i+1,(int)readb(apbs[i].RamIO + DATA_TO_PC_READY)); in ac_interrupt()662 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