Searched refs:dlh (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A 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/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()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.c | 4065 struct ldtentry *slh, *dlh = NULL; in dtMoveEntry() local 4125 dlh = (struct ldtentry *) h; in dtMoveEntry() 4130 dlh->index = slh->index; /* little-endian */ in dtMoveEntry() 4134 memcpy(dlh, slh, 6 + len * 2); in dtMoveEntry() 4140 dlh->next = dsi; in dtMoveEntry() 4217 dlh->next = -1; in dtMoveEntry()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A 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/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;
|
/kernel/linux/linux-6.6/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;
|
Completed in 30 milliseconds