Searched refs:BYTE_TEST (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc911x.h | 173 #define BYTE_TEST 0x64 macro 430 val = smc911x_reg_read(dev, BYTE_TEST); in smc911x_detect_chip() 463 smc911x_reg_write(dev, BYTE_TEST, 0x0); in smc911x_reset()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smsc911x.h | 167 #define BYTE_TEST 0x64 macro
|
H A D | smsc911x.c | 509 temp = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_mac_read() 542 temp = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_mac_write() 2077 smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_eeprom_write_location() 2224 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init() 2233 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init() 2235 byte_test = smsc911x_reg_read(pdata, BYTE_TEST); in smsc911x_init() 2621 smsc911x_reg_write(pdata, BYTE_TEST, 0); in smsc911x_resume()
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | smc_eeprom.c | 35 #define BYTE_TEST (SMSC9118_BASE + 0x64) macro
|