Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-topcliff-pch.c179 struct spi_device *current_chip; member
501 if (data->current_chip != NULL) { in pch_spi_select_chip()
504 data->current_chip = NULL; in pch_spi_select_chip()
508 data->current_chip = pspi; in pch_spi_select_chip()
510 data->n_curnt_chip = spi_get_chipselect(data->current_chip, 0); in pch_spi_select_chip()