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

/freebsd-current/sys/arm/freescale/imx/
H A Dimx_gptreg.h79 #define IMX_GPT_SR 0x0008 /* Status Register R/W */ macro
H A Dimx_gpt.c228 WRITE4(sc, IMX_GPT_SR, GPT_IR_ALL);
329 WRITE4(sc, IMX_GPT_SR, GPT_IR_OF2 | GPT_IR_OF3);
343 status = READ4(sc, IMX_GPT_SR);
351 WRITE4(sc, IMX_GPT_SR, status);

Completed in 113 milliseconds