Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dlpc_ich.c503 .spi_type = INTEL_SPI_LPT,
508 .spi_type = INTEL_SPI_LPT,
518 .spi_type = INTEL_SPI_BYT,
523 .spi_type = INTEL_SPI_BYT,
532 .spi_type = INTEL_SPI_LPT,
537 .spi_type = INTEL_SPI_BYT,
551 .spi_type = INTEL_SPI_BXT,
555 .spi_type = INTEL_SPI_BXT,
1098 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi()
1203 if (lpc_chipset_info[priv->chipset].spi_type) { in lpc_ich_probe()
/Linux-v5.15/include/linux/mfd/
Dlpc_ich.h33 enum intel_spi_type spi_type; member