Home | History | Annotate | Download | only in netboot

Lines Matching refs:ioaddr

54 static unsigned long ioaddr;
216 * leaves the ioaddress of the sis900 chip in the variable ioaddr.
234 ioaddr = *io_addrs & ~3;
259 printf("\nsis900_probe: MAC addr %! at ioaddr %#hX\n",
260 nic->node_addr, ioaddr);
347 long ee_addr = ioaddr + mear;
417 long mdio_addr = ioaddr + mear;
446 long mdio_addr = ioaddr + mear;
510 outl(RxENA, ioaddr + cr);
531 outl(0, ioaddr + ier);
532 outl(0, ioaddr + imr);
533 outl(0, ioaddr + rfcr);
535 outl(RxRESET | TxRESET | RESET, ioaddr + cr);
539 status ^= (inl(isr + ioaddr) & status);
541 outl(PESEL, ioaddr + cfg);
561 rfcrSave = inl(rfcr + ioaddr);
571 outl((i << RFADDR_shift), ioaddr + rfcr);
572 outl(w, ioaddr + rfdr);
576 i, inl(ioaddr + rfdr));
580 outl(rfcrSave | RFEN, rfcr + ioaddr);
603 outl((u32) &txd, ioaddr + txdp);
606 inl(ioaddr + txdp));
638 outl((u32) &rxd[0], ioaddr + rxdp);
642 inl(ioaddr + rxdp));
667 outl((u32)(0x00000004+i) << RFADDR_shift, ioaddr + rfcr);
668 outl((u32)(0x0), ioaddr + rfdr);
672 outl(RFEN | RFAAB, ioaddr + rfcr);
714 outl (tx_flags, ioaddr + txcfg);
715 outl (rx_flags, ioaddr + rxcfg);
923 outl(TxDIS, ioaddr + cr);
926 outl((u32) &txd, ioaddr + txdp);
929 inl(ioaddr + txdp));
952 outl(TxENA, ioaddr + cr);
971 outl(0, ioaddr + imr);
1027 outl(RxENA , ioaddr + cr);
1047 outl(0, ioaddr + imr);
1048 outl(0, ioaddr + ier);
1051 outl(RxDIS | TxDIS, ioaddr + cr);