Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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.h20 #define AX88796L_BASE_ADDRESS CONFIG_DRIVER_NE2000_BASE
H A Dne2000_base.c705 nic.base = (u8 *) CONFIG_DRIVER_NE2000_BASE; in ne2k_setup_driver()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dqemu-mips.h44 #define CONFIG_DRIVER_NE2000_BASE 0xb4000300 macro
H A Dqemu-mips64.h44 #define CONFIG_DRIVER_NE2000_BASE 0xffffffffb4000300 macro
H A Dshmin.h90 #define CONFIG_DRIVER_NE2000_BASE (0xb0000300) macro
H A Dr7780mp.h106 #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 macro
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ne200020 #define CONFIG_DRIVER_NE2000_BASE (0x20000000+0x300)
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt474 CONFIG_DRIVER_NE2000_BASE