Searched refs:TCLR (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.c210 HwReg32(gOmapTimerBase + TCLR) = (1 << 6);
230 HwReg32(gOmapTimerBase + TCLR) = (1 << 0) | (1 << 1) | (2 << 10);
321 * Clear the TCLR [ST] bit
324 mmio_set(gOmapTimerBase + TCLR, 0x1);
326 mmio_clear(gOmapTimerBase + TCLR, 0x1);
H A Dpe_omap335x.h117 #define TCLR 0x24 macro
142 #define TCLR 0x38 macro
H A Dpe_omap3430.c229 HwReg(gOmapTimerBase + TCLR) = (1 << 6);
245 HwReg(gOmapTimerBase + TCLR) = (1 << 0) | (1 << 1) | (2 << 10);
338 * Clear the TCLR [ST] bit
341 HwReg(gOmapTimerBase + TCLR) |= (1 << 0);
343 HwReg(gOmapTimerBase + TCLR) &= ~(1 << 0);
H A Dpe_omap3530.c217 HwReg(gOmapTimerBase + TCLR) = (1 << 6);
233 HwReg(gOmapTimerBase + TCLR) = (1 << 0) | (1 << 1) | (2 << 10);
323 * Clear the TCLR [ST] bit
326 HwReg(gOmapTimerBase + TCLR) |= (1 << 0);
328 HwReg(gOmapTimerBase + TCLR) &= ~(1 << 0);
H A Dpe_omap3530.h180 #define TCLR 0x24 macro

Completed in 21 milliseconds