Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/
Dsmccc.h124 #define DEFINE_SVC_UUID2(_name, _tl, _tm, _th, _cl, _ch, \ argument
126 CASSERT((uint32_t)(_tl) != (uint32_t)SMC_UNK, \
129 {((_tl) >> 24) & 0xFF, \
130 ((_tl) >> 16) & 0xFF, \
131 ((_tl) >> 8) & 0xFF, \
132 ((_tl) & 0xFF)}, \