Searched refs:test_c9 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dti113x.h939 u8 test_c9, old_c9, mask, bits; local
947 test_c9 = old_c9 = config_readb(socket, ENE_TEST_C9);
952 test_c9 = (test_c9 & ~mask) | bits;
956 test_c9 &= ~ENE_TEST_C9_TLTENABLE;
960 old_c9, test_c9);
961 config_writeb(socket, ENE_TEST_C9, test_c9);

Completed in 39 milliseconds