Lines Matching refs:hp100_inw

515 	if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) {  in hp100_probe1()
518 chip = hp100_inw(PAGING) & HP100_CHIPID_MASK; in hp100_probe1()
610 hp100_inw(OPTION_LSW)); in hp100_probe1()
633 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
668 printk("hp100: %s: new LSW = 0x%x\n", dev->name, hp100_inw(OPTION_LSW)); in hp100_probe1()
673 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0); in hp100_probe1()
681 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()
975 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_mmuinit()
1088 printk("hp100: %s: TX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(TX_MEM_STOP)); in hp100_mmuinit()
1089 printk("hp100: %s: RX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(RX_MEM_STOP)); in hp100_mmuinit()
1205 hp100_inw(OPTION_LSW)); in hp100_close()
1462 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_BM_shutdown()
1781 val = hp100_inw(IRQ_STATUS); in hp100_start_xmit()
1787 dev->name, val, hp100_inw(IRQ_MASK), (int) skb->len); in hp100_start_xmit()
1973 if ((hp100_inw(RX_PKT_CNT) & 0x00ff) >= lp->rxrcommit) { in hp100_rx_bm()
1975 dev->name, hp100_inw(RX_PKT_CNT) & 0x00ff, in hp100_rx_bm()
2092 val = hp100_inw(DROPPED) & 0x0fff; in hp100_update_stats()
2130 hp100_inw(DROPPED); in hp100_clear_stats()
2298 val = hp100_inw(IRQ_STATUS); in hp100_interrupt()
2485 val = hp100_inw(OPTION_LSW); in hp100_stop_interface()
2805 val = hp100_inw(TRAIN_ALLOW); in hp100_login_to_vg_hub()
2807 dev->name, (hp100_inw(TRAIN_REQUEST) & HP100_CARD_MACVER) ? "802.12" : "Pre"); in hp100_login_to_vg_hub()
2817 val = hp100_inw(TRAIN_ALLOW); /* wont work on non-ETR card */ in hp100_login_to_vg_hub()
2819 …MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), … in hp100_login_to_vg_hub()
2898 printk("option #1: 0x%.4x\n", hp100_inw(OPTION_LSW)); in hp100_RegisterDump()
2899 printk("option #2: 0x%.4x\n", hp100_inw(OPTION_MSW)); in hp100_RegisterDump()