Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
D8390.h44 #define n2k_inb(port) (*((volatile unsigned char *)(port+CONFIG_DRIVER_NE2000_BASE)))
45 #define n2k_outb(val,port) (*((volatile unsigned char *)(port+CONFIG_DRIVER_NE2000_BASE)) = val)
Dax88796.h19 #define AX88796L_BASE_ADDRESS CONFIG_DRIVER_NE2000_BASE
Dne2000_base.c706 nic.base = (u8 *) CONFIG_DRIVER_NE2000_BASE; in ne2k_setup_driver()
/external/u-boot/include/configs/
Dqemu-mips.h40 #define CONFIG_DRIVER_NE2000_BASE 0xb4000300 macro
Dqemu-mips64.h40 #define CONFIG_DRIVER_NE2000_BASE 0xffffffffb4000300 macro
Dshmin.h87 #define CONFIG_DRIVER_NE2000_BASE (0xb0000300) macro
Dr7780mp.h103 #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 macro
/external/u-boot/doc/
DREADME.ne200020 #define CONFIG_DRIVER_NE2000_BASE (0x20000000+0x300)
/external/u-boot/scripts/
Dconfig_whitelist.txt401 CONFIG_DRIVER_NE2000_BASE