Searched refs:FLAG_790 (Results 1 – 2 of 2) sorted by relevance
/external/grub/netboot/ |
D | ns8390.c | 55 {"SMC8216T", TYPE_SMC8216T, FLAG_16BIT | FLAG_790, MEM_16384}, 56 {"SMC8216C", TYPE_SMC8216C, FLAG_16BIT | FLAG_790, MEM_16384}, 57 {"SMC8416T", TYPE_SMC8416T, FLAG_16BIT | FLAG_790, MEM_8192}, 58 {"SMC8416C/BT", TYPE_SMC8416C, FLAG_16BIT | FLAG_790, MEM_8192}, 224 if (eth_flags & FLAG_790) in ns8390_reset() 241 if (eth_flags & FLAG_790) outb(0, eth_nic_base + 0x09); in ns8390_reset() 248 if (eth_flags & FLAG_790) in ns8390_reset() 261 if (eth_flags & FLAG_790) in ns8390_reset() 295 if (eth_flags & FLAG_790) in eth_rx_overrun() 318 if (eth_flags & FLAG_790) in eth_rx_overrun() [all …]
|
D | ns8390.h | 16 #define FLAG_790 0x04 macro
|