Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c520 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
534 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
538 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
539 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
582 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
938 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
939 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
942 HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1049 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit()
1726 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit()
[all …]
Dhp100.h508 #define HP100_SET_LB 0x0001 /* HB sets upper byte, LB sets lower byte */ macro
607 outw( HP100_INT_EN | HP100_SET_LB, ioaddr + HP100_REG_OPTION_LSW )