diff options
author | Ondrej Zary <linux@zary.sk> | 2023-03-07 23:46:06 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 04:22:19 +0100 |
commit | 05f0adefd48a2ccbd66b3793d220beb9dcaf6988 (patch) | |
tree | 0f25fd15dd5bda7097080a1904ca4a9410b9aa1c /drivers/thunderbolt | |
parent | ata: pata_parport-bpck6: remove parallel port bit defines (diff) | |
download | linux-05f0adefd48a2ccbd66b3793d220beb9dcaf6988.tar.xz linux-05f0adefd48a2ccbd66b3793d220beb9dcaf6988.zip |
ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flags
PARPORT_EPP_FAST flag currently uses 32-bit I/O port access for data
read/write (insl/outsl).
Add PARPORT_EPP_FAST_16 and PARPORT_EPP_FAST_8 that use insw/outsw
and insb/outsb (and PARPORT_EPP_FAST_32 as alias for PARPORT_EPP_FAST).
Signed-off-by: Ondrej Zary <linux@zary.sk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/thunderbolt')
0 files changed, 0 insertions, 0 deletions