Searched refs:H3XXX_EGPIO_VPP_ON (Results 1 – 2 of 2) sorted by relevance
50 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp); in h3xxx_set_vpp()55 int err = gpio_request(H3XXX_EGPIO_VPP_ON, "Flash Vpp"); in h3xxx_flash_init()61 err = gpio_direction_output(H3XXX_EGPIO_VPP_ON, 0); in h3xxx_flash_init()63 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_init()70 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_exit()
63 #define H3XXX_EGPIO_VPP_ON (H3XXX_EGPIO_BASE + 0) macro