/aosp_15_r20/external/coreboot/src/device/ |
H A D | device_const.c | 29 unsigned int devfn) in dev_find_slot() 216 const struct bus *parent, pci_devfn_t devfn) in pcidev_path_behind() 225 DEVTREE_CONST struct device *pcidev_path_on_bus(unsigned int bus, pci_devfn_t devfn) in pcidev_path_on_bus() 259 DEVTREE_CONST struct device *pcidev_path_on_root(pci_devfn_t devfn) in pcidev_path_on_root() 271 pci_devfn_t devfn) in pcidev_path_behind_pci2pci_bridge() 282 DEVTREE_CONST struct device *pcidev_path_on_root_debug(pci_devfn_t devfn, const char *func) in pcidev_path_on_root_debug() 294 void devtree_bug(const char *func, pci_devfn_t devfn) in devtree_bug() 386 bool is_devfn_enabled(unsigned int devfn) in is_devfn_enabled()
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/ |
H A D | lpc.c | 43 u8 devfn; member 114 static int dnv_get_swizzled_pin(config_t *config, u8 devfn, u8 pin) in dnv_get_swizzled_pin() 137 static int dnv_get_ir(config_t *config, u8 devfn, u8 pin) in dnv_get_ir() 380 int devfn = irq_dev->path.pci.devfn; in pch_pirq_init() local 495 static void pch_hide_devfn(uint32_t devfn) { /* TODO */ } in pch_hide_devfn()
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/i2c/ |
H A D | i2c.c | 17 pci_devfn_t devfn = dev->path.pci.devfn; in dw_i2c_soc_dev_to_bus() local 41 int devfn; in lpss_i2c_early_init_bus() local 84 int devfn; in dw_i2c_base_address() local 109 int devfn; in dw_i2c_base_address() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/ |
H A D | elog.c | 14 unsigned int devfn; member 76 unsigned int devfn = ipme_map[i].devfn; in pch_log_pme_internal_wake_source() local 85 unsigned int devfn = SA_DEVFN_TBT(i); in pch_log_pme_internal_wake_source() local 94 unsigned int devfn = SA_DEVFN_TCSS_DMA(i); in pch_log_pme_internal_wake_source() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/ |
H A D | elog.c | 15 unsigned int devfn; member 78 unsigned int devfn = ipme_map[i].devfn; in pch_log_pme_internal_wake_source() local 87 unsigned int devfn = PCI_DEVFN_TBT(i); in pch_log_pme_internal_wake_source() local 96 unsigned int devfn = PCI_DEVFN_TCSS_DMA(i); in pch_log_pme_internal_wake_source() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/gspi/ |
H A D | gspi.c | 119 static uintptr_t gspi_get_base_addr(int devfn, in gspi_get_base_addr() 126 static void gspi_set_base_addr(int devfn, DEVTREE_CONST struct device *dev, in gspi_set_base_addr() 140 int devfn; in gspi_early_bar_init() local 168 static uintptr_t gspi_get_base_addr(int devfn, struct device *dev) in gspi_get_base_addr() 173 static void gspi_set_base_addr(int devfn, struct device *dev, uintptr_t base) in gspi_set_base_addr() 221 int devfn = gspi_soc_bus_to_devfn(gspi_bus); in gspi_calc_base_addr() local 448 int devfn; in gspi_ctrlr_setup() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/ |
H A D | pcie_mediatek.c | 7 #define PCIE_CFG_DEVFN(devfn) ((devfn) & GENMASK(7, 0)) argument 10 #define PCIE_CFG_HEADER(bus, devfn) \ argument 15 u32 devfn = (PCI_SLOT(dev) << 3) | PCI_FUNC(dev); in pci_map_bus() local
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | pcie.c | 24 #define PCIE_CFG_DEVFN(devfn) ((devfn) & GENMASK(7, 0)) argument 27 #define PCIE_CFG_HEADER(bus, devfn) \ argument 97 static uintptr_t mtk_pcie_get_controller_base(pci_devfn_t devfn) in mtk_pcie_get_controller_base() 114 u32 val, devfn, bus; in pci_map_bus() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/ |
H A D | elog.c | 18 unsigned int devfn; member 88 const unsigned int devfn = SA_DEVFN_TBT(i); in pch_log_pme_internal_wake_source() local 97 const unsigned int devfn = SA_DEVFN_TCSS_DMA(i); in pch_log_pme_internal_wake_source() local
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A D | pci.h | 32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | pci.h | 23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 24 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/ |
H A D | pci.h | 11 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 12 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|