Home
last modified time | relevance | path

Searched refs:DM_FLAG_KNRL_DTB (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddump.c39 printf("%s %s\n", dev->name, dev->flags & DM_FLAG_KNRL_DTB ? "" : "*"); in show_devices()
43 pre_reloc = dev->flags & DM_FLAG_KNRL_DTB ? 0 : 1; in show_devices()
83 printf(" %c", dev->flags & DM_FLAG_KNRL_DTB ? ' ' : '*'); in dm_display_line()
H A Ddevice.c229 dev->flags |= DM_FLAG_KNRL_DTB; in device_bind_common()
247 dev->flags |= DM_FLAG_KNRL_DTB; in device_bind_common()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c29 if (dev->flags & DM_FLAG_KNRL_DTB) in dm_rm_kernel_dev()
52 if (dev->flags & DM_FLAG_KNRL_DTB) in dm_rm_u_boot_dev()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h66 #define DM_FLAG_KNRL_DTB (1 << 31) macro