Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c534 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
539 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
545 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
554 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) && in hp100_probe1()
573 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
844 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
924 HP100_IO_EN | 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()
Dhp100.h178 #define HP100_IO_EN 0x0020 /* 1:Enable I/O transfers */ macro