Home
last modified time | relevance | path

Searched refs:IO_LAN91C111_BASE (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/arch/sh/boards/mach-microdev/
A Dio.c36 #define IO_LAN91C111_BASE 0x300ul /* I/O base for SMSC LAN91C111 Ethernet chip */ macro
59 if ((offset >= IO_LAN91C111_BASE) && in microdev_ioport_map()
60 (offset < IO_LAN91C111_BASE + IO_LAN91C111_EXTENT)) { in microdev_ioport_map()
64 result = IO_LAN91C111_PHYS + offset - IO_LAN91C111_BASE; in microdev_ioport_map()

Completed in 2 milliseconds