Searched refs:HP100_RESET_LB (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | hp100.h | 514 #define HP100_RESET_LB 0x0000 /* For readability when resetting bits */ macro 609 outw( HP100_INT_EN | HP100_RESET_LB, ioaddr + HP100_REG_OPTION_LSW )
|
D | hp100.c | 548 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 560 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 588 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 829 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 836 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 859 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 866 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_hwinit() 941 HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_mmuinit() 1066 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit() 1069 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit() [all …]
|