Searched refs:test_c9 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | ti113x.h | 941 u8 test_c9, old_c9, mask, bits; in ene_tune_bridge() local 949 test_c9 = old_c9 = config_readb(socket, ENE_TEST_C9); in ene_tune_bridge() 954 test_c9 = (test_c9 & ~mask) | bits; in ene_tune_bridge() 958 test_c9 &= ~ENE_TEST_C9_TLTENABLE; in ene_tune_bridge() 962 old_c9, test_c9); in ene_tune_bridge() 963 config_writeb(socket, ENE_TEST_C9, test_c9); in ene_tune_bridge()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | ti113x.h | 941 u8 test_c9, old_c9, mask, bits; in ene_tune_bridge() local 949 test_c9 = old_c9 = config_readb(socket, ENE_TEST_C9); in ene_tune_bridge() 954 test_c9 = (test_c9 & ~mask) | bits; in ene_tune_bridge() 958 test_c9 &= ~ENE_TEST_C9_TLTENABLE; in ene_tune_bridge() 962 old_c9, test_c9); in ene_tune_bridge() 963 config_writeb(socket, ENE_TEST_C9, test_c9); in ene_tune_bridge()
|
Completed in 4 milliseconds