Home
last modified time | relevance | path

Searched refs:PRPMC750_SERIAL_0_LCR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dprpmc750.c240 lcr = readb(PRPMC750_SERIAL_0_LCR); in prpmc750_get_bus_speed()
241 writeb(lcr | UART_LCR_DLAB, PRPMC750_SERIAL_0_LCR); in prpmc750_get_bus_speed()
244 writeb(lcr & ~UART_LCR_DLAB, PRPMC750_SERIAL_0_LCR); in prpmc750_get_bus_speed()
Dprpmc750.h48 #define PRPMC750_SERIAL_0_LCR (PRPMC750_SERIAL_0 + (UART_LCR << 4)) macro