Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H 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()