| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_atmio.c | 3 * 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 …]
|
| H A D | ni_pcimio.c | 3 * 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. 210 .name = "pci-mio-16xe-50", 224 .name = "pci-mio-16xe-10", /* aka pci-6030E */ 268 .name = "pci-mio-16e-1", /* aka pci-6070e */ [all …]
|
| H A D | pcmmio.c | 12 * 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 545 * The PCM-MIO uses two Linear Tech LTC1859CG 8-channel A/D converters. in pcmmio_ai_insn_read() 626 * The PCM-MIO has two Linear Tech LTC2704 DAC devices. Each device in pcmmio_ao_insn_write() 776 MODULE_DESCRIPTION("Comedi driver for Winsystems PCM-MIO PC/104 board");
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | slcr.c | 16 * zynq_slcr_mio_get_status - Get the status of MIO peripheral. 18 * @peri_name: Name of the peripheral for checking MIO status 36 * zynq_slcr_get_mio_pin_status - Get the MIO pin status of peripheral. 47 int mio = 0; in zynq_slcr_get_mio_pin_status() local 56 mio++; in zynq_slcr_get_mio_pin_status() 62 return mio; in zynq_slcr_get_mio_pin_status()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | socionext,uniphier-clock.yaml | 26 - description: Media I/O (MIO) clock, SD clock 28 - socionext,uniphier-ld4-mio-clock 29 - socionext,uniphier-pro4-mio-clock 30 - socionext,uniphier-sld8-mio-clock 33 - socionext,uniphier-ld11-mio-clock 76 compatible = "socionext,uniphier-ld11-mio-clock";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/ |
| H A D | socionext,uniphier-reset.yaml | 26 - description: Media I/O (MIO) reset, SD reset 28 - socionext,uniphier-ld4-mio-reset 29 - socionext,uniphier-pro4-mio-reset 30 - socionext,uniphier-sld8-mio-reset 33 - socionext,uniphier-ld11-mio-reset 81 compatible = "socionext,uniphier-ld11-mio-reset";
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/ |
| H A D | slcr.c | 25 * zynq_slcr_mio_get_status - Get the status of MIO peripheral. 27 * @peri_name: Name of the peripheral for checking MIO status 172 * zynq_slcr_get_mio_pin_status - Get the MIO pin status of peripheral. 183 int mio = 0; in zynq_slcr_get_mio_pin_status() local 192 mio++; in zynq_slcr_get_mio_pin_status() 198 return mio; in zynq_slcr_get_mio_pin_status()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/ |
| H A D | pinmux.c | 207 PIN(KB_ROW6_PR6, KBC, NAND, SDMMC2, MIO), 208 PIN(KB_ROW7_PR7, KBC, NAND, SDMMC2, MIO), 209 PIN(KB_ROW8_PS0, KBC, NAND, SDMMC2, MIO), 210 PIN(KB_ROW9_PS1, KBC, NAND, SDMMC2, MIO), 211 PIN(KB_ROW10_PS2, KBC, NAND, SDMMC2, MIO), 212 PIN(KB_ROW11_PS3, KBC, NAND, SDMMC2, MIO), 213 PIN(KB_ROW12_PS4, KBC, NAND, SDMMC2, MIO), 214 PIN(KB_ROW13_PS5, KBC, NAND, SDMMC2, MIO), 215 PIN(KB_ROW14_PS6, KBC, NAND, SDMMC2, MIO), 216 PIN(KB_ROW15_PS7, KBC, NAND, SDMMC2, MIO), [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci_mmio.c | 158 * We only support write access to MIO capable devices if we are on in SYSCALL_DEFINE3() 159 * a MIO enabled system. Otherwise we would have to check for every in SYSCALL_DEFINE3() 161 * a get_pfn() which we don't need for MIO capable devices. Currently in SYSCALL_DEFINE3() 162 * ISM devices are the only devices without MIO support and there is no in SYSCALL_DEFINE3() 287 * We only support read access to MIO capable devices if we are on in SYSCALL_DEFINE3() 288 * a MIO enabled system. Otherwise we would have to check for every in SYSCALL_DEFINE3() 290 * a get_pfn() which we don't need for MIO capable devices. Currently in SYSCALL_DEFINE3() 291 * ISM devices are the only devices without MIO support and there is no in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/ |
| H A D | Kconfig | 477 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | socionext,uniphier-mio-dmac.yaml | 4 $id: http://devicetree.org/schemas/dma/socionext,uniphier-mio-dmac.yaml# 21 const: socionext,uniphier-mio-dmac 56 compatible = "socionext,uniphier-mio-dmac";
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | reset-uniphier.c | 288 .compatible = "socionext,uniphier-ld4-mio-reset", 292 .compatible = "socionext,uniphier-pro4-mio-reset", 296 .compatible = "socionext,uniphier-sld8-mio-reset", 300 .compatible = "socionext,uniphier-pro5-mio-reset", 304 .compatible = "socionext,uniphier-pxs2-mio-reset", 308 .compatible = "socionext,uniphier-ld11-mio-reset",
|
| /OK3568_Linux_fs/u-boot/drivers/clk/uniphier/ |
| H A D | clk-uniphier-core.c | 180 .compatible = "socionext,uniphier-ld4-mio-clock", 184 .compatible = "socionext,uniphier-pro4-mio-clock", 188 .compatible = "socionext,uniphier-sld8-mio-clock", 200 .compatible = "socionext,uniphier-ld11-mio-clock",
|
| /OK3568_Linux_fs/kernel/drivers/clk/uniphier/ |
| H A D | clk-uniphier-core.c | 137 .compatible = "socionext,uniphier-ld4-mio-clock", 141 .compatible = "socionext,uniphier-pro4-mio-clock", 145 .compatible = "socionext,uniphier-sld8-mio-clock", 157 .compatible = "socionext,uniphier-ld11-mio-clock",
|
| H A D | clk-uniphier-sys.c | 94 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */ 113 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* HSC, MIO, RLE */ 138 UNIPHIER_LD4_SYS_CLK_STDMAC(8), /* Ether, HSC, MIO */ 198 UNIPHIER_LD11_SYS_CLK_STDMAC(8), /* HSC, MIO */
|
| /OK3568_Linux_fs/kernel/drivers/reset/ |
| H A D | reset-uniphier.c | 46 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) */ 405 .compatible = "socionext,uniphier-ld4-mio-reset", 409 .compatible = "socionext,uniphier-pro4-mio-reset", 413 .compatible = "socionext,uniphier-sld8-mio-reset", 425 .compatible = "socionext,uniphier-ld11-mio-reset",
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | pmac.c | 870 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() 1277 struct device_node* mio; in snd_pmac_new() local 1278 for (mio = chip->node->parent; mio; mio = mio->parent) { in snd_pmac_new() 1279 if (of_node_name_eq(mio, "mac-io")) { in snd_pmac_new() 1281 if (of_address_to_resource(mio, 0, &r) == 0) in snd_pmac_new()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/atom/ |
| H A D | punit_atom_debug.c | 53 { "MIO", MIO_SS_PM, SSS_SHIFT }, 63 { "MIO", MIO_SS_PM, SSS_SHIFT }, 73 { "MIO", MIO_SS_PM, SSS_SHIFT },
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk_zynqmp.c | 318 printf("%s mio read fail\n", __func__); in zynqmp_clk_get_pll_rate() 351 printf("%s mio read fail\n", __func__); in zynqmp_clk_get_cpu_rate() 374 printf("%s mio read fail\n", __func__); in zynqmp_clk_get_ddr_rate() 399 printf("%s mio read fail\n", __func__); in zynqmp_clk_get_peripheral_rate() 463 printf("%s mio read fail\n", __func__); in zynqmp_clk_set_peripheral_rate() 491 printf("%s mio write fail\n", __func__); in zynqmp_clk_set_peripheral_rate()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | uniphier-mdmac.c | 360 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");
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | mioa701.c | 3 * Handles the Mitac Mio A701 Board 53 /* Mio global */ 426 * MIO A701 reboot sequence is highly ROM dependent. From the one dissassembled, 658 * Mio global 776 MACHINE_START(MIOA701, "MIO A701")
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | Kconfig | 211 tristate "SoC Audio support for MIO A701" 221 MIO A701.
|
| H A D | mioa701_wm9713.c | 183 " 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");
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pci_clp.h | 135 struct mio_info mio; member 185 struct mio_info mio; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | pinmux.c | 309 PIN(KBCB, KBC, NAND, SDIO2, MIO), 316 PIN(KBCF, KBC, NAND, TRACE, MIO), 407 PIN(KBCD, KBC, NAND, SDIO2, MIO),
|