Lines Matching +full:ide +full:- +full:port
1 // SPDX-License-Identifier: GPL-2.0
9 * SuperH SH4-202 MicroDev board support.
19 * we need to have a 'safe' address to re-direct all I/O requests
24 * * reads are benign (no side-effects)
25 * * accesses of width 1, 2 and 4-bytes are all valid.
32 #define IO_IDE2_BASE 0x170ul /* I/O base for SMSC FDC37C93xAPM IDE #2 */
33 #define IO_IDE1_BASE 0x1f0ul /* I/O base for SMSC FDC37C93xAPM IDE #1 */
34 #define IO_ISP1161_BASE 0x290ul /* I/O port for Philips ISP1161x USB chip */
37 #define IO_IDE2_MISC 0x376ul /* I/O misc for SMSC FDC37C93xAPM IDE #2 */
39 #define IO_IDE1_MISC 0x3f6ul /* I/O misc for SMSC FDC37C93xAPM IDE #1 */
45 #define IO_IDE_EXTENT 0x08ul /* I/O extent for IDE Task Register set */
53 * map I/O ports to memory-mapped addresses
64 result = IO_LAN91C111_PHYS + offset - IO_LAN91C111_BASE; in microdev_ioport_map()
79 * IDE #1 in microdev_ioport_map()
88 * IDE #2 in microdev_ioport_map()
112 result = IO_ISP1161_PHYS + offset - IO_ISP1161_BASE; in microdev_ioport_map()
117 printk("Warning: unexpected port in %s( offset = 0x%lx )\n", in microdev_ioport_map()