Lines Matching +full:90 +full:h
6 * Onspec 90c20 parallel to IDE adapter.
9 #include <linux/module.h>
10 #include <linux/init.h>
11 #include <linux/delay.h>
12 #include <linux/kernel.h>
13 #include <linux/types.h>
14 #include <linux/wait.h>
15 #include <asm/io.h>
16 #include "pata_parport.h"
39 int h, l, r; in on20_read_regr() local
48 w2(4); w2(6); h = r1(); in on20_read_regr()
50 return j44(l, h); in on20_read_regr()
91 int k, l, h; in on20_read_block() local
100 w2(6); h = r1(); w2(4); in on20_read_block()
101 buf[k] = j44(l, h); in on20_read_block()
124 "OnSpec 90c20 at 0x%x, mode %d (%s), delay %d\n", in on20_log_adapter()
146 MODULE_DESCRIPTION("Onspec 90c20 parallel port IDE adapter protocol driver");