Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c545 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
557 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
585 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
826 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
833 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
856 HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
863 HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW); in hp100_hwinit()
938 HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_mmuinit()
1063 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()
1066 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
609 outw( HP100_INT_EN | HP100_RESET_LB, ioaddr + HP100_REG_OPTION_LSW )