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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.h37 #define LSR_DR 0x01 /* Data ready */ macro
H A Dpe_omap3530.h34 #define LSR_DR 0x01 /* Data ready */ macro
H A Dpe_omap335x.c128 while (!(HwReg32(gOmapSerialUartBase + LSR) & LSR_DR)) {
H A Dpe_omap3430.c137 while (!(HwReg(gOmapSerialUartBase + LSR) & LSR_DR)) {
H A Dpe_omap3530.c125 while (!(HwReg(gOmapSerialUartBase + LSR) & LSR_DR)) {

Completed in 21 milliseconds