Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/spi/
Dspi-mpc52xx.c88 int gpio_cs_count; member
99 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_chipsel()
438 ms->gpio_cs_count = of_gpio_count(op->dev.of_node); in mpc52xx_spi_probe()
439 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_probe()
440 master->num_chipselect = ms->gpio_cs_count; in mpc52xx_spi_probe()
441 ms->gpio_cs = kmalloc_array(ms->gpio_cs_count, in mpc52xx_spi_probe()
449 for (i = 0; i < ms->gpio_cs_count; i++) { in mpc52xx_spi_probe()
527 for (i = 0; i < ms->gpio_cs_count; i++) in mpc52xx_spi_remove()