Lines Matching refs:port
21 /* We don't need no stinkin' I/O port allocation crap. */
56 unsigned char (*fd_inb)(int port);
57 void (*fd_outb)(unsigned char value, int port);
114 static unsigned char sun_82072_fd_inb(int port)
117 switch (port) {
119 printk("floppy: Asked to read unknown port %d\n", port);
131 static void sun_82072_fd_outb(unsigned char value, int port)
134 switch (port) {
136 printk("floppy: Asked to write to unknown port %d\n", port);
154 static unsigned char sun_82077_fd_inb(int port)
157 switch (port) {
159 printk("floppy: Asked to read unknown port %d\n", port);
179 static void sun_82077_fd_outb(unsigned char value, int port)
182 switch (port) {
184 printk("floppy: Asked to write to unknown port %d\n", port);