Searched refs:IOP3XX_GPOE (Results 1 – 3 of 3) sorted by relevance
26 *IOP3XX_GPOE |= 1 << line; in gpio_line_config()28 *IOP3XX_GPOE &= ~(1 << line); in gpio_line_config()
185 *IOP3XX_GPOE &= 0xfe; in em7210_power_off()
172 #define IOP3XX_GPOE (volatile u32 *)IOP3XX_GPIO_REG(0x0000) macro