Searched refs:dlh (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/boot/ |
D | early_serial_console.c | 99 unsigned char lcr, dll, dlh; in probe_baud() local 105 dlh = inb(port + DLH); in probe_baud() 107 quot = (dlh << 8) | dll; in probe_baud()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_serial.h | 234 __BFP(dlh); 253 u16 dlh;
|
/linux-4.4.14/drivers/tty/serial/ |
D | omap-serial.c | 147 unsigned char dlh; member 889 up->dlh = quot >> 8; in serial_omap_set_termios() 1014 serial_out(up, UART_DLM, up->dlh); /* MS of divisor */ in serial_omap_set_termios() 1785 serial_out(up, UART_DLM, up->dlh); in serial_omap_restore_context()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 4074 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 4134 dlh = (struct ldtentry *) h; in dtMoveEntry() 4139 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 4143 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 4149 dlh->next = dsi; in dtMoveEntry() 4226 dlh->next = -1; in dtMoveEntry()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 548 __UART(DLH, dlh); in bfin_debug_mmrs_uart() 563 __UART(DLH, dlh); in bfin_debug_mmrs_uart()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 3890 uint64_t dlh:8; member 3892 uint64_t dlh:8; 4755 uint64_t dlh:8; member 4757 uint64_t dlh:8;
|