Home
last modified time | relevance | path

Searched refs:hp100_inw (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c343 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) { in hp100_isa_probe1()
468 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) in hp100_probe1()
471 chip = hp100_inw(PAGING) & HP100_CHIPID_MASK; in hp100_probe1()
541 hp100_inw(OPTION_LSW)); in hp100_probe1()
564 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
599 printk("hp100: %s: new LSW = 0x%x\n", dev->name, hp100_inw(OPTION_LSW)); in hp100_probe1()
604 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0); in hp100_probe1()
612 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()
915 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_mmuinit()
1028 printk("hp100: %s: TX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(TX_MEM_STOP)); in hp100_mmuinit()
[all …]
Dhp100.h587 #define hp100_inw( reg ) \ macro