Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h48 #define DM_FLAG_OF_PLATDATA (1 << 8) macro
/third_party/uboot/u-boot-2020.01/drivers/core/
Ddevice.c101 dev->flags |= DM_FLAG_OF_PLATDATA; in device_bind_common()