Searched refs:macb_readl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/cadence/ |
A D | macb_main.c | 995 status = macb_readl(bp, TSR); in macb_halt_tx() 1174 status = macb_readl(bp, TSR); in macb_tx_interrupt() 1580 ctrl = macb_readl(bp, NCR); in macb_rx() 1607 status = macb_readl(bp, RSR); in macb_poll() 1646 ctrl = macb_readl(bp, NCR); in macb_hresp_error_task() 1817 ctrl = macb_readl(bp, NCR); in macb_interrupt() 2717 cfg = macb_readl(bp, NCFGR); in macb_set_rx_mode() 4097 ctl = macb_readl(lp, NCR); in at91ether_start() 4126 ctl = macb_readl(lp, NCR); in at91ether_stop() 4147 ctl = macb_readl(lp, NCR); in at91ether_open() [all …]
|
A D | macb_ptp.c | 441 reg_val = macb_readl(bp, NCR); in gem_ptp_set_one_step_sync() 503 regval = macb_readl(bp, NCR); in gem_set_hwtst()
|
A D | macb.h | 760 #define macb_readl(port, reg) (port)->macb_reg_readl((port), MACB_##reg) macro 790 __v = macb_readl((__bp), __reg); \ 794 #define MACB_READ_NSR(bp) macb_readl(bp, NSR)
|
Completed in 22 milliseconds