Searched refs:soc_device_match (Results 1 - 8 of 8) sorted by relevance

/u-boot/test/dm/
H A Dsoc.c101 soc_data = soc_device_match(sb_soc_devices_full);
107 soc_data = soc_device_match(sb_soc_devices_partial);
113 soc_data = soc_device_match(sb_soc_devices_nomatch);
/u-boot/include/
H A Dsoc.h20 * soc_device_match and the struct matching the SoC
113 * soc_device_match() - Return match from an array of soc_attr
120 soc_device_match(const struct soc_attr *matches);
144 soc_device_match(const struct soc_attr *matches) function
/u-boot/drivers/soc/
H A Dsoc-uclass.c51 soc_device_match(const struct soc_attr *matches) function
/u-boot/drivers/phy/
H A Domap-usb2-phy.c233 if (soc_device_match(am65x_sr10_soc_devices))
/u-boot/drivers/mmc/
H A Dam654_sdhci.c671 soc = soc_device_match(am654_sdhci_soc_attr);
750 soc = soc_device_match(am654_sdhci_soc_attr);
/u-boot/drivers/power/domain/
H A Dti-power-domain.c128 soc_match_data = soc_device_match(ti_k3_soc_pd_data);
/u-boot/drivers/clk/ti/
H A Dclk-k3.c116 soc_match_data = soc_device_match(ti_k3_soc_clk_data);
/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c571 if (soc_device_match(k3_mdio_soc_data))

Completed in 202 milliseconds