Searched refs:hp100_outb (Results 1 – 2 of 2) sorted by relevance
864 hp100_outb(HP100_PRIORITY_TX | in hp100_hwinit()961 hp100_outb(0, EARLYRXCFG); in hp100_mmuinit()1039 hp100_outb(dev->dev_addr[i], MAC_ADDR + i); in hp100_mmuinit()1043 hp100_outb(0x0, HASH_BYTE0 + i); in hp100_mmuinit()1057 hp100_outb(0x00, MAC_CFG_2); in hp100_mmuinit()1061 hp100_outb(0x00, VG_LAN_CFG_2); /* (use 802.3) */ in hp100_mmuinit()1064 hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW); in hp100_mmuinit()1066 hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW); in hp100_mmuinit()1068 hp100_outb(HP100_ADV_NXT_PKT | in hp100_mmuinit()1742 hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW); /* send packet */ in hp100_start_xmit()[all …]
591 #define hp100_outb( data, reg ) \ macro