Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dlpc_ich.c502 .spi_type = INTEL_SPI_LPT,
507 .spi_type = INTEL_SPI_LPT,
517 .spi_type = INTEL_SPI_BYT,
522 .spi_type = INTEL_SPI_BYT,
531 .spi_type = INTEL_SPI_LPT,
536 .spi_type = INTEL_SPI_BYT,
550 .spi_type = INTEL_SPI_BXT,
554 .spi_type = INTEL_SPI_BXT,
1097 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi()
1202 if (lpc_chipset_info[priv->chipset].spi_type) { in lpc_ich_probe()
/Linux-v5.4/include/linux/mfd/
Dlpc_ich.h33 enum intel_spi_type spi_type; member