Searched refs:_tl (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-3.7.0/include/lib/ |
D | smccc.h | 185 #define DEFINE_SVC_UUID2(_name, _tl, _tm, _th, _cl, _ch, \ argument 187 CASSERT((uint32_t)(_tl) != (uint32_t)SMC_UNK, \ 190 {((_tl) >> 24) & 0xFF, \ 191 ((_tl) >> 16) & 0xFF, \ 192 ((_tl) >> 8) & 0xFF, \ 193 ((_tl) & 0xFF)}, \
|