Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhp100.c347 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) { in hp100_isa_probe1()
474 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) in hp100_probe1()
477 chip = hp100_inw(PAGING) & HP100_CHIPID_MASK; in hp100_probe1()
544 hp100_inw(OPTION_LSW)); in hp100_probe1()
567 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
602 printk("hp100: %s: new LSW = 0x%x\n", dev->name, hp100_inw(OPTION_LSW)); in hp100_probe1()
607 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0); in hp100_probe1()
615 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16)); in hp100_probe1()
918 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) { in hp100_mmuinit()
1031 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