Home
last modified time | relevance | path

Searched refs:BYTE_TEST (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Dsmsc911x.h167 #define BYTE_TEST 0x64 macro
Dsmsc911x.c510 temp = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_mac_read()
543 temp = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_mac_write()
2067 smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_eeprom_write_location()
2212 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init()
2221 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init()
2223 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init()
2606 smsc911x_reg_write(pdata, BYTE_TEST, 0); in smsc911x_resume()
Dsmc911x.h406 #define BYTE_TEST (0x64) macro
710 #define SMC_GET_BYTE_TEST(lp) SMC_inl( lp, BYTE_TEST )
711 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST )