| /kernel/linux/linux-6.6/Documentation/sound/cards/ |
| D | serial-u16550.rst | 7 * 0 - Roland Soundcanvas support (default) 28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200 34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 45 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=1 \ 56 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=2 73 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=3
|
| /kernel/linux/linux-5.10/Documentation/sound/cards/ |
| D | serial-u16550.rst | 7 * 0 - Roland Soundcanvas support (default) 28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200 34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 45 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=1 \ 56 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=2 73 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=3
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | early_serial_console.c | 8 #define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */ 10 #define DLAB 0x80 12 #define TXR 0 /* Transmit register (WRITE) */ 13 #define RXR 0 /* Receive register (READ) */ 21 #define DLL 0 /* Divisor Latch Low */ 31 outb(0x3, port + LCR); /* 8n1 */ in early_serial_init() 32 outb(0, port + IER); /* no interrupt */ in early_serial_init() 33 outb(0, port + FCR); /* no fifo */ in early_serial_init() 34 outb(0x3, port + MCR); /* DTR + RTS */ in early_serial_init() 39 outb(divisor & 0xff, port + DLL); in early_serial_init() [all …]
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| D | early_serial_console.c | 8 #define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */ 10 #define DLAB 0x80 12 #define TXR 0 /* Transmit register (WRITE) */ 13 #define RXR 0 /* Receive register (READ) */ 21 #define DLL 0 /* Divisor Latch Low */ 31 outb(0x3, port + LCR); /* 8n1 */ in early_serial_init() 32 outb(0, port + IER); /* no interrupt */ in early_serial_init() 33 outb(0, port + FCR); /* no fifo */ in early_serial_init() 34 outb(0x3, port + MCR); /* DTR + RTS */ in early_serial_init() 39 outb(divisor & 0xff, port + DLL); in early_serial_init() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
| D | uart_base.c | 25 loongson_uart_base = LOONGSON_PCIIO_BASE + 0x3f8; in prom_init_loongson_uart_base() 29 loongson_uart_base = LOONGSON_PCIIO_BASE + 0x2f8; in prom_init_loongson_uart_base() 37 loongson_uart_base = LOONGSON_LIO1_BASE + 0x3f8; in prom_init_loongson_uart_base() 42 setup_8250_early_printk_port(_loongson_uart_base, 0, 1024); in prom_init_loongson_uart_base()
|
| /kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
| D | uart_base.c | 25 loongson_uart_base = LOONGSON_PCIIO_BASE + 0x3f8; in prom_init_loongson_uart_base() 29 loongson_uart_base = LOONGSON_PCIIO_BASE + 0x2f8; in prom_init_loongson_uart_base() 37 loongson_uart_base = LOONGSON_LIO1_BASE + 0x3f8; in prom_init_loongson_uart_base() 42 setup_8250_early_printk_port(_loongson_uart_base, 0, 1024); in prom_init_loongson_uart_base()
|
| /kernel/linux/linux-6.6/arch/arm/mach-mediatek/ |
| D | platsmp.c | 17 #define MTK_SMP_REG_SIZE 0x1000 27 0x80002000, 0x3fc, 28 { 0x534c4131, 0x4c415332, 0x41534c33 }, 29 { 0x3f8, 0x3f8, 0x3f8 }, 33 0x10002000, 0x34, 34 { 0x534c4131, 0x4c415332, 0x41534c33 }, 35 { 0x38, 0x3c, 0x40 }, 39 0x10202000, 0x34, 40 { 0x534c4131, 0x4c415332, 0x41534c33 }, 41 { 0x38, 0x3c, 0x40 }, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-mediatek/ |
| D | platsmp.c | 17 #define MTK_SMP_REG_SIZE 0x1000 27 0x80002000, 0x3fc, 28 { 0x534c4131, 0x4c415332, 0x41534c33 }, 29 { 0x3f8, 0x3f8, 0x3f8 }, 33 0x10002000, 0x34, 34 { 0x534c4131, 0x4c415332, 0x41534c33 }, 35 { 0x38, 0x3c, 0x40 }, 39 0x10202000, 0x34, 40 { 0x534c4131, 0x4c415332, 0x41534c33 }, 41 { 0x38, 0x3c, 0x40 }, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
| D | isa.c | 16 [0] = { 17 .start = 0x70, 18 .end = 0x73, 36 [0] = { 37 .start = 0x3f8, 38 .end = 0x3ff, 42 .start = 0x2f8, 43 .end = 0x2ff, 50 .iobase = 0x3f8, 53 .regshift = 0, [all …]
|
| /kernel/linux/linux-6.6/arch/arm/mach-footbridge/ |
| D | isa.c | 16 [0] = { 17 .start = 0x70, 18 .end = 0x73, 36 [0] = { 37 .start = 0x3f8, 38 .end = 0x3ff, 42 .start = 0x2f8, 43 .end = 0x2ff, 50 .iobase = 0x3f8, 53 .regshift = 0, [all …]
|
| /kernel/linux/linux-5.10/Documentation/ia64/ |
| D | serial.rst | 24 legacy COM port addresses (I/O ports 0x3f8 and 0x2f8), so 44 builtin 0xff5e0000 ttyS0 ttyS1 ttyS0 45 MP UPS 0xf8031000 ttyS1 ttyS2 ttyS1 46 MP Console 0xf8030000 ttyS2 ttyS0 ttyS2 47 MP 2 0xf8030010 ttyS3 ttyS3 ttyS3 48 MP 3 0xf8030038 ttyS4 ttyS4 ttyS4 89 this if the user supplies an argument like "console=uart,io,0x3f8", 125 devices. Use "console=uart,io,0x3f8" (or appropriate
|
| /kernel/linux/linux-6.6/Documentation/arch/ia64/ |
| D | serial.rst | 24 legacy COM port addresses (I/O ports 0x3f8 and 0x2f8), so 44 builtin 0xff5e0000 ttyS0 ttyS1 ttyS0 45 MP UPS 0xf8031000 ttyS1 ttyS2 ttyS1 46 MP Console 0xf8030000 ttyS2 ttyS0 ttyS2 47 MP 2 0xf8030010 ttyS3 ttyS3 ttyS3 48 MP 3 0xf8030038 ttyS4 ttyS4 ttyS4 89 this if the user supplies an argument like "console=uart,io,0x3f8", 125 devices. Use "console=uart,io,0x3f8" (or appropriate
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx25-pinfunc.h | 16 #define MX25_PAD_A10__A10 0x008 0x000 0x000 0x00 0x000 17 #define MX25_PAD_A10__GPIO_4_0 0x008 0x000 0x000 0x05 0x000 19 #define MX25_PAD_A13__A13 0x00c 0x22C 0x000 0x00 0x000 20 #define MX25_PAD_A13__GPIO_4_1 0x00c 0x22C 0x000 0x05 0x000 21 #define MX25_PAD_A13__LCDC_CLS 0x00c 0x22C 0x000 0x07 0x000 23 #define MX25_PAD_A14__A14 0x010 0x230 0x000 0x00 0x000 24 #define MX25_PAD_A14__GPIO_2_0 0x010 0x230 0x000 0x05 0x000 25 #define MX25_PAD_A14__SIM1_CLK1 0x010 0x230 0x000 0x06 0x000 26 #define MX25_PAD_A14__LCDC_SPL 0x010 0x230 0x000 0x07 0x000 28 #define MX25_PAD_A15__A15 0x014 0x234 0x000 0x00 0x000 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx25-pinfunc.h | 16 #define MX25_PAD_A10__A10 0x008 0x000 0x000 0x00 0x000 17 #define MX25_PAD_A10__GPIO_4_0 0x008 0x000 0x000 0x05 0x000 19 #define MX25_PAD_A13__A13 0x00c 0x22C 0x000 0x00 0x000 20 #define MX25_PAD_A13__GPIO_4_1 0x00c 0x22C 0x000 0x05 0x000 21 #define MX25_PAD_A13__LCDC_CLS 0x00c 0x22C 0x000 0x07 0x000 23 #define MX25_PAD_A14__A14 0x010 0x230 0x000 0x00 0x000 24 #define MX25_PAD_A14__GPIO_2_0 0x010 0x230 0x000 0x05 0x000 25 #define MX25_PAD_A14__SIM1_CLK1 0x010 0x230 0x000 0x06 0x000 26 #define MX25_PAD_A14__LCDC_SPL 0x010 0x230 0x000 0x07 0x000 28 #define MX25_PAD_A15__A15 0x014 0x234 0x000 0x00 0x000 [all …]
|
| /kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
| D | flexcop-eeprom.c | 9 #if 0 13 return flex_i2c_write(adapter, 0x20000000, 0x50, addr, buf, len); 21 for (i = 0; i < retries; i++) { 27 return 0; 38 return 0; 41 wbuf[16] = 0; 42 wbuf[17] = 0; 43 wbuf[18] = 0; 45 return eeprom_lrc_write(adapter, 0x3e4, 20, wbuf, rbuf, 4); 53 return 0; [all …]
|
| /kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
| D | flexcop-eeprom.c | 9 #if 0 13 return flex_i2c_write(adapter, 0x20000000, 0x50, addr, buf, len); 21 for (i = 0; i < retries; i++) { 27 return 0; 38 return 0; 41 wbuf[16] = 0; 42 wbuf[17] = 0; 43 wbuf[18] = 0; 45 return eeprom_lrc_write(adapter, 0x3e4, 20, wbuf, rbuf, 4); 53 return 0; [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/ |
| D | vpif.c | 3 * VPIF is a receiver and transmitter for video data. It has two channels(0, 1) 69 .ycmux_mode = 0, 76 .capture_format = 0, 77 .vbi_supported = 0, 86 .ycmux_mode = 0, 93 .capture_format = 0, 94 .vbi_supported = 0, 103 .ycmux_mode = 0, 110 .capture_format = 0, 111 .vbi_supported = 0, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | vpif.c | 3 * VPIF is a receiver and transmitter for video data. It has two channels(0, 1) 62 .ycmux_mode = 0, 69 .capture_format = 0, 70 .vbi_supported = 0, 79 .ycmux_mode = 0, 86 .capture_format = 0, 87 .vbi_supported = 0, 96 .ycmux_mode = 0, 103 .capture_format = 0, 104 .vbi_supported = 0, [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | intr_queue.h | 7 #define INTRQ_CPU_MONDO_HEAD 0x3c0 /* CPU mondo head */ 8 #define INTRQ_CPU_MONDO_TAIL 0x3c8 /* CPU mondo tail */ 9 #define INTRQ_DEVICE_MONDO_HEAD 0x3d0 /* Device mondo head */ 10 #define INTRQ_DEVICE_MONDO_TAIL 0x3d8 /* Device mondo tail */ 11 #define INTRQ_RESUM_MONDO_HEAD 0x3e0 /* Resumable error mondo head */ 12 #define INTRQ_RESUM_MONDO_TAIL 0x3e8 /* Resumable error mondo tail */ 13 #define INTRQ_NONRESUM_MONDO_HEAD 0x3f0 /* Non-resumable error mondo head */ 14 #define INTRQ_NONRESUM_MONDO_TAIL 0x3f8 /* Non-resumable error mondo head */
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| D | intr_queue.h | 7 #define INTRQ_CPU_MONDO_HEAD 0x3c0 /* CPU mondo head */ 8 #define INTRQ_CPU_MONDO_TAIL 0x3c8 /* CPU mondo tail */ 9 #define INTRQ_DEVICE_MONDO_HEAD 0x3d0 /* Device mondo head */ 10 #define INTRQ_DEVICE_MONDO_TAIL 0x3d8 /* Device mondo tail */ 11 #define INTRQ_RESUM_MONDO_HEAD 0x3e0 /* Resumable error mondo head */ 12 #define INTRQ_RESUM_MONDO_TAIL 0x3e8 /* Resumable error mondo tail */ 13 #define INTRQ_NONRESUM_MONDO_HEAD 0x3f0 /* Non-resumable error mondo head */ 14 #define INTRQ_NONRESUM_MONDO_TAIL 0x3f8 /* Non-resumable error mondo head */
|
| /kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
| D | 8250_early.c | 17 * earlycon=uart8250,io,0x3f8,9600n8 18 * earlycon=uart8250,mmio,0xff5e0000,115200n8 19 * earlycon=uart8250,mmio32,0xff5e0000,115200n8 21 * console=uart8250,io,0x3f8,9600n8 22 * console=uart8250,mmio,0xff5e0000,115200n8 23 * console=uart8250,mmio32,0xff5e0000,115200n8 52 return 0; in serial8250_early_in() 109 int num_read = 0; in early_serial8250_read() 134 serial8250_early_out(port, UART_FCR, 0); /* no fifo */ in init_port() 141 serial8250_early_out(port, UART_DLL, divisor & 0xff); in init_port() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/sni/ |
| D | pcit.c | 32 PORT(0x3f8, 0), 33 PORT(0x2f8, 3), 46 PORT(0x3f8, 0), 47 PORT(0x2f8, 3), 48 PORT(0x3e8, 4), 49 PORT(0x2e8, 3), 63 .start = 0x70, 64 .end = 0x71, 86 .start = 0x00000000UL, 87 .end = 0x03bfffffUL, [all …]
|
| /kernel/linux/linux-5.10/arch/mips/sni/ |
| D | pcit.c | 32 PORT(0x3f8, 0), 33 PORT(0x2f8, 3), 46 PORT(0x3f8, 0), 47 PORT(0x2f8, 3), 48 PORT(0x3e8, 4), 49 PORT(0x2e8, 3), 63 .start = 0x70, 64 .end = 0x71, 86 .start = 0x00000000UL, 87 .end = 0x03bfffffUL, [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_early.c | 17 * earlycon=uart8250,io,0x3f8,9600n8 18 * earlycon=uart8250,mmio,0xff5e0000,115200n8 19 * earlycon=uart8250,mmio32,0xff5e0000,115200n8 21 * console=uart8250,io,0x3f8,9600n8 22 * console=uart8250,mmio,0xff5e0000,115200n8 23 * console=uart8250,mmio32,0xff5e0000,115200n8 56 return 0; in serial8250_early_in() 119 int num_read = 0; in early_serial8250_read() 141 serial8250_early_out(port, UART_LCR, 0x3); /* 8n1 */ in init_port() 144 serial8250_early_out(port, UART_FCR, 0); /* no fifo */ in init_port() [all …]
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | serial.h | 27 { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ 28 { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \ 29 { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ 30 { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
|