Home
last modified time | relevance | path

Searched refs:hp_base (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dhp.c225 int hp_base = dev->base_addr - NIC_OFFSET; in hp_reset_8390() local
226 int saved_config = inb_p(hp_base + HP_CONFIGURE); in hp_reset_8390()
229 outb_p(0x00, hp_base + HP_CONFIGURE); in hp_reset_8390()
234 outb_p(saved_config, hp_base + HP_CONFIGURE); in hp_reset_8390()
237 if ((inb_p(hp_base+NIC_OFFSET+EN0_ISR) & ENISR_RESET) == 0) in hp_reset_8390()