Home
last modified time | relevance | path

Searched refs:dev_read_u8_array_ptr (Results 1 – 8 of 8) sorted by relevance

/u-boot/drivers/ram/
A Dimxrt_sdram.c313 dev_read_u8_array_ptr(dev, in imxrt_semc_of_to_plat()
323 dev_read_u8_array_ptr(dev, in imxrt_semc_of_to_plat()
333 dev_read_u8_array_ptr(dev, in imxrt_semc_of_to_plat()
/u-boot/drivers/power/pmic/
A Di2c_pmic_emul.c134 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults", in sandbox_i2c_pmic_probe()
/u-boot/drivers/gpio/
A Dhsdk-creg-gpio.c92 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
/u-boot/net/
A Deth-uclass.c494 p = dev_read_u8_array_ptr(dev, "mac-address", ARP_HLEN); in eth_dev_get_mac_address()
496 p = dev_read_u8_array_ptr(dev, "local-mac-address", ARP_HLEN); in eth_dev_get_mac_address()
/u-boot/include/dm/
A Dread.h585 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev,
986 static inline const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, in dev_read_u8_array_ptr() function
/u-boot/drivers/usb/dwc3/
A Dcore.c912 tmp = dev_read_u8_array_ptr(dev, "snps,lpm-nyet-threshold", 1); in dwc3_of_parse()
918 tmp = dev_read_u8_array_ptr(dev, "snps,hird-threshold", 1); in dwc3_of_parse()
952 tmp = dev_read_u8_array_ptr(dev, "snps,tx_de_emphasis", 1); in dwc3_of_parse()
/u-boot/drivers/core/
A Dread.c305 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, in dev_read_u8_array_ptr() function
/u-boot/drivers/net/
A Dsandbox.c426 mac = dev_read_u8_array_ptr(dev, "fake-host-hwaddr", ARP_HLEN); in sb_eth_of_to_plat()

Completed in 12 milliseconds