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

/freebsd-11.0-release/sys/arm/xscale/ixp425/
H A Dixp425_iic.c112 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR);
126 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR);
H A Davila_gpio.c137 v = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR) & (1 << pin);
269 *val = (GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR) & (1 << pin)) ? 1 : 0;
286 res = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR) & mask;
H A Dcambria_gpio.c143 reg = GPIO_CONF_READ_4(sc, IXP425_GPIO_GPINR);
H A Dixp425reg.h299 #define IXP425_GPIO_GPINR 0x08 macro
H A Dixp425.c140 uint32_t gpinr = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPINR);

Completed in 99 milliseconds