Home
last modified time | relevance | path

Searched refs:n_curnt_chip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-topcliff-pch.c144 * @n_curnt_chip: The chip number that this SPI driver currently
177 u8 n_curnt_chip; member
530 if (pspi->chip_select != data->n_curnt_chip) { in pch_spi_select_chip()
538 data->n_curnt_chip = data->current_chip->chip_select; in pch_spi_select_chip()
1363 data->n_curnt_chip = 255; in pch_spi_pd_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-topcliff-pch.c145 * @n_curnt_chip: The chip number that this SPI driver currently
178 u8 n_curnt_chip; member
502 if (spi_get_chipselect(pspi, 0) != data->n_curnt_chip) { in pch_spi_select_chip()
510 data->n_curnt_chip = spi_get_chipselect(data->current_chip, 0); in pch_spi_select_chip()
1343 data->n_curnt_chip = 255; in pch_spi_pd_probe()

Completed in 4 milliseconds