Searched refs:LCR (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c106 const unsigned char lcr = READ( LCR );
111 WRITE( LCR, lcr | UART_LCR_DLAB );
114 WRITE( LCR, lcr & ~UART_LCR_DLAB);
175 WRITE( LCR, UART_LCR_8BITS );
/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.h16 #define LCR 0xC macro
H A Dpe_omap3530.h16 #define LCR 0xC 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 29 milliseconds