Searched refs:IXP4XX_GPIO_GPOER (Results 1 – 2 of 2) sorted by relevance
114 *IXP4XX_GPIO_GPOER |= (1 << line); in gpio_line_config()116 *IXP4XX_GPIO_GPOER &= ~(1 << line); in gpio_line_config()
213 #define IXP4XX_GPIO_GPOER IXP4XX_GPIO_REG(IXP4XX_GPIO_GPOER_OFFSET) macro