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

/u-boot/test/dm/
H A Dsoc.c102 soc_data = soc_device_match(sb_soc_devices_full);
108 soc_data = soc_device_match(sb_soc_devices_partial);
114 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.c52 soc_device_match(const struct soc_attr *matches) function
/u-boot/drivers/phy/
H A Domap-usb2-phy.c234 if (soc_device_match(am65x_sr10_soc_devices))
/u-boot/drivers/mmc/
H A Dam654_sdhci.c672 soc = soc_device_match(am654_sdhci_soc_attr);
751 soc = soc_device_match(am654_sdhci_soc_attr);
/u-boot/drivers/power/domain/
H A Dti-power-domain.c129 soc_match_data = soc_device_match(ti_k3_soc_pd_data);
/u-boot/drivers/clk/ti/
H A Dclk-k3.c117 soc_match_data = soc_device_match(ti_k3_soc_clk_data);
/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c572 if (soc_device_match(k3_mdio_soc_data))

Completed in 123 milliseconds