1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * This file is created based on Intel Tiger Lake Processor PCH Datasheet
5 * Document number: 575857
9 #include <intelblocks/gspi.h>
10 #include <soc/pci_devs.h>
12 int gspi_soc_bus_to_devfn(unsigned int gspi_bus
)
16 return PCH_DEVFN_GSPI0
;
18 return PCH_DEVFN_GSPI1
;
20 return PCH_DEVFN_GSPI2
;