Lines Matching +full:ide +full:- +full:port
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * fit2.c is a low-level protocol driver for the older version
6 * of the Fidelity International Technology parallel port adapter.
8 * 3000 portable hard-drives. As far as I can tell, this device
9 * supports 4-bit mode _only_.
27 * cont = 0 - access the IDE register file
28 * cont = 1 - access the IDE command set
31 * So, we map ALT_STATUS to STATUS and NO-OP writes to the device
32 * control register - this means that IDE reset will not work on these
100 pi->saved_r0 = r0(); in fit2_connect()
101 pi->saved_r2 = r2(); in fit2_connect()
107 w0(pi->saved_r0); in fit2_disconnect()
108 w2(pi->saved_r2); in fit2_disconnect()
113 dev_info(&pi->dev, "FIT 2000 adapter at 0x%x, delay %d\n", in fit2_log_adapter()
114 pi->port, pi->delay); in fit2_log_adapter()
136 MODULE_DESCRIPTION("Fidelity International Technology parallel port IDE adapter"