Searched refs:GPIO_RESET (Results 1 – 2 of 2) sorted by relevance
45 #define GPIO_RESET 204 macro99 gpio_set_value(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_configure()102 gpio_set_value(GPIO_RESET, 0); /* deassert reset */ in xxs1500_pcmcia_configure()143 status |= gpio_get_value(GPIO_RESET) ? SS_RESET : SS_READY; in xxs1500_pcmcia_get_status()162 gpio_direction_output(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_sock_init()
87 #define GPIO_RESET 0x001 macro