Searched refs:IOP3XX_GPOD (Results 1 – 3 of 3) sorted by relevance
46 *IOP3XX_GPOD &= ~(1 << line); in gpio_line_set()48 *IOP3XX_GPOD |= 1 << line; in gpio_line_set()
186 *IOP3XX_GPOD |= 0x01; in em7210_power_off()
174 #define IOP3XX_GPOD (volatile u32 *)IOP3XX_GPIO_REG(0x0008) macro