Searched refs:H3XXX_EGPIO_VPP_ON (Results 1 – 2 of 2) sorted by relevance
47 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp); in h3xxx_set_vpp()52 int err = gpio_request(H3XXX_EGPIO_VPP_ON, "Flash Vpp"); in h3xxx_flash_init()58 err = gpio_direction_output(H3XXX_EGPIO_VPP_ON, 0); in h3xxx_flash_init()60 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_init()67 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_exit()
59 #define H3XXX_EGPIO_VPP_ON (H3XXX_EGPIO_BASE + 0) macro
Completed in 3 milliseconds