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

/drivers/net/ethernet/smsc/
H A Dsmsc911x.h164 #define BYTE_TEST 0x64 macro
H A Dsmc911x.h429 #define BYTE_TEST (0x64) macro
733 #define SMC_GET_BYTE_TEST(lp) SMC_inl( lp, BYTE_TEST )
734 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST )
H A Dsmsc911x.c478 temp = smsc911x_reg_read(pdata, BYTE_TEST);
511 temp = smsc911x_reg_read(pdata, BYTE_TEST);
2005 temp = smsc911x_reg_read(pdata, BYTE_TEST);
2137 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
2138 SMSC_TRACE(pdata, probe, "BYTE_TEST: 0x%08X", byte_test);
2140 SMSC_TRACE(pdata, probe, "BYTE_TEST looks swapped, "
2144 /* 1 dummy read of BYTE_TEST is needed after a write to
2146 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
2148 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
2152 SMSC_WARN(pdata, drv, "BYTE_TEST
[all...]

Completed in 403 milliseconds