Searched refs:macb_readl (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H 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() 4521 ctl = macb_readl(lp, NCR); in at91ether_start() 4550 ctl = macb_readl(lp, NCR); in at91ether_stop() 4569 ctl = macb_readl(lp, NCR); in at91ether_open() 4726 ctl = macb_readl(lp, NCR); in at91ether_interrupt() [all …]
|
| H 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()
|
| H 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)
|