Home
last modified time | relevance | path

Searched defs:where (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c29 int where, u32 *data) in msc01_config_access()
65 int where, u32 *value) in msc01_read_config_dword()
74 int where, u32 value) in msc01_write_config_dword()
H A Dpci_gt64120.c45 int where, u32 *data) in gt_config_access()
116 int where, u32 *value) in gt_read_config_dword()
125 int where, u32 value) in gt_write_config_dword()
H A Dpcie_imx.c313 static uint32_t get_bus_address(pci_dev_t d, int where) in get_bus_address()
378 int where, u32 *val) in imx_pcie_read_config()
407 int where, u32 val) in imx_pcie_write_config()
H A Dpci_tegra.c276 static unsigned long tegra_pcie_conf_offset(pci_dev_t bdf, int where) in tegra_pcie_conf_offset()
284 int where, unsigned long *address) in tegra_pcie_conf_address()
H A Dpcie_dw_mvebu.c174 pci_dev_t d, uint where) in set_cfg_address()
H A Dpci-aardvark.c122 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dearly_uart.c52 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32()
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dearly_uart.c47 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py235 async def remove(self, where): argument
300 async def gc_mark(self, mark, where): argument
/openbmc/u-boot/include/
H A Dpci.h612 pci_dev_t, int where, u8 *), in pci_set_ops()
/openbmc/qemu/hw/i386/
H A Dx86-common.c435 long where, size; in get_file_size() local
/openbmc/u-boot/tools/
H A Dfdtgrep.c70 static void report_error(const char *where, int err) in report_error()