Home
last modified time | relevance | path

Searched refs:dlh (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/arch/x86/boot/
Dearly_serial_console.c101 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/
Dbfin_serial.h151 __BFP(dlh);
170 u16 dlh;
/linux-2.6.39/arch/arm/mach-omap2/
Dserial.c98 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/
Dbfin_5xx.c1082 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/
Duart_reg.h308 volatile unsigned int dlh; member
/linux-2.6.39/fs/jfs/
Djfs_dtree.c4065 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/
Dcvmx-mio-defs.h1510 uint64_t dlh:8; member
2080 uint64_t dlh:8; member
/linux-2.6.39/
DMAINTAINERS5911 M: Rajeev Kumar <rajeev-dlh.kumar@st.com>