Home
last modified time | relevance | path

Searched full:dlh (Results 1 – 13 of 13) sorted by relevance

/linux/arch/x86/boot/
H A Dearly_serial_console.c22 #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()
/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dasc,dlhl60d.yaml7 title: All Sensors DLH series low voltage digital pressure sensors
13 Bindings for the All Sensors DLH series pressure sensors.
/linux/drivers/iio/pressure/
H A Ddlhl60d.c3 * All Sensors DLH series low voltage digital pressure sensors
26 /* DLH data format */
32 /* DLH timings */
369 MODULE_DESCRIPTION("Driver for All Sensors DLH series pressure sensors");
H A DKconfig76 Say yes here to build support for the All Sensors DLH series
/linux/arch/arm/mach-spear/
H A Dgeneric.h6 * Rajeev Kumar <rajeev-dlh.kumar@st.com>
H A Dspear.h6 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
H A Dspear6xx.c8 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
/linux/arch/x86/kernel/
H A Dearly_printk.c95 #define DLH 1 /* Divisor latch High */ macro
142 serial_out(early_serial_base, DLH, (divisor >> 8) & 0xff); in early_serial_hw_init()
/linux/drivers/rtc/
H A Drtc-spear.c6 * Rajeev Kumar<rajeev-dlh.kumar@st.com>
490 MODULE_AUTHOR("Rajeev Kumar <rajeev-dlh.kumar@st.com>");
/linux/fs/jfs/
H A Djfs_dtree.c3769 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local
3829 dlh = (struct ldtentry *) h; in dtMoveEntry()
3834 dlh->index = slh->index; /* little-endian */ in dtMoveEntry()
3838 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry()
3844 dlh->next = dsi; in dtMoveEntry()
3921 dlh->next = -1; in dtMoveEntry()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3571 uint64_t dlh:8; member
3573 uint64_t dlh:8;
3986 uint64_t dlh:8; member
3988 uint64_t dlh:8;
/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9806e.c564 MODULE_AUTHOR("Gunnar Dibbern <gunnar.dibbern@lht.dlh.de>");
/linux/drivers/tty/serial/
H A Dsc16is7xx.c602 /* Backup LCR and access special register set (DLL/DLH) */ in sc16is7xx_set_baud()