Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dof.h55 #define OF_MAX_PHANDLE_ARGS 16 macro
83 uint32_t args[OF_MAX_PHANDLE_ARGS];
Dofnode.h58 uint32_t args[OF_MAX_PHANDLE_ARGS];
/external/u-boot/drivers/core/
Dof_access.c607 if (WARN_ON(count > OF_MAX_PHANDLE_ARGS)) in __of_parse_phandle_with_args()
608 count = OF_MAX_PHANDLE_ARGS; in __of_parse_phandle_with_args()
Dofnode.c308 assert(OF_MAX_PHANDLE_ARGS == MAX_PHANDLE_ARGS); in ofnode_from_fdtdec_phandle_args()
317 assert(OF_MAX_PHANDLE_ARGS == MAX_PHANDLE_ARGS); in ofnode_from_of_phandle_args()