Searched refs:CTL_REG (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | smc91111_eeprom.c | 237 SMC_outw (dev, (SMC_inw (dev, CTL_REG) & !CTL_EEPROM_SELECT) | in copy_from_eeprom() 238 CTL_RELOAD, CTL_REG); in copy_from_eeprom() 240 while ((SMC_inw (dev, CTL_REG) & CTL_RELOAD) && --i) in copy_from_eeprom() 318 SMC_outw (dev, SMC_inw (dev, CTL_REG) | CTL_EEPROM_SELECT | in read_eeprom_reg() 319 CTL_RELOAD, CTL_REG); in read_eeprom_reg() 321 while ((SMC_inw (dev, CTL_REG) & CTL_RELOAD) && --timeout) in read_eeprom_reg() 341 SMC_outw (dev, SMC_inw (dev, CTL_REG) | CTL_EEPROM_SELECT | in write_eeprom_reg() 342 CTL_STORE, CTL_REG); in write_eeprom_reg() 344 while ((SMC_inw (dev, CTL_REG) & CTL_STORE) && --timeout) in write_eeprom_reg()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | smc91111.h | 495 #define CTL_REG 0x000C macro
|
| H A D | smc91111.c | 329 SMC_outw (dev, CTL_DEFAULT, CTL_REG); in smc_reset()
|