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

/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.c509 temp = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_mac_read()
542 temp = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_mac_write()
2068 temp = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_eeprom_write_location()
2214 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_init()
2215 SMSC_TRACE(pdata, probe, "BYTE_TEST: 0x%08X", byte_test); smsc911x_init()
2217 SMSC_TRACE(pdata, probe, "BYTE_TEST looks swapped, " smsc911x_init()
2221 /* 1 dummy read of BYTE_TEST is needed after a write to smsc911x_init()
2223 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_init()
2225 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); smsc911x_init()
2229 SMSC_WARN(pdata, drv, "BYTE_TEST: 0x%08X", byte_test); smsc911x_init()
2617 * data to the BYTE_TEST register will wake-up the device." smsc911x_resume()
2619 smsc911x_reg_write(pdata, BYTE_TEST, 0); smsc911x_resume()
H A Dsmsc911x.h163 #define BYTE_TEST 0x64 macro
H A Dsmc911x.h428 #define BYTE_TEST (0x64) macro
732 #define SMC_GET_BYTE_TEST(lp) SMC_inl( lp, BYTE_TEST )
733 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST )

Completed in 71 milliseconds