Searched refs:dev_read_u8_array_ptr (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/ram/ |
| A D | imxrt_sdram.c | 322 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 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 | 534 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 D | read.h | 660 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 D | core.c | 1070 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 D | read.c | 345 const uint8_t *dev_read_u8_array_ptr(const struct udevice *dev, in dev_read_u8_array_ptr() function
|
Completed in 20 milliseconds