Searched refs:dlh (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/x86/boot/ |
D | early_serial_console.c | 101 unsigned char lcr, dll, dlh; in probe_baud() local 107 dlh = inb(port + DLH); in probe_baud() 109 quot = (dlh << 8) | dll; in probe_baud()
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | bfin_serial.h | 151 __BFP(dlh); 170 u16 dlh;
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | serial.c | 98 u16 dlh; member 220 uart->dlh = serial_read_reg(uart, UART_DLM); in omap_uart_save_context() 257 serial_write_reg(uart, UART_DLM, uart->dlh); in omap_uart_restore_context()
|
/linux-2.6.39/drivers/tty/serial/ |
D | bfin_5xx.c | 1082 u16 lcr, dlh, dll; in bfin_serial_console_get_options() local 1103 dlh = UART_GET_DLH(uart); in bfin_serial_console_get_options() 1108 *baud = get_sclk() / (16*(dll | dlh << 8)); in bfin_serial_console_get_options()
|
/linux-2.6.39/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/ |
D | uart_reg.h | 308 volatile unsigned int dlh; member
|
/linux-2.6.39/fs/jfs/ |
D | jfs_dtree.c | 4065 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 4125 dlh = (struct ldtentry *) h; in dtMoveEntry() 4130 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 4134 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 4140 dlh->next = dsi; in dtMoveEntry() 4217 dlh->next = -1; in dtMoveEntry()
|
/linux-2.6.39/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1510 uint64_t dlh:8; member 2080 uint64_t dlh:8; member
|
/linux-2.6.39/ |
D | MAINTAINERS | 5911 M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
|