Lines Matching refs:OUTL

293 OUTL(struct eth_device *dev, int command, u_long addr)  in OUTL()  function
369 OUTL(dev, i * 2, RxFilterAddr); in ns8382x_initialize()
401 OUTL(dev, (ChipReset), ChipCmd); in ns8382x_initialize()
405 OUTL(dev, (chip_config | PhyRst), ChipConfig); in ns8382x_initialize()
407 OUTL(dev, (chip_config & ~(PhyDis)), ChipConfig); in ns8382x_initialize()
432 OUTL(dev, SavedClkRun & ~0x100, ClkRun); in ns8382x_initialize()
466 OUTL(dev, MDIO_WRITE1, offset); in mdio_sync()
468 OUTL(dev, MDIO_WRITE1 | MDIO_ShiftClk, offset); in mdio_sync()
483 OUTL(dev, dataval, EECtrl); in mdio_read()
485 OUTL(dev, dataval | MDIO_ShiftClk, EECtrl); in mdio_read()
490 OUTL(dev, MDIO_EnbIn, EECtrl); in mdio_read()
494 OUTL(dev, MDIO_EnbIn | MDIO_ShiftClk, EECtrl); in mdio_read()
510 OUTL(dev, dataval, EECtrl); in mdio_write()
512 OUTL(dev, dataval | MDIO_ShiftClk, EECtrl); in mdio_write()
517 OUTL(dev, MDIO_EnbIn, EECtrl); in mdio_write()
519 OUTL(dev, MDIO_EnbIn | MDIO_ShiftClk, EECtrl); in mdio_write()
545 OUTL(dev, SavedClkRun & ~0x100, ClkRun); in ns8382x_init()
556 OUTL(dev, config, ChipConfig); in ns8382x_init()
566 OUTL(dev, tx_config, TxConfig); in ns8382x_init()
567 OUTL(dev, rx_config, RxConfig); in ns8382x_init()
570 OUTL(dev, 0x0, PriQueue); in ns8382x_init()
575 OUTL(dev, (RxOn | TxOn), ChipCmd); in ns8382x_init()
587 OUTL(dev, ChipReset, ChipCmd); in ns8382x_reset()
590 OUTL(dev, 0, IntrMask); in ns8382x_reset()
591 OUTL(dev, 0, IntrEnable); in ns8382x_reset()
606 OUTL(dev, i, RxFilterAddr); in ns8382x_init_rxfilter()
626 OUTL(dev, 0x0, TxRingPtrHi); in ns8382x_init_txd()
627 OUTL(dev, phys_to_bus((u32)&txd), TxRingPtr); in ns8382x_init_txd()
644 OUTL(dev, 0x0, RxRingPtrHi); in ns8382x_init_rxd()
662 OUTL(dev, phys_to_bus((u32) & rxd), RxRingPtr); in ns8382x_init_rxd()
685 OUTL(dev, rx_mode, RxFilterAddr); in ns8382x_set_rx_mode()
719 OUTL(dev, tx_config, TxConfig); in ns8382x_check_duplex()
720 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()
732 OUTL(dev, config, ChipConfig); in ns8382x_check_duplex()
744 OUTL(dev, TxOff, ChipCmd); in ns8382x_send()
755 OUTL(dev, phys_to_bus((u32) & txd), TxRingPtr); in ns8382x_send()
764 OUTL(dev, TxOn, ChipCmd); in ns8382x_send()
831 OUTL(dev, RxOn, ChipCmd); in ns8382x_poll()
846 OUTL(dev, 0, IntrMask); in ns8382x_disable()
847 OUTL(dev, 0, IntrEnable); in ns8382x_disable()
850 OUTL(dev, (RxOff | TxOff), ChipCmd); in ns8382x_disable()
853 OUTL(dev, SavedClkRun, ClkRun); in ns8382x_disable()