File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/serial.h.tar
Back
usr/src/linux-headers-5.15.0-133/arch/arc/include/asm/serial.h 0000644 00000000762 15030301731 0017257 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) */ #ifndef _ASM_ARC_SERIAL_H #define _ASM_ARC_SERIAL_H /* * early 8250 (now earlycon) requires BASE_BAUD to be defined in this header. * However to still determine it dynamically (for multi-platform images) * we do this in a helper by parsing the FDT early */ extern unsigned int __init arc_early_base_baud(void); #define BASE_BAUD arc_early_base_baud() #endif /* _ASM_ARC_SERIAL_H */ usr/src/linux-headers-5.15.0-133/arch/sh/include/cpu-sh4a/cpu/serial.h 0000644 00000000345 15030451443 0020562 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __CPU_SH4A_SERIAL_H #define __CPU_SH4A_SERIAL_H /* arch/sh/kernel/cpu/sh4a/serial-sh7722.c */ extern struct plat_sci_port_ops sh7722_sci_port_ops; #endif /* __CPU_SH4A_SERIAL_H */ usr/src/linux-headers-5.15.0-142/arch/arc/include/asm/serial.h 0000644 00000000762 15030514570 0017266 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) */ #ifndef _ASM_ARC_SERIAL_H #define _ASM_ARC_SERIAL_H /* * early 8250 (now earlycon) requires BASE_BAUD to be defined in this header. * However to still determine it dynamically (for multi-platform images) * we do this in a helper by parsing the FDT early */ extern unsigned int __init arc_early_base_baud(void); #define BASE_BAUD arc_early_base_baud() #endif /* _ASM_ARC_SERIAL_H */ usr/src/linux-headers-5.15.0-133/arch/openrisc/include/asm/serial.h 0000644 00000001640 15030520546 0020337 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OpenRISC Linux * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * OpenRISC implementation: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> * et al. */ #ifndef __ASM_OPENRISC_SERIAL_H #define __ASM_OPENRISC_SERIAL_H #ifdef __KERNEL__ #include <asm/cpuinfo.h> /* There's a generic version of this file, but it assumes a 1.8MHz UART clk... * this, on the other hand, assumes the UART clock is tied to the system * clock... 8250_early.c (early 8250 serial console) actually uses this, so * it needs to be correct to get the early console working. */ #define BASE_BAUD (cpuinfo_or1k[smp_processor_id()].clock_frequency/16) #endif /* __KERNEL__ */ #endif /* __ASM_OPENRISC_SERIAL_H */ usr/src/linux-headers-5.15.0-142/arch/parisc/include/asm/serial.h 0000644 00000000174 15030563401 0017774 0 ustar 00 /* * include/asm-parisc/serial.h */ /* * This is used for 16550-compatible UARTs */ #define BASE_BAUD ( 1843200 / 16 ) usr/src/linux-headers-5.15.0-133/arch/alpha/include/asm/serial.h 0000644 00000002012 15030575215 0017577 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ /* * include/asm-alpha/serial.h */ /* * This assumes you have a 1.8432 MHz clock for your UART. * * It'd be nice if someone built a serial card with a 24.576 MHz * clock, since the 16550A is capable of handling a top speed of 1.5 * megabits/second; but this requires the faster clock. */ #define BASE_BAUD ( 1843200 / 16 ) /* Standard COM flags (except for COM4, because of the 8514 problem) */ #ifdef CONFIG_SERIAL_8250_DETECT_IRQ #define STD_COM_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_AUTO_IRQ) #define STD_COM4_FLAGS (UPF_BOOT_AUTOCONF | UPF_AUTO_IRQ) #else #define STD_COM_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST) #define STD_COM4_FLAGS UPF_BOOT_AUTOCONF #endif #define SERIAL_PORT_DFNS \ /* UART CLK PORT IRQ FLAGS */ \ { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \ { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */ usr/src/linux-headers-5.15.0-141/arch/parisc/include/asm/serial.h 0000644 00000000174 15030611124 0017767 0 ustar 00 /* * include/asm-parisc/serial.h */ /* * This is used for 16550-compatible UARTs */ #define BASE_BAUD ( 1843200 / 16 ) usr/src/linux-headers-5.15.0-133/arch/ia64/include/asm/serial.h 0000644 00000000676 15030613065 0017267 0 ustar 00 /* * Derived from the i386 version. */ /* * This assumes you have a 1.8432 MHz clock for your UART. * * It'd be nice if someone built a serial card with a 24.576 MHz * clock, since the 16550A is capable of handling a top speed of 1.5 * megabits/second; but this requires the faster clock. */ #define BASE_BAUD ( 1843200 / 16 ) /* * All legacy serial ports should be enumerated via ACPI namespace, so * we need not list them here. */ usr/src/linux-headers-5.15.0-141/arch/sh/include/cpu-sh4a/cpu/serial.h 0000644 00000000345 15030623200 0020551 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __CPU_SH4A_SERIAL_H #define __CPU_SH4A_SERIAL_H /* arch/sh/kernel/cpu/sh4a/serial-sh7722.c */ extern struct plat_sci_port_ops sh7722_sci_port_ops; #endif /* __CPU_SH4A_SERIAL_H */
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings