Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c614 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
626 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
654 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
887 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
894 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
917 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
924 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_hwinit()
998 HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_mmuinit()
1123 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()
1126 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()
[all …]
Dhp100.h514 #define HP100_RESET_LB 0x0000 /* For readability when resetting bits */ macro
612 outw( HP100_INT_EN | HP100_RESET_LB, ioaddr + HP100_REG_OPTION_LSW )