Searched refs:dev_read_u8_array_ptr (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/ram/ |
A D | imxrt_sdram.c | 313 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 D | i2c_pmic_emul.c | 134 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults", in sandbox_i2c_pmic_probe()
|
/u-boot/drivers/gpio/ |
A D | hsdk-creg-gpio.c | 92 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
|
/u-boot/net/ |
A D | eth-uclass.c | 494 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 D | read.h | 585 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 D | core.c | 912 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 D | read.c | 305 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, in dev_read_u8_array_ptr() function
|
/u-boot/drivers/net/ |
A D | sandbox.c | 426 mac = dev_read_u8_array_ptr(dev, "fake-host-hwaddr", ARP_HLEN); in sb_eth_of_to_plat()
|
Completed in 12 milliseconds