Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/imported/
H A Dbranch.idef279 if (fGET_LPCFG) {
280 fHIDE( if (fGET_LPCFG >= 2) { /* Nothing */ } else )
281 if (fGET_LPCFG==1) {
284 fSET_LPCFG(fGET_LPCFG-1);
307 if (fGET_LPCFG) {
308 fHIDE( if (fGET_LPCFG >= 2) { /* Nothing */ } else )
309 if (fGET_LPCFG==1) {
312 fSET_LPCFG(fGET_LPCFG-1);
H A Dmacros.def543 fGET_LPCFG,
/openbmc/qemu/target/hexagon/
H A Dmacros.h370 #define fGET_LPCFG (GET_USR_FIELD(USR_LPCFG)) macro