Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c971 hp100_orb(HP100_EN_BUS_FAIL, MODECTRL2); in hp100_mmuinit()
976 hp100_orb(HP100_BM_BURST_RD | HP100_BM_BURST_WR, BM); in hp100_mmuinit()
978 hp100_orb(HP100_BM_PAGE_CK, BM); in hp100_mmuinit()
979 hp100_orb(HP100_BM_MASTER, BM); in hp100_mmuinit()
2131 hp100_orb(lp->mac1_mode, MAC_CFG_1); /* and set the new mode */ in hp100_set_multicast_list()
2180 hp100_orb(HP100_RX_EN | HP100_RX_IDLE | /* enable rx */ in hp100_set_multicast_list()
2348 hp100_orb(HP100_BM_MASTER, BM); in hp100_start_interface()
2517 hp100_orb(HP100_VG_SEL, VG_LAN_CFG_1); in hp100_down_vg_link()
2541 hp100_orb(HP100_VG_RESET, VG_LAN_CFG_1); /* Release Reset */ in hp100_down_vg_link()
2567 hp100_orb(HP100_AUTO_MODE, MAC_CFG_3); /* Autosel back on */ in hp100_down_vg_link()
[all …]
Dhp100.h597 #define hp100_orb( data, reg ) \ macro