1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <intelblocks/spi.h>
4 #include <soc/pci_devs.h>
6 int spi_soc_devfn_to_bus(unsigned int devfn
)
8 /* Denverton doesn't have GSPI controllers, only Fast SPI */
10 if (devfn
== PCH_DEVFN_SPI
)