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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.c272 temp = smsc911x_reg_read(pdata, BYTE_TEST);
304 temp = smsc911x_reg_read(pdata, BYTE_TEST);
1703 temp = smsc911x_reg_read(pdata, BYTE_TEST);
1822 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
1823 SMSC_TRACE(PROBE, "BYTE_TEST: 0x%08X", byte_test);
1825 SMSC_TRACE(PROBE, "BYTE_TEST looks swapped, "
1829 /* 1 dummy read of BYTE_TEST is needed after a write to
1831 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
1833 byte_test = smsc911x_reg_read(pdata, BYTE_TEST);
1837 SMSC_WARNING(DRV, "BYTE_TEST
[all...]
H A Dsmsc911x.h168 #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 )

Completed in 108 milliseconds