Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A 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)
H A Dax88796.h19 #define AX88796L_BASE_ADDRESS CONFIG_DRIVER_NE2000_BASE
H A Dne2000_base.c706 nic.base = (u8 *) CONFIG_DRIVER_NE2000_BASE; in ne2k_setup_driver()
/openbmc/u-boot/include/configs/
H A Dqemu-mips.h38 #define CONFIG_DRIVER_NE2000_BASE 0xb4000300 macro
H A Dqemu-mips64.h38 #define CONFIG_DRIVER_NE2000_BASE 0xffffffffb4000300 macro
H A Dshmin.h83 #define CONFIG_DRIVER_NE2000_BASE (0xb0000300) macro
H A Dr7780mp.h99 #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 macro
/openbmc/u-boot/doc/
H A DREADME.ne200020 #define CONFIG_DRIVER_NE2000_BASE (0x20000000+0x300)
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt386 CONFIG_DRIVER_NE2000_BASE