Searched refs:prog_b (Results 1 – 2 of 2) sorted by relevance
25 struct gpio_desc *prog_b; member106 gpiod_set_value(conf->prog_b, 1); in xilinx_spi_write_init()110 gpiod_set_value(conf->prog_b, 0); in xilinx_spi_write_init()114 gpiod_set_value(conf->prog_b, 0); in xilinx_spi_write_init()235 conf->prog_b = devm_gpiod_get(&spi->dev, "prog_b", GPIOD_OUT_LOW); in xilinx_spi_probe()236 if (IS_ERR(conf->prog_b)) in xilinx_spi_probe()237 return dev_err_probe(&spi->dev, PTR_ERR(conf->prog_b), in xilinx_spi_probe()
16 - prog_b-gpios: config pin (referred to as PROGRAM_B in the manual)47 prog_b-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
Completed in 4 milliseconds