Home
last modified time | relevance | path

Searched full:mio (Results 1 – 25 of 85) sorted by relevance

1234

/Linux-v6.1/drivers/comedi/drivers/
Dni_atmio.c3 * Comedi driver for NI AT-MIO E series cards
11 * Description: National Instruments AT-MIO-E series
13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio),
14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
63 * 321791a.pdf discontinuation of at-mio-16e-10 rev. c
64 * 321808a.pdf about at-mio-16e-10 rev P
65 * 321837a.pdf discontinuation of at-mio-16de-10 rev d
66 * 321838a.pdf about at-mio-16de-10 rev N
71 * - deal with at-mio-16de-10 revision D to N changes, etc.
[all …]
Dni_pcimio.c3 * Comedi driver for NI PCI-MIO E series cards
11 * Description: National Instruments PCI-MIO-E series and M series (all boards)
15 * Devices: [National Instruments] PCI-MIO-16XE-50 (ni_pcimio),
16 * PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1, PCI-MIO-16E-4, PCI-6014,
30 * These boards are almost identical to the AT-MIO E series, except that
68 * The PCI-MIO E series driver was originally written by
83 * - deal with at-mio-16de-10 revision D to N changes, etc.
208 .name = "pci-mio-16xe-50",
222 .name = "pci-mio-16xe-10", /* aka pci-6030E */
266 .name = "pci-mio-16e-1", /* aka pci-6070e */
[all …]
Dpcmmio.c12 * Description: A driver for the PCM-MIO multifunction board
13 * Devices: [Winsystems] PCM-MIO (pcmmio)
18 * A driver for the PCM-MIO multifunction board from Winsystems. This
544 * The PCM-MIO uses two Linear Tech LTC1859CG 8-channel A/D converters. in pcmmio_ai_insn_read()
625 * The PCM-MIO has two Linear Tech LTC2704 DAC devices. Each device in pcmmio_ao_insn_write()
775 MODULE_DESCRIPTION("Comedi driver for Winsystems PCM-MIO PC/104 board");
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dsocionext,uniphier-clock.yaml27 - description: Media I/O (MIO) clock, SD clock
29 - socionext,uniphier-ld4-mio-clock
30 - socionext,uniphier-pro4-mio-clock
31 - socionext,uniphier-sld8-mio-clock
34 - socionext,uniphier-ld11-mio-clock
82 compatible = "socionext,uniphier-ld11-mio-clock";
/Linux-v6.1/Documentation/devicetree/bindings/reset/
Dsocionext,uniphier-reset.yaml27 - description: Media I/O (MIO) reset, SD reset
29 - socionext,uniphier-ld4-mio-reset
30 - socionext,uniphier-pro4-mio-reset
31 - socionext,uniphier-sld8-mio-reset
34 - socionext,uniphier-ld11-mio-reset
87 compatible = "socionext,uniphier-ld11-mio-reset";
/Linux-v6.1/arch/s390/pci/
Dpci_mmio.c136 * We only support write access to MIO capable devices if we are on in SYSCALL_DEFINE3()
137 * a MIO enabled system. Otherwise we would have to check for every in SYSCALL_DEFINE3()
139 * a pfn lookup which we don't need for MIO capable devices. Currently in SYSCALL_DEFINE3()
140 * ISM devices are the only devices without MIO support and there is no in SYSCALL_DEFINE3()
278 * We only support read access to MIO capable devices if we are on in SYSCALL_DEFINE3()
279 * a MIO enabled system. Otherwise we would have to check for every in SYSCALL_DEFINE3()
281 * a pfn lookup which we don't need for MIO capable devices. Currently in SYSCALL_DEFINE3()
282 * ISM devices are the only devices without MIO support and there is no in SYSCALL_DEFINE3()
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dsocionext,uniphier-mio-dmac.yaml4 $id: http://devicetree.org/schemas/dma/socionext,uniphier-mio-dmac.yaml#
21 const: socionext,uniphier-mio-dmac
56 compatible = "socionext,uniphier-mio-dmac";
/Linux-v6.1/drivers/comedi/
DKconfig477 tristate "NI AT-MIO E series ISA-PNP card support"
481 Enable support for National Instruments AT-MIO E series cards
482 National Instruments AT-MIO-16E-1 (ni_atmio),
483 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
484 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
490 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
493 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
529 tristate "Winsystems PCM-MIO PC/104 board support"
531 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
1054 tristate "NI PCI-MIO-E series and M series support"
[all …]
/Linux-v6.1/drivers/clk/uniphier/
Dclk-uniphier-core.c141 .compatible = "socionext,uniphier-ld4-mio-clock",
145 .compatible = "socionext,uniphier-pro4-mio-clock",
149 .compatible = "socionext,uniphier-sld8-mio-clock",
161 .compatible = "socionext,uniphier-ld11-mio-clock",
DMakefile11 obj-y += clk-uniphier-mio.o
Dclk-uniphier-sys.c98 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */
117 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* HSC, MIO, RLE */
142 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */
202 UNIPHIER_LD11_SYS_CLK_STDMAC(8), /* HSC, MIO */
/Linux-v6.1/arch/x86/platform/atom/
Dpunit_atom_debug.c53 { "MIO", MIO_SS_PM, SSS_SHIFT },
63 { "MIO", MIO_SS_PM, SSS_SHIFT },
73 { "MIO", MIO_SS_PM, SSS_SHIFT },
/Linux-v6.1/drivers/reset/
Dreset-uniphier.c46 UNIPHIER_RESETX(8, 0x2000, 10), /* STDMAC (Ether, HSC, MIO) */
53 UNIPHIER_RESETX(8, 0x2000, 10), /* STDMAC (HSC, MIO, RLE) */
96 UNIPHIER_RESETX(8, 0x200c, 8), /* STDMAC (HSC, MIO) */
424 .compatible = "socionext,uniphier-ld4-mio-reset",
428 .compatible = "socionext,uniphier-pro4-mio-reset",
432 .compatible = "socionext,uniphier-sld8-mio-reset",
444 .compatible = "socionext,uniphier-ld11-mio-reset",
/Linux-v6.1/sound/ppc/
Dpmac.c870 struct device_node *mio; in detect_byte_swap() local
873 for (mio = chip->node->parent; mio; mio = mio->parent) { in detect_byte_swap()
874 if (of_node_name_eq(mio, "mac-io")) { in detect_byte_swap()
875 if (of_device_is_compatible(mio, "Keylargo")) in detect_byte_swap()
1278 struct device_node* mio; in snd_pmac_new() local
1279 for (mio = chip->node->parent; mio; mio = mio->parent) { in snd_pmac_new()
1280 if (of_node_name_eq(mio, "mac-io")) { in snd_pmac_new()
1282 if (of_address_to_resource(mio, 0, &r) == 0) in snd_pmac_new()
/Linux-v6.1/drivers/dma/
Duniphier-mdmac.c360 irq_name = devm_kasprintf(dev, GFP_KERNEL, "uniphier-mio-dmac-ch%d", in uniphier_mdmac_chan_init()
484 { .compatible = "socionext,uniphier-mio-dmac" },
493 .name = "uniphier-mio-dmac",
500 MODULE_DESCRIPTION("UniPhier MIO DMAC driver");
/Linux-v6.1/sound/soc/pxa/
DKconfig211 tristate "SoC Audio support for MIO A701"
221 MIO A701.
Dmioa701_wm9713.c183 " Do not use without a good knowledge of mio's board design!\n"); in mioa701_wm9713_probe()
199 MODULE_DESCRIPTION("ALSA SoC WM9713 MIO A701");
/Linux-v6.1/arch/arm64/boot/dts/xilinx/
Dzynqmp-sm-k26-revA.dts81 &qspi { /* MIO 0-5 - U143 */
177 xlnx,mio-bank = <0>;
268 "", "", "", /* 75 - 77, MIO end and EMIO start */
/Linux-v6.1/arch/arm/mach-pxa/
Dmioa701.c3 * Handles the Mitac Mio A701 Board
53 /* Mio global */
426 * MIO A701 reboot sequence is highly ROM dependent. From the one dissassembled,
657 * Mio global
775 MACHINE_START(MIOA701, "MIO A701")
Dmioa701_bootresume.S2 /* Bootloader to resume MIO A701
/Linux-v6.1/arch/s390/include/asm/
Dpci_clp.h135 struct mio_info mio; member
188 struct mio_info mio; member
/Linux-v6.1/include/dt-bindings/pinctrl/
Dpinctrl-zynq.h3 * MIO pin configuration defines for Xilinx Zynq
Dpinctrl-zynqmp.h3 * MIO pin configuration defines for Xilinx ZynqMP
/Linux-v6.1/arch/arm/boot/dts/
Duniphier-ld4.dtsi216 compatible = "socionext,uniphier-ld4-mio-clock";
221 compatible = "socionext,uniphier-ld4-mio-reset";
243 compatible = "socionext,uniphier-mio-dmac";
Duniphier-sld8.dtsi220 compatible = "socionext,uniphier-sld8-mio-clock";
225 compatible = "socionext,uniphier-sld8-mio-reset";
247 compatible = "socionext,uniphier-mio-dmac";

1234