Home
last modified time | relevance | path

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

/u-boot/drivers/ram/
A Dimxrt_sdram.c322 dev_read_u8_array_ptr(dev, in imxrt_semc_of_to_plat()
332 dev_read_u8_array_ptr(dev, in imxrt_semc_of_to_plat()
342 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.c534 p = dev_read_u8_array_ptr(dev, "mac-address", ARP_HLEN); in eth_dev_get_mac_address()
536 p = dev_read_u8_array_ptr(dev, "local-mac-address", ARP_HLEN); in eth_dev_get_mac_address()
/u-boot/include/dm/
A Dread.h660 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev,
1138 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.c1070 tmp = dev_read_u8_array_ptr(dev, "snps,lpm-nyet-threshold", 1); in dwc3_of_parse()
1076 tmp = dev_read_u8_array_ptr(dev, "snps,hird-threshold", 1); in dwc3_of_parse()
1110 tmp = dev_read_u8_array_ptr(dev, "snps,tx_de_emphasis", 1); in dwc3_of_parse()
/u-boot/drivers/core/
A Dread.c345 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, in dev_read_u8_array_ptr() function

Completed in 20 milliseconds