Searched refs:hp100_outb (Results 1 – 2 of 2) sorted by relevance
849 hp100_outb(HP100_PRIORITY_TX | in hp100_hwinit()946 hp100_outb(0, EARLYRXCFG); in hp100_mmuinit()1024 hp100_outb(dev->dev_addr[i], MAC_ADDR + i); in hp100_mmuinit()1028 hp100_outb(0x0, HASH_BYTE0 + i); in hp100_mmuinit()1042 hp100_outb(0x00, MAC_CFG_2); in hp100_mmuinit()1046 hp100_outb(0x00, VG_LAN_CFG_2); /* (use 802.3) */ in hp100_mmuinit()1049 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit()1051 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()1053 hp100_outb(HP100_ADV_NXT_PKT | in hp100_mmuinit()1726 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit()[all …]
587 #define hp100_outb( data, reg ) \ macro