OPTION_MSW        851 drivers/net/ethernet/hp/hp100.c 		   HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW);
OPTION_MSW       1049 drivers/net/ethernet/hp/hp100.c 		hp100_outb(HP100_PRIORITY_TX | HP100_SET_LB, OPTION_MSW);
OPTION_MSW       1051 drivers/net/ethernet/hp/hp100.c 		hp100_outb(HP100_PRIORITY_TX | HP100_RESET_LB, OPTION_MSW);
OPTION_MSW       1054 drivers/net/ethernet/hp/hp100.c 		   HP100_TX_CMD | HP100_RESET_LB, OPTION_MSW);
OPTION_MSW       1690 drivers/net/ethernet/hp/hp100.c 	for (i = 0; i < 6000 && (hp100_inb(OPTION_MSW) & HP100_TX_CMD); i++) {
OPTION_MSW       1726 drivers/net/ethernet/hp/hp100.c 	hp100_outb(HP100_TX_CMD | HP100_SET_LB, OPTION_MSW);	/* send packet */
OPTION_MSW       1782 drivers/net/ethernet/hp/hp100.c 		for (pkt_len = 0; pkt_len < 6000 && (hp100_inb(OPTION_MSW) & HP100_ADV_NXT_PKT); pkt_len++) {
OPTION_MSW       1841 drivers/net/ethernet/hp/hp100.c 		hp100_outb(HP100_ADV_NXT_PKT | HP100_SET_LB, OPTION_MSW);
OPTION_MSW       2420 drivers/net/ethernet/hp/hp100.c 		if (!(hp100_inb(OPTION_MSW) & HP100_EE_LOAD))
OPTION_MSW       2791 drivers/net/ethernet/hp/hp100.c 	printk("option #2: 0x%.4x\n", hp100_inw(OPTION_MSW));