Lines Matching refs:hp100_inw

331 	if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) {  in hp100_isa_probe1()
456 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) in hp100_probe1()
459 chip = hp100_inw(PAGING) & HP100_CHIPID_MASK; in hp100_probe1()
529 hp100_inw(OPTION_LSW)); in hp100_probe1()
552 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
587 printk("hp100: %s: new LSW = 0x%x\n", dev->name, hp100_inw(OPTION_LSW)); in hp100_probe1()
592 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0); in hp100_probe1()
600 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()
903 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_mmuinit()
1016 printk("hp100: %s: TX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(TX_MEM_STOP)); in hp100_mmuinit()
1017 printk("hp100: %s: RX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(RX_MEM_STOP)); in hp100_mmuinit()
1133 hp100_inw(OPTION_LSW)); in hp100_close()
1390 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_BM_shutdown()
1698 val = hp100_inw(IRQ_STATUS); in hp100_start_xmit()
1704 dev->name, val, hp100_inw(IRQ_MASK), (int) skb->len); in hp100_start_xmit()
1878 if ((hp100_inw(RX_PKT_CNT) & 0x00ff) >= lp->rxrcommit) { in hp100_rx_bm()
1880 dev->name, hp100_inw(RX_PKT_CNT) & 0x00ff, in hp100_rx_bm()
1995 val = hp100_inw(DROPPED) & 0x0fff; in hp100_update_stats()
2035 hp100_inw(DROPPED); in hp100_clear_stats()
2201 val = hp100_inw(IRQ_STATUS); in hp100_interrupt()
2389 val = hp100_inw(OPTION_LSW); in hp100_stop_interface()
2697 val = hp100_inw(TRAIN_ALLOW); in hp100_login_to_vg_hub()
2699 dev->name, (hp100_inw(TRAIN_REQUEST) & HP100_CARD_MACVER) ? "802.12" : "Pre"); in hp100_login_to_vg_hub()
2709 val = hp100_inw(TRAIN_ALLOW); /* won't work on non-ETR card */ in hp100_login_to_vg_hub()
2711 …MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), … in hp100_login_to_vg_hub()
2790 printk("option #1: 0x%.4x\n", hp100_inw(OPTION_LSW)); in hp100_RegisterDump()
2791 printk("option #2: 0x%.4x\n", hp100_inw(OPTION_MSW)); in hp100_RegisterDump()