Lines Matching +full:ide +full:- +full:port
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * (c) 1996-1998 Grant R. Guenther <[email protected]>
5 * on20.c is a low-level protocol driver for the
6 * Onspec 90c20 parallel to IDE adapter.
33 * cont = 0 - access the IDE register file
34 * cont = 1 - access the IDE command set
45 switch (pi->mode) { in on20_read_regr()
57 return -1; in on20_read_regr()
71 pi->saved_r0 = r0(); in on20_connect()
72 pi->saved_r2 = r2(); in on20_connect()
75 if (pi->mode) { in on20_connect()
85 w0(pi->saved_r0); in on20_disconnect()
86 w2(pi->saved_r2); in on20_disconnect()
96 if (pi->mode) { in on20_read_block()
121 char *mode_string[2] = { "4-bit", "8-bit" }; in on20_log_adapter()
123 dev_info(&pi->dev, in on20_log_adapter()
125 pi->port, pi->mode, mode_string[pi->mode], pi->delay); in on20_log_adapter()
146 MODULE_DESCRIPTION("Onspec 90c20 parallel port IDE adapter protocol driver");