Lines Matching +full:ide +full:- +full:port
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * ktti.c is a low-level protocol driver for the KT Technology
6 * parallel port adapter. This adapter is used in the "PHd"
7 * portable hard-drives. As far as I can tell, this device
8 * supports 4-bit mode _only_.
23 * cont = 0 - access the IDE register file
24 * cont = 1 - access the IDE command set
74 pi->saved_r0 = r0(); in ktti_connect()
75 pi->saved_r2 = r2(); in ktti_connect()
82 w0(pi->saved_r0); in ktti_disconnect()
83 w2(pi->saved_r2); in ktti_disconnect()
88 dev_info(&pi->dev, "KT adapter at 0x%x, delay %d\n", in ktti_log_adapter()
89 pi->port, pi->delay); in ktti_log_adapter()
110 MODULE_DESCRIPTION("KT Technology parallel port IDE adapter protocol driver");