Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.h512 #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 )
Dhp100.c538 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
552 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
556 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
557 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
600 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
956 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
957 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
960 HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1067 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit()
1744 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit()
[all …]