Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dlpc_ich.c645 .spi_type = INTEL_SPI_LPT,
650 .spi_type = INTEL_SPI_LPT,
660 .spi_type = INTEL_SPI_BYT,
665 .spi_type = INTEL_SPI_BYT,
674 .spi_type = INTEL_SPI_LPT,
679 .spi_type = INTEL_SPI_BYT,
694 .spi_type = INTEL_SPI_BXT,
702 .spi_type = INTEL_SPI_BXT,
1319 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi()
1421 if (lpc_chipset_info[priv->chipset].spi_type) { in lpc_ich_probe()
/linux/include/linux/mfd/
H A Dlpc_ich.h35 enum intel_spi_type spi_type; member