Searched full:dlh (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/x86/boot/ |
H A D | early_serial_console.c | 22 #define DLH 1 /* Divisor latch High */ macro 40 outb((divisor >> 8) & 0xff, port + DLH); in early_serial_init() 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/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | asc,dlhl60d.yaml | 7 title: All Sensors DLH series low voltage digital pressure sensors 13 Bindings for the All Sensors DLH series pressure sensors.
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | dlhl60d.c | 3 * All Sensors DLH series low voltage digital pressure sensors 26 /* DLH data format */ 32 /* DLH timings */ 371 MODULE_DESCRIPTION("Driver for All Sensors DLH series pressure sensors");
|
H A D | Kconfig | 62 Say yes here to build support for the All Sensors DLH series
|
/openbmc/linux/arch/arm/mach-spear/ |
H A D | generic.h | 6 * Rajeev Kumar <rajeev-dlh.kumar@st.com>
|
H A D | spear.h | 6 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
H A D | spear6xx.c | 8 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-uart.h | 22 uint32_t dlh; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 95 #define DLH 1 /* Divisor latch High */ macro 142 serial_out(early_serial_base, DLH, (divisor >> 8) & 0xff); in early_serial_hw_init()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-spear.c | 6 * Rajeev Kumar<rajeev-dlh.kumar@st.com> 490 MODULE_AUTHOR("Rajeev Kumar <rajeev-dlh.kumar@st.com>");
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | ipam390-ais-uart.cfg | 53 ; | RSVD | OSR | DLH | DLL |
|
/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 | 3785 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 3845 dlh = (struct ldtentry *) h; in dtMoveEntry() 3850 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 3854 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 3860 dlh->next = dsi; in dtMoveEntry() 3937 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;
|