Searched refs:H3XXX_EGPIO_OPT_RESET (Results 1 – 2 of 2) sorted by relevance
48 err = gpio_request(H3XXX_EGPIO_OPT_RESET, "OPT RESET"); in h3600_pcmcia_hw_init()51 err = gpio_direction_output(H3XXX_EGPIO_OPT_RESET, 0); in h3600_pcmcia_hw_init()67 err05: gpio_free(H3XXX_EGPIO_OPT_RESET); in h3600_pcmcia_hw_init()81 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 1); in h3600_pcmcia_hw_shutdown()84 gpio_free(H3XXX_EGPIO_OPT_RESET); in h3600_pcmcia_hw_shutdown()123 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 0); in h3600_pcmcia_socket_init()140 gpio_set_value(H3XXX_EGPIO_OPT_RESET, 1); in h3600_pcmcia_socket_suspend()
61 #define H3XXX_EGPIO_OPT_RESET (H3XXX_EGPIO_BASE + 2) /* reset the attached option pack. active hi… macro
Completed in 4 milliseconds