Searched refs:MOXA (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v5.10/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-v5.10/arch/arm/mach-moxart/ |
D | Kconfig | 3 bool "MOXA ART SoC" 13 MOXA ART SoC. 14 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit 21 bool "MOXA UC-7112-LX" 24 Say Y here if you intend to run this kernel on a MOXA
|
/Linux-v5.10/drivers/net/ethernet/moxa/ |
D | Kconfig | 7 bool "MOXA ART devices" 15 the questions about MOXA ART devices. If you say Y, you will be asked 25 If you wish to compile a kernel for a hardware with MOXA ART SoC and
|
D | moxart_ether.h | 325 #error MOXA ART Ethernet device driver TX buffer is too large! 328 #error MOXA ART Ethernet device driver RX buffer is too large!
|
/Linux-v5.10/Documentation/driver-api/serial/ |
D | moxa-smartio.rst | 2 MOXA Smartio/Industio Family Device Driver Installation Guide 214 ------------- Prepare to use the MOXA driver -------------------- 219 Before using MOXA driver, your system must have the tty devices 227 b. Your total installed MOXA boards number is changed. Maybe you 228 add/delete one MOXA board. 239 to specify the total installed MOXA board number. Default major 246 3.4.2 Build the MOXA driver and utilities 249 Before using the MOXA driver and utilities, you need compile the 270 ------------- Load MOXA driver-------------------- 272 3.4.3 Load the MOXA driver [all …]
|
/Linux-v5.10/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-v5.10/arch/arm/boot/dts/ |
D | moxart-uc7112lx.dts | 2 /* moxart-uc7112lx.dts - Device Tree file for MOXA UC-7112-LX 11 model = "MOXA UC-7112-LX";
|
D | am335x-moxa-uc-2101.dts | 3 * Copyright (C) 2018 MOXA Inc. - https://www.moxa.com/
|
D | am335x-moxa-uc-8100-me-t.dts | 3 * Copyright (C) 2017 MOXA Inc. - https://www.moxa.com/
|
D | moxart.dtsi | 2 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC
|
D | am335x-moxa-uc-2100-common.dtsi | 3 * Copyright (C) 2018 MOXA Inc. - https://www.moxa.com/
|
D | am335x-moxa-uc-8100-common.dtsi | 3 * Copyright (C) 2020 MOXA Inc. - https://www.moxa.com/
|
/Linux-v5.10/Documentation/devicetree/bindings/watchdog/ |
D | moxa,moxart-watchdog.txt | 1 MOXA ART Watchdog timer
|
/Linux-v5.10/Documentation/devicetree/bindings/rtc/ |
D | moxa,moxart-rtc.txt | 1 MOXA ART real-time clock
|
/Linux-v5.10/Documentation/devicetree/bindings/mmc/ |
D | moxa,moxart-mmc.txt | 1 MOXA ART MMC Host Controller Interface
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | moxa,moxart-clock.txt | 7 MOXA ART SoCs allow to determine PLL output and APB frequencies
|
/Linux-v5.10/drivers/net/mdio/ |
D | Kconfig | 138 tristate "MOXA ART MDIO interface support" 142 interface units of the MOXA ART SoC
|
/Linux-v5.10/drivers/dma/ |
D | Kconfig | 392 Enable support for the MOXA ART SoC DMA controller.
|
/Linux-v5.10/drivers/usb/serial/ |
D | Kconfig | 413 Say Y here if you want to use a MOXA UPort Serial hub.
|
/Linux-v5.10/drivers/rtc/ |
D | Kconfig | 1813 tristate "MOXA ART RTC" 1816 If you say yes here you get support for the MOXA ART
|
/Linux-v5.10/drivers/mmc/host/ |
D | Kconfig | 467 MOXA provides one multi-functional card reader which can
|
/Linux-v5.10/drivers/watchdog/ |
D | Kconfig | 785 existing on the MOXA ART SoC series platforms.
|
/Linux-v5.10/ |
D | CREDITS | 2418 D: MOXA C-218 serial board driver
|
12