tag | line | file | source code |
---|---|---|---|
lance_portlist | 56 | drivers/net/lance.c | static unsigned int lance_portlist[] = {0x300, 0x320, 0x340, 0x360, 0}; |
lance_portlist | 61 | drivers/net/lance.c | {"lance", lance_probe1, LANCE_TOTAL_SIZE, lance_portlist}; |
lance_portlist | 349 | drivers/net/lance.c | for (port = lance_portlist; *port; port++) { |