Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dof.h113 #if !defined(OF_ROOT_NODE_ADDR_CELLS_DEFAULT)
114 #define OF_ROOT_NODE_ADDR_CELLS_DEFAULT 1 macro
/external/u-boot/drivers/core/
Dof_access.c79 return OF_ROOT_NODE_ADDR_CELLS_DEFAULT; in of_n_addr_cells()