• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/

Lines Matching refs:hp100_inw

347 	if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE) {
474 if (hp100_inw(HW_ID) != HP100_HW_ID_CASCADE)
477 chip = hp100_inw(PAGING) & HP100_CHIPID_MASK;
539 hp100_inw(OPTION_LSW));
562 lsw = hp100_inw(OPTION_LSW);
597 printk("hp100: %s: new LSW = 0x%x\n", dev->name, hp100_inw(OPTION_LSW));
602 mem_mapped = ((hp100_inw(OPTION_LSW) & (HP100_MEM_EN)) != 0);
610 mem_ptr_phys = (hp100_inw(MEM_MAP_LSW) | (hp100_inw(MEM_MAP_MSW) << 16));
913 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) {
1026 printk("hp100: %s: TX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(TX_MEM_STOP));
1027 printk("hp100: %s: RX_MEM_STOP: 0x%x\n", dev->name, hp100_inw(RX_MEM_STOP));
1143 hp100_inw(OPTION_LSW));
1401 if (0 != (hp100_inw(OPTION_LSW) & HP100_HW_RST)) {
1709 val = hp100_inw(IRQ_STATUS);
1715 dev->name, val, hp100_inw(IRQ_MASK), (int) skb->len);
1889 if ((hp100_inw(RX_PKT_CNT) & 0x00ff) >= lp->rxrcommit) {
1891 dev->name, hp100_inw(RX_PKT_CNT) & 0x00ff,
2006 val = hp100_inw(DROPPED) & 0x0fff;
2046 hp100_inw(DROPPED);
2214 val = hp100_inw(IRQ_STATUS);
2227 /* val &= hp100_inw( IRQ_MASK ); */
2402 val = hp100_inw(OPTION_LSW);
2709 val = hp100_inw(TRAIN_ALLOW);
2711 dev->name, (hp100_inw(TRAIN_REQUEST) & HP100_CARD_MACVER) ? "802.12" : "Pre");
2721 val = hp100_inw(TRAIN_ALLOW); /* won't work on non-ETR card */
2723 printk("hp100: %s: MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), val);
2802 printk("option #1: 0x%.4x\n", hp100_inw(OPTION_LSW));
2803 printk("option #2: 0x%.4x\n", hp100_inw(OPTION_MSW));