Searched refs:H3XXX_EGPIO_OPT_ON (Results 1 – 2 of 2) sorted by relevance
42 err = gpio_request(H3XXX_EGPIO_OPT_ON, "OPT ON"); in h3600_pcmcia_hw_init()45 err = gpio_direction_output(H3XXX_EGPIO_OPT_ON, 0); in h3600_pcmcia_hw_init()68 err04: gpio_free(H3XXX_EGPIO_OPT_ON); in h3600_pcmcia_hw_init()80 gpio_set_value(H3XXX_EGPIO_OPT_ON, 0); in h3600_pcmcia_hw_shutdown()85 gpio_free(H3XXX_EGPIO_OPT_ON); in h3600_pcmcia_hw_shutdown()122 gpio_set_value(H3XXX_EGPIO_OPT_ON, 1); in h3600_pcmcia_socket_init()137 gpio_set_value(H3XXX_EGPIO_OPT_ON, 0); in h3600_pcmcia_socket_suspend()
64 #define H3XXX_EGPIO_OPT_ON (H3XXX_EGPIO_BASE + 5) /* full power to option pack. active high. */ macro
Completed in 4 milliseconds