Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dlpc_ich.h33 enum intel_spi_type spi_type; member
/openbmc/linux/drivers/mfd/
H A Dlpc_ich.c573 .spi_type = INTEL_SPI_LPT,
578 .spi_type = INTEL_SPI_LPT,
588 .spi_type = INTEL_SPI_BYT,
593 .spi_type = INTEL_SPI_BYT,
602 .spi_type = INTEL_SPI_LPT,
607 .spi_type = INTEL_SPI_BYT,
621 .spi_type = INTEL_SPI_BXT,
625 .spi_type = INTEL_SPI_BXT,
1239 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi()
1341 if (lpc_chipset_info[priv->chipset].spi_type) { in lpc_ich_probe()