Home
last modified time | relevance | path

Searched defs:APM_EVENT_COMPOSE (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/arm/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/loongson/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/powerpc64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/sparc64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/macppc/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/arm64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/riscv64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/i386/include/
H A Dapmvar.h181 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/amd64/include/
H A Dapmvar.h182 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro