Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhp-plus.c73 #define HPP_OPTION 0x04 /* Bitmapped options, see HP_Option. */ macro
227 int option = inw(ioaddr + HPP_OPTION); in hpp_probe1()
278 outw(inw(ioaddr + HPP_OPTION) & ~EnableIRQ, ioaddr + HPP_OPTION); in hpp_probe1()
303 option_reg = inw(ioaddr + HPP_OPTION); in hpp_open()
304 outw(option_reg & ~(NICReset + ChipReset), ioaddr + HPP_OPTION); in hpp_open()
307 outw(option_reg | (EnableIRQ + NICReset + ChipReset), ioaddr + HPP_OPTION); in hpp_open()
323 int option_reg = inw(ioaddr + HPP_OPTION); in hpp_close()
328 ioaddr + HPP_OPTION); in hpp_close()
337 int option_reg = inw(ioaddr + HPP_OPTION); in hpp_reset_8390()
341 outw(option_reg & ~(NICReset + ChipReset), ioaddr + HPP_OPTION); in hpp_reset_8390()
[all …]