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

/u-boot/drivers/ram/
H A Dimxrt_sdram.c323 dev_read_u8_array_ptr(dev,
333 dev_read_u8_array_ptr(dev,
343 dev_read_u8_array_ptr(dev,
/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c135 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults",
/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c92 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count);
/u-boot/net/
H A Deth-uclass.c534 p = dev_read_u8_array_ptr(dev, "mac-address", ARP_HLEN);
536 p = dev_read_u8_array_ptr(dev, "local-mac-address", ARP_HLEN);
/u-boot/include/dm/
H A Dread.h684 * dev_read_u8_array_ptr() - find an 8-bit array
698 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev,
1196 static inline const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, function
/u-boot/drivers/usb/dwc3/
H A Dcore.c1081 tmp = dev_read_u8_array_ptr(dev, "snps,lpm-nyet-threshold", 1);
1087 tmp = dev_read_u8_array_ptr(dev, "snps,hird-threshold", 1);
1121 tmp = dev_read_u8_array_ptr(dev, "snps,tx_de_emphasis", 1);
/u-boot/drivers/core/
H A Dread.c376 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, function

Completed in 117 milliseconds