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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.c143 HwReg32(gOmapSerialUartBase + LCR) = LCR_BKSE | LCRVAL;
146 HwReg32(gOmapSerialUartBase + LCR) = LCRVAL;
H A Dpe_omap335x.h47 #define LCRVAL LCR_8N1 /* 8 data, 1 stop, no parity */ macro
H A Dpe_omap3530.h44 #define LCRVAL LCR_8N1 /* 8 data, 1 stop, no parity */ macro
H A Dpe_omap3430.c162 HwReg(gOmapSerialUartBase + LCR) = LCR_BKSE | LCRVAL;
165 HwReg(gOmapSerialUartBase + LCR) = LCRVAL;
H A Dpe_omap3530.c150 HwReg(gOmapSerialUartBase + LCR) = LCR_BKSE | LCRVAL;
153 HwReg(gOmapSerialUartBase + LCR) = LCRVAL;

Completed in 22 milliseconds