Searched refs:gpio_nce (Results 1 – 5 of 5) sorted by relevance
79 gpio_set_value(gpiomtd->plat.gpio_nce, !(ctrl & NAND_NCE)); in gpio_nand_cmd_ctrl()123 plat->gpio_nce = of_get_gpio(dev->of_node, 1); in gpio_nand_get_config_of()202 gpio_set_value(gpiomtd->plat.gpio_nce, 1); in gpio_nand_remove()240 ret = devm_gpio_request(&pdev->dev, gpiomtd->plat.gpio_nce, "NAND NCE"); in gpio_nand_probe()243 gpio_direction_output(gpiomtd->plat.gpio_nce, 1); in gpio_nand_probe()
7 int gpio_nce; member
201 .gpio_nce = GPIO_NAND_CS,
124 .gpio_nce = AUTCPU12_SMC_NCE,
247 .gpio_nce = P720T_NAND_NCE,