Searched refs:HP100_RESET_LB (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/hp/ |
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 | 551 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 563 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 591 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 832 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 839 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 862 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit() 869 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_hwinit() 944 HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_mmuinit() 1069 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit() 1072 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit() [all …]
|