Searched refs:GPIO_RESET (Results 1 – 4 of 4) 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
162 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro
163 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro