Searched refs:hp100_inb (Results 1 – 2 of 2) sorted by relevance
317 sig[i] = hp100_inb(BOARD_ID + i); in hp100_read_id()321 sum += hp100_inb(BOARD_ID + i); in hp100_read_id()494 uc += hp100_inb(LAN_ADDR + i); in hp100_probe1()607 memory_size = (8192 << ((hp100_inb(SRAM) >> 5) & 0x07)); in hp100_probe1()668 lp->soft_model = hp100_inb(SOFT_MODEL); in hp100_probe1()689 dev->irq = hp100_inb(IRQ_CHANNEL) & HP100_IRQMASK; in hp100_probe1()700 dev->dev_addr[i] = hp100_inb(LAN_ADDR + i); in hp100_probe1()1408 if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) in hp100_BM_shutdown()1419 if (0 == (hp100_inb(BM) & HP100_BM_MASTER)) in hp100_BM_shutdown()1431 if ((hp100_inb(RX_PDL) == 0) && (hp100_inb(RX_PKT_CNT) == 0)) in hp100_BM_shutdown()[all …]
585 #define hp100_inb( reg ) \ macro