tag | line | file | source code |
---|---|---|---|
hp_port | 279 | drivers/net/lance.c | int hp_port = ( *((unsigned char *) 0x000f00f1) & 1) ? 0x499 : 0x99; |
hp_port | 281 | drivers/net/lance.c | if ((inb(hp_port) & 0xc0) == 0x80 |
hp_port | 282 | drivers/net/lance.c | && ioaddr_table[inb(hp_port) & 3] == ioaddr) |
hp_port | 283 | drivers/net/lance.c | hp_builtin = hp_port; |