/Linux-v4.19/drivers/tty/ |
D | mxser.h | 13 #define MOXA 0x400 macro 14 #define MOXA_GETDATACOUNT (MOXA + 23) 15 #define MOXA_DIAGNOSE (MOXA + 50) 16 #define MOXA_CHKPORTENABLE (MOXA + 60) 17 #define MOXA_HighSpeedOn (MOXA + 61) 18 #define MOXA_GET_MAJOR (MOXA + 63) 19 #define MOXA_GETMSTATUS (MOXA + 65) 20 #define MOXA_SET_OP_MODE (MOXA + 66) 21 #define MOXA_GET_OP_MODE (MOXA + 67) 29 #define MOXA_SDS_RSTICOUNTER (MOXA + 69) [all …]
|
D | moxa.h | 5 #define MOXA 0x400 macro 6 #define MOXA_GET_IQUEUE (MOXA + 1) /* get input buffered count */ 7 #define MOXA_GET_OQUEUE (MOXA + 2) /* get output buffered count */ 8 #define MOXA_GETDATACOUNT (MOXA + 23) 9 #define MOXA_GET_IOQUEUE (MOXA + 27) 10 #define MOXA_FLUSH_QUEUE (MOXA + 28) 11 #define MOXA_GETMSTATUS (MOXA + 65)
|
D | mxser.c | 145 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_C168), .driver_data = 3 }, 146 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_C104), .driver_data = 4 }, 147 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP132), .driver_data = 8 }, 148 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP114), .driver_data = 9 }, 149 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CT114), .driver_data = 10 }, 150 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP102), .driver_data = 11 }, 151 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP104U), .driver_data = 12 }, 152 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP168U), .driver_data = 13 }, 153 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP132U), .driver_data = 14 }, 154 { PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP134U), .driver_data = 15 }, [all …]
|
/Linux-v4.19/arch/arm/mach-moxart/ |
D | Kconfig | 2 bool "MOXA ART SoC" 12 MOXA ART SoC. 13 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit 20 bool "MOXA UC-7112-LX" 23 Say Y here if you intend to run this kernel on a MOXA
|
/Linux-v4.19/drivers/net/ethernet/moxa/ |
D | Kconfig | 6 bool "MOXA ART devices" 14 the questions about MOXA ART devices. If you say Y, you will be asked 24 If you wish to compile a kernel for a hardware with MOXA ART SoC and
|
D | moxart_ether.h | 324 #error MOXA ART Ethernet device driver TX buffer is too large! 327 #error MOXA ART Ethernet device driver RX buffer is too large!
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | moxart.txt | 1 MOXA ART device tree bindings 3 Boards with the MOXA ART SoC shall have the following properties:
|
/Linux-v4.19/Documentation/serial/ |
D | moxa-smartio | 2 MOXA Smartio/Industio Family Device Driver Installation Guide 199 ------------- Prepare to use the MOXA driver-------------------- 201 Before using MOXA driver, your system must have the tty devices 208 b. Your total installed MOXA boards number is changed. Maybe you 209 add/delete one MOXA board. 219 to specify the total installed MOXA board number. Default major 226 3.4.2 Build the MOXA driver and utilities 227 Before using the MOXA driver and utilities, you need compile the 248 ------------- Load MOXA driver-------------------- 249 3.4.3 Load the MOXA driver [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | moxa,moxart-dma.txt | 1 MOXA ART DMA Controller 25 DMA clients connected to the MOXA ART DMA controller must use the format
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | moxart-uc7112lx.dts | 1 /* moxart-uc7112lx.dts - Device Tree file for MOXA UC-7112-LX 12 model = "MOXA UC-7112-LX";
|
D | moxart.dtsi | 1 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC
|
D | am335x-moxa-uc-8100-me-t.dts | 2 * Copyright (C) 2017 MOXA Inc. - https://www.moxa.com/
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | moxa,moxart-watchdog.txt | 1 MOXA ART Watchdog timer
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | moxa,moxart-rtc.txt | 1 MOXA ART real-time clock
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | moxa,moxart-mmc.txt | 1 MOXA ART MMC Host Controller Interface
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | moxa,moxart-clock.txt | 7 MOXA ART SoCs allow to determine PLL output and APB frequencies
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_moxa.c | 125 #define MOXA_DEVICE(id, data) { PCI_VDEVICE(MOXA, id), (kernel_ulong_t)data }
|
D | 8250_pci.c | 3345 { PCI_VDEVICE(MOXA, 0x1024), }, 3346 { PCI_VDEVICE(MOXA, 0x1025), }, 3347 { PCI_VDEVICE(MOXA, 0x1045), }, 3348 { PCI_VDEVICE(MOXA, 0x1144), }, 3349 { PCI_VDEVICE(MOXA, 0x1160), }, 3350 { PCI_VDEVICE(MOXA, 0x1161), }, 3351 { PCI_VDEVICE(MOXA, 0x1182), }, 3352 { PCI_VDEVICE(MOXA, 0x1183), }, 3353 { PCI_VDEVICE(MOXA, 0x1322), }, 3354 { PCI_VDEVICE(MOXA, 0x1342), }, [all …]
|
D | Kconfig | 465 tristate "MOXA SmartIO MUE support"
|
/Linux-v4.19/drivers/net/phy/ |
D | Kconfig | 121 tristate "MOXA ART MDIO interface support" 125 interface units of the MOXA ART SoC
|
/Linux-v4.19/drivers/dma/ |
D | Kconfig | 348 Enable support for the MOXA ART SoC DMA controller.
|
/Linux-v4.19/drivers/usb/serial/ |
D | Kconfig | 415 Say Y here if you want to use a MOXA UPort Serial hub.
|
/Linux-v4.19/drivers/rtc/ |
D | Kconfig | 1709 tristate "MOXA ART RTC" 1712 If you say yes here you get support for the MOXA ART
|
/Linux-v4.19/drivers/mmc/host/ |
D | Kconfig | 385 MOXA provides one multi-functional card reader which can
|
/Linux-v4.19/drivers/watchdog/ |
D | Kconfig | 646 existing on the MOXA ART SoC series platforms.
|