Home
last modified time | relevance | path

Searched refs:H3XXX_EGPIO_VPP_ON (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm/mach-sa1100/ !
Dh3xxx.c47 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()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/ !
Dh3xxx.h59 #define H3XXX_EGPIO_VPP_ON (H3XXX_EGPIO_BASE + 0) macro