test_c9           941 drivers/pcmcia/ti113x.h 	u8 test_c9, old_c9, mask, bits;
test_c9           949 drivers/pcmcia/ti113x.h 	test_c9 = old_c9 = config_readb(socket, ENE_TEST_C9);
test_c9           954 drivers/pcmcia/ti113x.h 		test_c9 = (test_c9 & ~mask) | bits;
test_c9           958 drivers/pcmcia/ti113x.h 		test_c9 &= ~ENE_TEST_C9_TLTENABLE;
test_c9           962 drivers/pcmcia/ti113x.h 		 old_c9, test_c9);
test_c9           963 drivers/pcmcia/ti113x.h 	config_writeb(socket, ENE_TEST_C9, test_c9);