Searched refs:ofnode_read_u8_array_ptr (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/ram/ |
D | stm32_sdram.c | 316 ofnode_read_u8_array_ptr(bank_node, in stm32_fmc_ofdata_to_platdata() 329 ofnode_read_u8_array_ptr(bank_node, in stm32_fmc_ofdata_to_platdata()
|
/external/u-boot/include/dm/ |
D | ofnode.h | 555 const uint8_t *ofnode_read_u8_array_ptr(ofnode node, const char *propname,
|
D | read.h | 623 return ofnode_read_u8_array_ptr(dev_ofnode(dev), propname, sz); in dev_read_u8_array_ptr()
|
/external/u-boot/drivers/core/ |
D | read.c | 195 return ofnode_read_u8_array_ptr(dev_ofnode(dev), propname, sz); in dev_read_u8_array_ptr()
|
D | ofnode.c | 522 const uint8_t *ofnode_read_u8_array_ptr(ofnode node, const char *propname, in ofnode_read_u8_array_ptr() function
|