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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/amba/
H A Dserial.h34 #define UART010_LCRH 0x08 /* Line control register, high byte. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Damba-pl010.c304 lcr_h = readb(uap->port.membase + UART010_LCRH);
309 writel(lcr_h, uap->port.membase + UART010_LCRH);
368 writel(readb(uap->port.membase + UART010_LCRH) &
370 uap->port.membase + UART010_LCRH);
470 writel(lcr_h, uap->port.membase + UART010_LCRH);
594 lcr_h = readb(uap->port.membase + UART010_LCRH);

Completed in 101 milliseconds