Searched refs:BYTE_TEST (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc911x.h | 174 #define BYTE_TEST 0x64 macro 431 val = smc911x_reg_read(dev, BYTE_TEST); in smc911x_detect_chip() 464 smc911x_reg_write(dev, BYTE_TEST, 0x0); in smc911x_reset()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.c | 510 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()
|
| H A D | smc911x.h | 406 #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 )
|
| H A D | smsc911x.h | 167 #define BYTE_TEST 0x64 macro
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | smc_eeprom.c | 35 #define BYTE_TEST (SMSC9118_BASE + 0x64) macro
|