Searched refs:GPIO_RESET (Results 1 – 5 of 5) sorted by relevance
47 #define GPIO_RESET 204 macro101 gpio_set_value(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_configure()104 gpio_set_value(GPIO_RESET, 0); /* deassert reset */ in xxs1500_pcmcia_configure()145 status |= gpio_get_value(GPIO_RESET) ? SS_RESET : SS_READY; in xxs1500_pcmcia_get_status()164 gpio_direction_output(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_sock_init()
74 #define GPIO_RESET 0x001 macro
69 GPIO_RESET = 0, enumerator202 qemu_irq_raise(s->gpio[GPIO_RESET]); in dma_mem_write()203 qemu_irq_lower(s->gpio[GPIO_RESET]); in dma_mem_write()
162 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro
163 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro