Searched refs:compat (Results 1 – 3 of 3) sorted by relevance
22 #define IN_NODE(inst, compat, base_addr, alloc) \ argument23 (((uintptr_t)(base_addr) >= DT_REG_ADDR(DT_INST(inst, compat)) && \25 DT_REG_ADDR(DT_INST(inst, compat)) + DT_REG_SIZE(DT_INST(inst, compat)))) ||
26 #define FEM_HAS_COMPAT(compat) DT_NODE_HAS_COMPAT(FEM_NODE, compat) argument
11 not tied to a particular DT node, it does not make use of the DT_HAS_<compat>_ENABLED
Completed in 13 milliseconds