Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c615 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
620 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
626 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
635 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) && in hp100_probe1()
654 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
917 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
996 HP100_IO_EN | in hp100_mmuinit()
1011 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
1014 HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
Dhp100.h182 #define HP100_IO_EN 0x0020 /* 1:Enable I/O transfers */ macro