Home
last modified time | relevance | path

Searched refs:CTL_STORE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/examples/standalone/
H A Dsmc91111_eeprom.c341 CTL_STORE, CTL_REG); in write_eeprom_reg()
343 while ((SMC_inw (dev, CTL_REG) & CTL_STORE) && --timeout) in write_eeprom_reg()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h502 #define CTL_STORE 0x0001 /* When set stores registers into EEPROM */ macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c192 #define CTL_STORE 0x0001 macro
557 wait = ((CTL_RELOAD | CTL_STORE) & inw(ioaddr + CONTROL)); in mot_setup()
H A Dsmc91x.c1639 SMC_SET_CTL(lp, ctl | (CTL_EEPROM_SELECT | CTL_STORE)); in smc_write_eeprom_word()
1643 } while (SMC_GET_CTL(lp) & CTL_STORE); in smc_write_eeprom_word()
H A Dsmc91x.h606 #define CTL_STORE 0x0001 // When set stores registers into EEPROM macro