Home
last modified time | relevance | path

Searched refs:ITSTART (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dinterval_tree_generic.h29 ITSTART, ITLAST, ITSTATIC, ITPREFIX) \ argument
42 ITTYPE start = ITSTART(node), last = ITLAST(node); \
51 if (start < ITSTART(parent)) \
104 if (ITSTART(node) <= last) { /* Cond1 */ \
145 if (ITSTART(leftmost) > last) \
182 if (last < ITSTART(node)) /* !Cond1 */ \
/openbmc/linux/tools/include/linux/
H A Dinterval_tree_generic.h29 ITSTART, ITLAST, ITSTATIC, ITPREFIX) \ argument
42 ITTYPE start = ITSTART(node), last = ITLAST(node); \
51 if (start < ITSTART(parent)) \
104 if (ITSTART(node) <= last) { /* Cond1 */ \
145 if (ITSTART(leftmost) > last) \
182 if (last < ITSTART(node)) /* !Cond1 */ \
/openbmc/linux/sound/pci/ctxfi/
H A Dct20k1reg.h357 #define ITSTART 0x113028 macro