Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds