Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c959 hp100_orb(HP100_EN_BUS_FAIL, MODECTRL2); in hp100_mmuinit()
964 hp100_orb(HP100_BM_BURST_RD | HP100_BM_BURST_WR, BM); in hp100_mmuinit()
966 hp100_orb(HP100_BM_PAGE_CK, BM); in hp100_mmuinit()
967 hp100_orb(HP100_BM_MASTER, BM); in hp100_mmuinit()
2119 hp100_orb(lp->mac1_mode, MAC_CFG_1); /* and set the new mode */ in hp100_set_multicast_list()
2168 hp100_orb(HP100_RX_EN | HP100_RX_IDLE | /* enable rx */ in hp100_set_multicast_list()
2336 hp100_orb(HP100_BM_MASTER, BM); in hp100_start_interface()
2505 hp100_orb(HP100_VG_SEL, VG_LAN_CFG_1); in hp100_down_vg_link()
2529 hp100_orb(HP100_VG_RESET, VG_LAN_CFG_1); /* Release Reset */ in hp100_down_vg_link()
2555 hp100_orb(HP100_AUTO_MODE, MAC_CFG_3); /* Autosel back on */ in hp100_down_vg_link()
[all …]
Dhp100.h593 #define hp100_orb( data, reg ) \ macro