Searched refs:GPT_IR_OF2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/arm/freescale/imx/
H A Dimx_gptreg.h85 #define GPT_IR_OF2 (1 << 1) macro
92 GPT_IR_OF2 | \
H A Dimx_gpt.c297 sc->ir_reg |= GPT_IR_OF2;
327 sc->ir_reg &= ~(GPT_IR_OF2 | GPT_IR_OF3);
329 WRITE4(sc, IMX_GPT_SR, GPT_IR_OF2 | GPT_IR_OF3);
361 if (status & GPT_IR_OF2) {

Completed in 93 milliseconds