Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp-plus.c71 #define HP_ID 0x00 /* ID register, always 0x4850. */ macro
152 if (inw(ioaddr + HP_ID) != 0x4850 in hpp_probe1()
Dhp.c49 #define HP_ID 0x07 macro
125 if ((board_id = inb(ioaddr + HP_ID)) & 0x80) { in hp_probe1()