Searched refs:enet_flash_pin (Results 1 – 1 of 1) sorted by relevance
40 int enet_flash_pin; member50 gpio_set_value(state->enet_flash_pin, 0); in switch_to_flash()65 gpio_set_value(state->enet_flash_pin, 1); in switch_back()148 state->enet_flash_pin = platform_get_irq(pdev, 0); in bfin_flash_probe()152 if (gpio_request(state->enet_flash_pin, DRIVER_NAME)) { in bfin_flash_probe()153 pr_devinit(KERN_ERR DRIVER_NAME ": Failed to request gpio %d\n", state->enet_flash_pin); in bfin_flash_probe()157 gpio_direction_output(state->enet_flash_pin, 1); in bfin_flash_probe()162 gpio_free(state->enet_flash_pin); in bfin_flash_probe()178 gpio_free(state->enet_flash_pin); in bfin_flash_remove()