Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhp100.c974 hp100_orb(HP100_EN_BUS_FAIL, MODECTRL2); in hp100_mmuinit()
979 hp100_orb(HP100_BM_BURST_RD | HP100_BM_BURST_WR, BM); in hp100_mmuinit()
981 hp100_orb(HP100_BM_PAGE_CK, BM); in hp100_mmuinit()
982 hp100_orb(HP100_BM_MASTER, BM); in hp100_mmuinit()
2137 hp100_orb(lp->mac1_mode, MAC_CFG_1); /* and set the new mode */ in hp100_set_multicast_list()
2186 hp100_orb(HP100_RX_EN | HP100_RX_IDLE | /* enable rx */ in hp100_set_multicast_list()
2354 hp100_orb(HP100_BM_MASTER, BM); in hp100_start_interface()
2523 hp100_orb(HP100_VG_SEL, VG_LAN_CFG_1); in hp100_down_vg_link()
2547 hp100_orb(HP100_VG_RESET, VG_LAN_CFG_1); /* Release Reset */ in hp100_down_vg_link()
2573 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