| /kernel/linux/linux-6.6/arch/x86/boot/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| 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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/pressure/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | dlhl60d.c | 3 * All Sensors DLH series low voltage digital pressure sensors 26 /* DLH data format */ 32 /* DLH timings */ 372 MODULE_DESCRIPTION("Driver for All Sensors DLH series pressure sensors");
|
| D | Kconfig | 62 Say yes here to build support for the All Sensors DLH series
|
| /kernel/linux/linux-6.6/drivers/iio/pressure/ |
| 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");
|
| D | Kconfig | 62 Say yes here to build support for the All Sensors DLH series
|
| /kernel/linux/linux-5.10/arch/arm/mach-spear/include/mach/ |
| D | irqs.h | 5 * Rajeev Kumar <rajeev-dlh.kumar@st.com>
|
| D | spear.h | 5 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
| /kernel/linux/linux-6.6/arch/arm/mach-spear/ |
| D | generic.h | 6 * Rajeev Kumar <rajeev-dlh.kumar@st.com>
|
| D | spear.h | 6 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
| D | spear6xx.c | 8 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
| /kernel/linux/linux-5.10/arch/arm/mach-spear/ |
| D | generic.h | 5 * Rajeev Kumar <rajeev-dlh.kumar@st.com>
|
| D | spear6xx.c | 7 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-spear.c | 5 * Rajeev Kumar<rajeev-dlh.kumar@st.com> 492 MODULE_AUTHOR("Rajeev Kumar <rajeev-dlh.kumar@st.com>");
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-spear.c | 6 * Rajeev Kumar<rajeev-dlh.kumar@st.com> 490 MODULE_AUTHOR("Rajeev Kumar <rajeev-dlh.kumar@st.com>");
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | omap-serial.c | 136 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() 1838 serial_out(up, UART_DLM, up->dlh); in serial_omap_restore_context()
|
| /kernel/linux/linux-6.6/fs/jfs/ |
| D | jfs_dtree.c | 3767 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 3827 dlh = (struct ldtentry *) h; in dtMoveEntry() 3832 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 3836 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 3842 dlh->next = dsi; in dtMoveEntry() 3919 dlh->next = -1; in dtMoveEntry()
|
| /kernel/linux/linux-5.10/fs/jfs/ |
| D | jfs_dtree.c | 4060 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 4120 dlh = (struct ldtentry *) h; in dtMoveEntry() 4125 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 4129 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 4135 dlh->next = dsi; in dtMoveEntry() 4212 dlh->next = -1; in dtMoveEntry()
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
| 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;
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| 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;
|