Searched refs:CTL_REG (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/examples/standalone/ |
D | smc91111_eeprom.c | 236 SMC_outw (dev, (SMC_inw (dev, CTL_REG) & !CTL_EEPROM_SELECT) | in copy_from_eeprom() 237 CTL_RELOAD, CTL_REG); in copy_from_eeprom() 239 while ((SMC_inw (dev, CTL_REG) & CTL_RELOAD) && --i) in copy_from_eeprom() 317 SMC_outw (dev, SMC_inw (dev, CTL_REG) | CTL_EEPROM_SELECT | in read_eeprom_reg() 318 CTL_RELOAD, CTL_REG); in read_eeprom_reg() 320 while ((SMC_inw (dev, CTL_REG) & CTL_RELOAD) && --timeout) in read_eeprom_reg() 340 SMC_outw (dev, SMC_inw (dev, CTL_REG) | CTL_EEPROM_SELECT | in write_eeprom_reg() 341 CTL_STORE, CTL_REG); in write_eeprom_reg() 343 while ((SMC_inw (dev, CTL_REG) & CTL_STORE) && --timeout) in write_eeprom_reg()
|
/external/u-boot/drivers/net/ |
D | smc91111.h | 494 #define CTL_REG 0x000C macro
|
D | smc91111.c | 329 SMC_outw (dev, CTL_DEFAULT, CTL_REG); in smc_reset()
|