Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c601 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
615 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
619 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
620 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
663 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
1010 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1011 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1014 HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1121 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit()
1816 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit()
[all …]
Dhp100.h512 #define HP100_SET_LB 0x0001 /* HB sets upper byte, LB sets lower byte */ macro
614 outw( HP100_INT_EN | HP100_SET_LB, ioaddr + HP100_REG_OPTION_LSW )