Searched refs:UART011_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.h44 #define UART011_LCRH 0x2c /* Line control register. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Damba-pl011.c308 lcr_h = readw(uap->port.membase + UART011_LCRH);
313 writew(lcr_h, uap->port.membase + UART011_LCRH);
349 writew(0, uap->port.membase + UART011_LCRH);
405 val = readw(uap->port.membase + UART011_LCRH);
407 writew(val, uap->port.membase + UART011_LCRH);
504 writew(lcr_h, port->membase + UART011_LCRH);
627 lcr_h = readw(uap->port.membase + UART011_LCRH);

Completed in 112 milliseconds