Searched refs:COLLIE_GPIO_VPEN (Results 1 – 2 of 2) sorted by relevance
326 int rc = gpio_request(COLLIE_GPIO_VPEN, "flash Vpp enable"); in collie_flash_init()330 rc = gpio_direction_output(COLLIE_GPIO_VPEN, 1); in collie_flash_init()332 gpio_free(COLLIE_GPIO_VPEN); in collie_flash_init()339 gpio_set_value(COLLIE_GPIO_VPEN, vpp); in collie_set_vpp()344 gpio_free(COLLIE_GPIO_VPEN); in collie_flash_exit()
29 #define COLLIE_GPIO_VPEN (COLLIE_SCOOP_GPIO_BASE + 7) macro
Completed in 4 milliseconds