Searched defs:where (Results 1 – 17 of 17) sorted by relevance
/u-boot/drivers/pci/ |
A D | pci_msc01.c | 30 int where, u32 *data) in msc01_config_access() 66 int where, u32 *value) in msc01_read_config_dword() 75 int where, u32 value) in msc01_write_config_dword()
|
A D | pci_gt64120.c | 47 int where, u32 *data) in gt_config_access() 118 int where, u32 *value) in gt_read_config_dword() 127 int where, u32 value) in gt_write_config_dword()
|
A D | pci-rcar-gen3.c | 131 static void rcar_rmw32(struct udevice *dev, int where, u32 mask, u32 data) in rcar_rmw32() 140 static u32 rcar_read_conf(const struct udevice *dev, int where) in rcar_read_conf() 150 pci_dev_t bdf, int where, ulong *data) in rcar_pcie_config_access() 197 static int rcar_gen3_pcie_addr_valid(pci_dev_t d, uint where) in rcar_gen3_pcie_addr_valid() 215 uint where, ulong *val, in rcar_gen3_pcie_read_config() 238 uint where, ulong val, in rcar_gen3_pcie_write_config()
|
A D | pcie_imx.c | 327 pci_dev_t d, int where) in get_bus_address() 392 int where, u32 *val) in imx_pcie_read_cfg() 421 int where, u32 val) in imx_pcie_write_cfg() 683 int where, u32 *val) in imx_pcie_read_config() 691 int where, u32 val) in imx_pcie_write_config()
|
A D | pcie_rockchip.c | 120 int where = rockchip_pcie_off_conf(bdf, offset); in rockchip_pcie_rd_conf() local 147 int where = rockchip_pcie_off_conf(bdf, offset); in rockchip_pcie_wr_conf() local
|
A D | pcie_iproc.c | 446 uint where, void **paddress) in iproc_pcie_map_ep_cfg_reg() 492 static void iproc_pcie_fix_cap(struct iproc_pcie *pcie, int where, ulong *val) in iproc_pcie_fix_cap() 536 unsigned int devfn, int where, in iproc_pci_raw_config_read32() 557 unsigned int devfn, int where, in iproc_pci_raw_config_write32()
|
A D | pcie_mediatek.c | 104 #define CFG_HEADER_DW1(where, size) \ argument 195 int where, int size, ulong *val) in mtk_pcie_hw_rd_cfg() 226 int where, int size, u32 val) in mtk_pcie_hw_wr_cfg()
|
A D | pcie_dw_mvebu.c | 177 pci_dev_t d, uint where) in set_cfg_address()
|
A D | pci_tegra.c | 278 static unsigned long tegra_pcie_conf_offset(pci_dev_t bdf, int where) in tegra_pcie_conf_offset() 286 int where, unsigned long *address) in tegra_pcie_conf_address()
|
A D | pci-aardvark.c | 130 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
|
A D | pcie_dw_ti.c | 224 pci_dev_t d, uint where) in set_cfg_address()
|
A D | pcie_dw_rockchip.c | 413 pci_dev_t d, uint where) in set_cfg_address()
|
/u-boot/arch/x86/cpu/baytrail/ |
A D | early_uart.c | 52 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32()
|
/u-boot/arch/x86/cpu/braswell/ |
A D | early_uart.c | 47 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32()
|
/u-boot/include/ |
A D | pci.h | 682 pci_dev_t, int where, u8 *), in pci_set_ops()
|
/u-boot/tools/ |
A D | fdtgrep.c | 71 static void report_error(const char *where, int err) in report_error()
|
/u-boot/drivers/mmc/ |
A D | octeontx_hsmmc.c | 821 u8 where = (u8)(cmd_arg >> 16); in octeontx_mmc_track_switch() local
|
Completed in 49 milliseconds