Searched refs:CONF_END_TEST (Results 1 – 2 of 2) sorted by relevance
136 if((readb(loc + CONF_END_TEST) != 0x00) || in ac_register_board()137 (readb(loc + CONF_END_TEST + 1) != 0x55) || in ac_register_board()138 (readb(loc + CONF_END_TEST + 2) != 0xAA) || in ac_register_board()139 (readb(loc + CONF_END_TEST + 3) != 0xFF)) in ac_register_board()737 pmem = apbs[IndexCard].RamIO + CONF_END_TEST; in ac_ioctl()758 pmem = apbs[IndexCard].RamIO + CONF_END_TEST; in ac_ioctl()
23 #define CONF_END_TEST 0x012 macro