Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/fpga/
A Dxilinx-spi.c25 struct gpio_desc *prog_b; member
106 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()
/linux-6.3-rc2/Documentation/devicetree/bindings/fpga/
A Dxilinx-slave-serial.txt16 - prog_b-gpios: config pin (referred to as PROGRAM_B in the manual)
47 prog_b-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;

Completed in 6 milliseconds