Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c533 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
545 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
573 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
814 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
821 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
844 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
851 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_hwinit()
926 HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_mmuinit()
1051 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()
1054 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()
[all …]
Dhp100.h510 #define HP100_RESET_LB 0x0000 /* For readability when resetting bits */ macro
605 outw( HP100_INT_EN | HP100_RESET_LB, ioaddr + HP100_REG_OPTION_LSW )