Searched refs:dlh (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/boot/ |
H A D | early_serial_console.c | 104 unsigned char lcr, dll, dlh; in probe_baud() local 110 dlh = inb(port + DLH); in probe_baud() 112 quot = (dlh << 8) | dll; in probe_baud()
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-uart.h | 22 uint32_t dlh; member
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pxa.c | 75 writel(divider >> 8, &uart_regs->dlh); in pxa_setbrg_common()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | omap-serial.c | 137 unsigned char dlh; member 808 up->dlh = quot >> 8; in serial_omap_set_termios() 932 serial_out(up, UART_DLM, up->dlh); /* MS of divisor */ in serial_omap_set_termios() 1726 serial_out(up, UART_DLM, up->dlh); in serial_omap_restore_context()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.c | 3784 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 3844 dlh = (struct ldtentry *) h; in dtMoveEntry() 3849 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 3853 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 3859 dlh->next = dsi; in dtMoveEntry() 3936 dlh->next = -1; in dtMoveEntry()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 3571 uint64_t dlh:8; member 3573 uint64_t dlh:8; 3986 uint64_t dlh:8; member 3988 uint64_t dlh:8;
|