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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/superh/microdev/
H A Dio.c38 #define IO_LAN91C111_BASE 0x300ul /* I/O base for SMSC LAN91C111 Ethernet chip */ macro
61 if ((offset >= IO_LAN91C111_BASE) &&
62 (offset < IO_LAN91C111_BASE + IO_LAN91C111_EXTENT)) {
66 result = IO_LAN91C111_PHYS + offset - IO_LAN91C111_BASE;
202 if ((port >= IO_LAN91C111_BASE) &&
203 (port < IO_LAN91C111_BASE + IO_LAN91C111_EXTENT)) {

Completed in 70 milliseconds