Searched refs:cfg_size (Results 1 - 15 of 15) sorted by relevance

/u-boot/drivers/sound/
H A Dda7219.c137 .cfg_size = sizeof(tdm_config),
149 .cfg_size = sizeof(tdm_config),
/u-boot/drivers/pci/
H A Dpcie_dw_common.c152 d << 8, pcie->cfg_size);
333 pci->cfg_size = pci->io.size;
341 (u64)pci->cfg_base, (u64)pci->cfg_base + pci->cfg_size,
342 (u64)pci->cfg_size);
H A Dpcie_layerscape_rc.c259 fdt_size_t cfg_size; local
336 cfg_size = fdt_resource_size(&pcie_rc->cfg_res);
337 if (cfg_size < SZ_8K) {
339 PCIE_SRDS_PRTCL(pcie->idx), dev->name, (u64)cfg_size, SZ_8K);
354 pcie_rc->cfg_res.end = pcie_rc->cfg_res.start + cfg_size;
H A Dpcie_dw_common.h104 * @cfg_size: The size of the configuration space which is needed
119 fdt_size_t cfg_size; member in struct:pcie_dw
H A Dpcie_plda_common.h50 * @cfg_size: The size of configuration space
58 phys_size_t cfg_size; member in struct:pcie_plda
H A Dpcie_uniphier.c85 fdt_size_t cfg_size; member in struct:uniphier_pcie_priv
166 busdev, priv->cfg_size);
303 priv->cfg_size = fdt_resource_size(&priv->cfg_res);
305 priv->cfg_size, MAP_NOCACHE);
H A Dpcie_starfive_jh7110.c65 priv->plda.cfg_size,
152 &priv->plda.cfg_size);
H A Dpcie_dw_mvebu.c104 * @cfg_size: The size of the configuration space which is needed
114 fdt_size_t cfg_size; member in struct:pcie_dw_mvebu
203 d << 8, pcie->cfg_size);
573 &pcie->cfg_size);
H A Dpcie_layerscape_gen4.c457 fdt_size_t cfg_size; local
491 cfg_size = fdt_resource_size(&pcie->cfg_res);
492 if (cfg_size < SZ_4K) {
494 PCIE_SRDS_PRTCL(pcie->idx), dev->name, cfg_size, SZ_4K);
H A Dpcie_dw_imx.c271 &priv->dw.cfg_size);
H A Dpcie_dw_ti.c326 &pcie->dw.cfg_size);
H A Dpcie_dw_rockchip.c421 &priv->dw.cfg_size);
/u-boot/arch/x86/cpu/apollolake/
H A Dhostbridge.c72 .cfg_size = sizeof(dmic_1ch_mic_config),
104 .cfg_size = sizeof(dmic_2ch_mic_config),
136 .cfg_size = sizeof(dmic_4ch_mic_config),
/u-boot/arch/x86/include/asm/
H A Dacpi_nhlt.h64 size_t cfg_size; member in struct:nhlt_endp_descriptor
/u-boot/arch/x86/lib/
H A Dacpi_nhlt.c443 ret = nhlt_endpoint_append_config(endp, epd->cfg, epd->cfg_size);

Completed in 183 milliseconds