Home
last modified time | relevance | path

Searched defs:ATS_GET_FLAGS (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/genwqe/
Dgenwqe_card.h394 #define ATS_GET_FLAGS(_ats, _byte_offs) \ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/genwqe/
Dgenwqe_card.h212 #define ATS_GET_FLAGS(_ats, _byte_offs) \ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/genwqe/
Dgenwqe_card.h224 #define ATS_GET_FLAGS(_ats,_byte_offs) (((_ats) >> (44 - (4 * ((_byte_offs) / 8)))) & 0xf) macro