Searched refs:DM_FLAG_OF_PLATDATA (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/dm/ | ||
D | device.h | 48 #define DM_FLAG_OF_PLATDATA (1 << 8) macro |
/external/u-boot/drivers/core/ | ||
D | device.c | 92 dev->flags |= DM_FLAG_OF_PLATDATA; in device_bind_common() |