Searched refs:FLAG_790 (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | ns8390.c | 77 {"SMC8216T", TYPE_SMC8216T, FLAG_16BIT | FLAG_790, MEM_16384}, 78 {"SMC8216C", TYPE_SMC8216C, FLAG_16BIT | FLAG_790, MEM_16384}, 79 {"SMC8416T", TYPE_SMC8416T, FLAG_16BIT | FLAG_790, MEM_8192}, 80 {"SMC8416C/BT", TYPE_SMC8416C, FLAG_16BIT | FLAG_790, MEM_8192}, 278 if (eth_flags & FLAG_790) in ns8390_reset() 295 if (eth_flags & FLAG_790) { in ns8390_reset() 309 if (eth_flags & FLAG_790) in ns8390_reset() 322 if (eth_flags & FLAG_790) in ns8390_reset() 358 if (eth_flags & FLAG_790) in eth_rx_overrun() 381 if (eth_flags & FLAG_790) in eth_rx_overrun() [all …]
|
D | ns8390.h | 18 #define FLAG_790 0x04 macro
|