/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | Kconfig | 15 bool "Support for the Allwinner A10, A20 and R40 PIO" 20 bool "Support for the Allwinner A10s, A13, R8 and NextThing GR8 PIO" 25 bool "Support for the Allwinner A31 PIO" 30 bool "Support for the Allwinner A31 R-PIO" 35 bool "Support for the Allwinner A23 PIO" 40 bool "Support for the Allwinner A33 PIO" 45 bool "Support for the Allwinner A83T PIO" 50 bool "Support for the Allwinner A83T R-PIO" 55 bool "Support for the Allwinner A23 and A33 R-PIO" 60 bool "Support for the Allwinner H3 PIO" [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | Kconfig | 75 bool "DMA + PIO" 79 Include both, Direct Memory Access (DMA) and Programmed I/O (PIO) 82 default DMA is used, otherwise PIO is used. 91 This reduces the size of the driver module, by omitting the PIO code. 94 bool "PIO (Programmed I/O) only" 97 Only include Programmed I/O (PIO). 99 Please note that PIO transfers are slow (compared to DMA). 101 Also note that not all devices of the b43legacy series support PIO. 103 You should use PIO only if DMA does not work for you.
|
/openbmc/linux/Documentation/w1/slaves/ |
H A D | w1_ds28e04.rst | 7 * Maxim DS28E04-100 4096-Bit Addressable 1-Wire EEPROM with PIO 35 PIO Access 39 The current status of the PIO's is returned as an 8 bit value. Bit 0/1 40 represent the state of PIO_0/PIO_1. Bits 2..7 do not care. The PIO's are
|
H A D | w1_ds2413.rst | 20 The DS2413 chip has two open-drain outputs (PIO A and PIO B). 40 You can set the PIO pins using the "output" file. 56 When writing output, the master must repeat the PIO Output Data byte in
|
H A D | w1_ds2406.rst | 21 current state of each switch, with PIO A in bit 0 and PIO B in bit 1. The 23 work with. output is writable; bits 0 and 1 control PIO A and B,
|
/openbmc/linux/Documentation/spi/ |
H A D | pxa2xx.rst | 10 - SSP PIO and SSP DMA data transfers. 109 FIFO overruns (especially in PIO mode transfers). Good default values are:: 184 DMA and PIO I/O Support 186 The pxa2xx_spi driver supports both DMA and interrupt driven PIO message 187 transfers. The driver defaults to PIO mode and DMA transfers must be enabled 190 it automatically and try it first with a possible fallback to PIO. The DMA 197 always use PIO transfers 201 use PIO transfers 210 use PIO transfer
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-st.txt | 4 PIO multiplexing block. Each pin supports GPIO functionality (ALT0) 9 Pull Up (PU) are driven by the related PIO block. 11 ST pinctrl driver controls PIO multiplexing block and also interacts with 114 Every PIO is represented with 4-7 parameters depending on retime configuration. 117 -bank : Should be bank phandle to which this PIO belongs. 118 -offset : Offset in the PIO bank.
|
/openbmc/linux/sound/soc/dwc/ |
H A D | Kconfig | 12 bool "PCM PIO extension for I2S driver" 16 a PCM and uses PIO to transfer data.
|
/openbmc/qemu/hw/ide/ |
H A D | trace-events | 5 ide_ioport_read(uint32_t addr, const char *reg, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 6 ide_ioport_write(uint32_t addr, const char *reg, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x… 7 ide_status_read(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 8 ide_ctrl_write(uint32_t addr, uint32_t val, void *bus) "IDE PIO wr @ 0x… 10 ide_data_readw(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 11 ide_data_writew(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x… 12 ide_data_readl(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 13 ide_data_writel(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x…
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-orion.txt | 14 additionally to the normal indirect access (PIO) mode. The values 63 and its chip-selects that are used in the direct mode instead of PIO 66 are used in the default indirect (PIO) mode):
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | Kconfig | 46 bool "Use MMIO instead of PIO" 50 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | Kconfig | 36 bool "Use MMIO instead of PIO" 40 programmed I/O ports (PIO). Enabling this gives an improvement in
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | renesas,rsnd.txt | 185 But you can't use it if SSI was PIO mode. 214 ** PIO mode 216 You can use PIO mode which is for connection check by using. 217 Note: The system will drop non-SSI modules in PIO mode
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | Kconfig | 82 tristate "Generic PIO SSP" 84 Say Y here to enable support for the generic PIO SSP driver.
|
/openbmc/u-boot/drivers/gpio/ |
H A D | Kconfig | 38 bool "Altera PIO driver" 41 Select this to enable PIO for Altera devices. Please find 58 bool "AT91 PIO GPIO driver" 62 Say yes here to select AT91 PIO GPIO driver. AT91 PIO 76 The PIO4 is new version of Atmel PIO controller, which manages
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | workqueue.rst | 52 如libata选择使用ST wq来轮询PIO,并接受一个不必要的限制,即没有两个轮 53 询PIO可以同时进行。由于MT wq并没有提供更好的并发性,需要更高层次的并
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-w1_ds28e04 | 4 Description: read/write the contents of the two PIO's of the DS28E04-100
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | pata-arasan.txt | 23 - arasan,broken-pio: if present, PIO mode is unusable
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | Kconfig | 59 bool "Use PIO instead of MMIO" 63 This instructs the driver to use programmed I/O ports (PIO) instead
|
/openbmc/qemu/qapi/ |
H A D | pci.json | 33 # - 'io' if the region is a PIO region 64 # @io_range: The PIO range for all devices on this bridge
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_dbg.h | 86 __hfi1_trace_def(PIO);
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio_atmel.txt | 1 * Atmel GPIO controller (PIO)
|
H A D | microchip,pic32-gpio.txt | 1 * Microchip PIC32 GPIO devices (PIO).
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | atmel,at91-pio4-pinctrl.txt | 8 - reg: base address and length of the PIO controller.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 49 Set PIO/DMA mode 91 values. Most drivers for taskfile-based hardware (PIO or MMIO) use 94 PIO data read/write 103 operation that actually copies the data bytes during a PIO data 443 ATA PIO 444 ATA_PROT_PIO is in this category. libata currently implements PIO 454 ATAPI PIO 465 :c:func:`ata_host_intr` invokes :c:func:`ata_qc_complete`, and, for PIO tasks, 560 - ATA errors are directly handled in the interrupt handler and PIO 637 - !BSY && !DRQ during PIO data transfer. [all …]
|