Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/hp/
Dhp100.c551 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
556 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
563 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
572 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) && in hp100_probe1()
591 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
600 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
610 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0); in hp100_probe1()
861 HP100_MEM_EN | in hp100_hwinit()
956 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
Dhp100.h179 #define HP100_MEM_EN 0x0040 /* Config program set this to */ macro