Lines Matching refs:macb_readl
374 status = MACB_BFEXT(DATA, macb_readl(bp, MAN)); in macb_mdio_read()
609 ctrl = macb_readl(bp, NCR) & ~(MACB_BIT(RE) | MACB_BIT(TE)); in macb_mac_link_down()
670 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(RE) | MACB_BIT(TE)); in macb_mac_link_up()
824 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(THALT)); in macb_halt_tx()
829 status = macb_readl(bp, TSR); in macb_halt_tx()
990 macb_writel(bp, TSR, macb_readl(bp, TSR)); in macb_tx_error_task()
995 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART)); in macb_tx_error_task()
1008 status = macb_readl(bp, TSR); in macb_tx_interrupt()
1414 ctrl = macb_readl(bp, NCR); in macb_rx()
1441 status = macb_readl(bp, RSR); in macb_poll()
1452 status = macb_readl(bp, RSR); in macb_poll()
1480 ctrl = macb_readl(bp, NCR); in macb_hresp_error_task()
1518 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART)); in macb_tx_restart()
1651 ctrl = macb_readl(bp, NCR); in macb_interrupt()
2072 macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART)); in macb_start_xmit()
2298 u32 ctrl = macb_readl(bp, NCR); in macb_reset_hw()
2551 cfg = macb_readl(bp, NCFGR); in macb_set_rx_mode()
2852 regs->version = (macb_readl(bp, MID) & ((1 << MACB_REV_SIZE) - 1)) in macb_get_regs()
2858 regs_buff[0] = macb_readl(bp, NCR); in macb_get_regs()
2860 regs_buff[2] = macb_readl(bp, NSR); in macb_get_regs()
2861 regs_buff[3] = macb_readl(bp, TSR); in macb_get_regs()
2862 regs_buff[4] = macb_readl(bp, RBQP); in macb_get_regs()
2863 regs_buff[5] = macb_readl(bp, TBQP); in macb_get_regs()
2864 regs_buff[6] = macb_readl(bp, RSR); in macb_get_regs()
2865 regs_buff[7] = macb_readl(bp, IMR); in macb_get_regs()
3903 ctl = macb_readl(lp, NCR); in at91ether_start()
3934 ctl = macb_readl(lp, NCR); in at91ether_stop()
3955 ctl = macb_readl(lp, NCR); in at91ether_open()
4096 intstatus = macb_readl(lp, ISR); in at91ether_interrupt()
4110 tsr = macb_readl(lp, TSR); in at91ether_interrupt()
4140 ctl = macb_readl(lp, NCR); in at91ether_interrupt()
4599 macb_is_gem(bp) ? "GEM" : "MACB", macb_readl(bp, MID), in macb_probe()