Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-mpc52xx.c93 int gpio_cs_count; member
104 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_chipsel()
443 ms->gpio_cs_count = gpiod_count(&op->dev, NULL); in mpc52xx_spi_probe()
444 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_probe()
445 host->num_chipselect = ms->gpio_cs_count; in mpc52xx_spi_probe()
446 ms->gpio_cs = kmalloc_objs(*ms->gpio_cs, ms->gpio_cs_count); in mpc52xx_spi_probe()
452 for (i = 0; i < ms->gpio_cs_count; i++) { in mpc52xx_spi_probe()
524 for (i = 0; i < ms->gpio_cs_count; i++) in mpc52xx_spi_remove()