tag | line | file | source code |
---|---|---|---|
hp_base | 228 | drivers/net/hp.c | int hp_base = dev->base_addr - NIC_OFFSET; |
hp_base | 229 | drivers/net/hp.c | int saved_config = inb_p(hp_base + HP_CONFIGURE); |
hp_base | 232 | drivers/net/hp.c | outb_p(0x00, hp_base + HP_CONFIGURE); |
hp_base | 238 | drivers/net/hp.c | outb_p(saved_config, hp_base + HP_CONFIGURE); |
hp_base | 241 | drivers/net/hp.c | if ((inb_p(hp_base+NIC_OFFSET+EN0_ISR) & ENISR_RESET) == 0) |