Searched refs:HP100_SET_LB (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | hp100.h | 512 #define HP100_SET_LB 0x0001 /* HB sets upper byte, LB sets lower byte */ macro 611 outw( HP100_INT_EN | HP100_SET_LB, ioaddr + HP100_REG_OPTION_LSW )
|
D | hp100.c | 535 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1() 549 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 553 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 554 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 597 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 953 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit() 954 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit() 957 HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit() 1064 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit() 1742 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit() [all …]
|