Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c515 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()
[all …]
Dhp100.h590 #define hp100_inw( reg ) \ macro