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

/freebsd-current/sys/arm/freescale/imx/
H A Dimx_gptreg.h84 #define GPT_IR_OF3 (1 << 2) macro
91 GPT_IR_OF3 | \
H A Dimx_gpt.c302 if ((sc->ir_reg & GPT_IR_OF3) == 0) {
303 sc->ir_reg |= GPT_IR_OF3;
327 sc->ir_reg &= ~(GPT_IR_OF2 | GPT_IR_OF3);
329 WRITE4(sc, IMX_GPT_SR, GPT_IR_OF2 | GPT_IR_OF3);
354 if (status & GPT_IR_OF3) {

Completed in 49 milliseconds