Home
last modified time | relevance | path

Searched refs:DM_FLAG_OF_PLATDATA (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dm/
H A Ddevice.h48 #define DM_FLAG_OF_PLATDATA (1 << 8) macro
/openbmc/u-boot/drivers/core/
H A Ddevice.c95 dev->flags |= DM_FLAG_OF_PLATDATA; in device_bind_common()