Searched refs:macb_readl (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/cadence/ |
| A D | macb_main.c | 770 ctrl = macb_readl(bp, NCR); in macb_mac_link_up() 1633 ctrl = macb_readl(bp, NCR); in macb_rx() 1803 ctrl = macb_readl(bp, NCR); in macb_hresp_error_task() 1971 ctrl = macb_readl(bp, NCR); in macb_interrupt() 2655 u32 ctrl = macb_readl(bp, NCR); in macb_reset_hw() 2919 cfg = macb_readl(bp, NCFGR); in macb_set_rx_mode() 4528 ctl = macb_readl(lp, NCR); in at91ether_start() 4557 ctl = macb_readl(lp, NCR); in at91ether_stop() 4576 ctl = macb_readl(lp, NCR); in at91ether_open() 4733 ctl = macb_readl(lp, NCR); in at91ether_interrupt() [all …]
|
| A D | macb_ptp.c | 393 reg_val = macb_readl(bp, NCR); in gem_ptp_set_one_step_sync() 446 regval = macb_readl(bp, NCR); in gem_set_hwtst()
|
| A D | macb.h | 783 #define macb_readl(port, reg) (port)->macb_reg_readl((port), MACB_##reg) macro 811 __v = macb_readl((__bp), __reg); \ 815 #define MACB_READ_NSR(bp) macb_readl(bp, NSR)
|
Completed in 20 milliseconds