Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlpc_ich.c504 .spi_type = INTEL_SPI_LPT,
509 .spi_type = INTEL_SPI_LPT,
519 .spi_type = INTEL_SPI_BYT,
524 .spi_type = INTEL_SPI_BYT,
533 .spi_type = INTEL_SPI_LPT,
538 .spi_type = INTEL_SPI_BYT,
552 .spi_type = INTEL_SPI_BXT,
556 .spi_type = INTEL_SPI_BXT,
1144 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi()
1251 if (lpc_chipset_info[priv->chipset].spi_type) { in lpc_ich_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dlpc_ich.h33 enum intel_spi_type spi_type; member