• Home
  • Raw
  • Download

Lines Matching refs:OUTL

292 OUTL(struct eth_device *dev, int command, u_long addr)  in OUTL()  function
368 OUTL(dev, i * 2, RxFilterAddr); in ns8382x_initialize()
400 OUTL(dev, (ChipReset), ChipCmd); in ns8382x_initialize()
404 OUTL(dev, (chip_config | PhyRst), ChipConfig); in ns8382x_initialize()
406 OUTL(dev, (chip_config & ~(PhyDis)), ChipConfig); in ns8382x_initialize()
431 OUTL(dev, SavedClkRun & ~0x100, ClkRun); in ns8382x_initialize()
465 OUTL(dev, MDIO_WRITE1, offset); in mdio_sync()
467 OUTL(dev, MDIO_WRITE1 | MDIO_ShiftClk, offset); in mdio_sync()
482 OUTL(dev, dataval, EECtrl); in mdio_read()
484 OUTL(dev, dataval | MDIO_ShiftClk, EECtrl); in mdio_read()
489 OUTL(dev, MDIO_EnbIn, EECtrl); in mdio_read()
493 OUTL(dev, MDIO_EnbIn | MDIO_ShiftClk, EECtrl); in mdio_read()
509 OUTL(dev, dataval, EECtrl); in mdio_write()
511 OUTL(dev, dataval | MDIO_ShiftClk, EECtrl); in mdio_write()
516 OUTL(dev, MDIO_EnbIn, EECtrl); in mdio_write()
518 OUTL(dev, MDIO_EnbIn | MDIO_ShiftClk, EECtrl); in mdio_write()
544 OUTL(dev, SavedClkRun & ~0x100, ClkRun); in ns8382x_init()
555 OUTL(dev, config, ChipConfig); in ns8382x_init()
565 OUTL(dev, tx_config, TxConfig); in ns8382x_init()
566 OUTL(dev, rx_config, RxConfig); in ns8382x_init()
569 OUTL(dev, 0x0, PriQueue); in ns8382x_init()
574 OUTL(dev, (RxOn | TxOn), ChipCmd); in ns8382x_init()
586 OUTL(dev, ChipReset, ChipCmd); in ns8382x_reset()
589 OUTL(dev, 0, IntrMask); in ns8382x_reset()
590 OUTL(dev, 0, IntrEnable); in ns8382x_reset()
605 OUTL(dev, i, RxFilterAddr); in ns8382x_init_rxfilter()
625 OUTL(dev, 0x0, TxRingPtrHi); in ns8382x_init_txd()
626 OUTL(dev, phys_to_bus((u32)&txd), TxRingPtr); in ns8382x_init_txd()
643 OUTL(dev, 0x0, RxRingPtrHi); in ns8382x_init_rxd()
661 OUTL(dev, phys_to_bus((u32) & rxd), RxRingPtr); in ns8382x_init_rxd()
684 OUTL(dev, rx_mode, RxFilterAddr); in ns8382x_set_rx_mode()
718 OUTL(dev, tx_config, TxConfig); in ns8382x_check_duplex()
719 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()
731 OUTL(dev, config, ChipConfig); in ns8382x_check_duplex()
743 OUTL(dev, TxOff, ChipCmd); in ns8382x_send()
754 OUTL(dev, phys_to_bus((u32) & txd), TxRingPtr); in ns8382x_send()
763 OUTL(dev, TxOn, ChipCmd); in ns8382x_send()
830 OUTL(dev, RxOn, ChipCmd); in ns8382x_poll()
845 OUTL(dev, 0, IntrMask); in ns8382x_disable()
846 OUTL(dev, 0, IntrEnable); in ns8382x_disable()
849 OUTL(dev, (RxOff | TxOff), ChipCmd); in ns8382x_disable()
852 OUTL(dev, SavedClkRun, ClkRun); in ns8382x_disable()