Searched refs:oer (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/evbarm/nslu2/
H A Dnslu2_iic.c129 uint32_t oer, outr; local
144 oer = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPOER);
146 oer |= GPIO_I2C_SCL_BIT;
148 oer |= GPIO_I2C_SDA_BIT;
149 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, oer);
156 oer &= ~GPIO_I2C_SCL_BIT;
158 oer &= ~GPIO_I2C_SDA_BIT;
159 GPIO_CONF_WRITE_4(ixp425_softc, IXP425_GPIO_GPOER, oer);

Completed in 69 milliseconds