Home
last modified time | relevance | path

Searched refs:GPIO_CFG_EEPR_EN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/examples/standalone/
H A Dsmc911x_eeprom.c251 if (smc911x_reg_read(dev, GPIO_CFG) & GPIO_CFG_EEPR_EN) { in smc911x_init()
259 smc911x_reg_read(dev, GPIO_CFG) & ~GPIO_CFG_EEPR_EN); in smc911x_init()
/openbmc/u-boot/drivers/net/
H A Dsmc911x.h253 #define GPIO_CFG_EEPR_EN 0x00700000 /* R/W */ macro