Searched refs:gem_writel_n (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/cadence/ |
A D | macb_main.c | 3441 gem_writel_n(bp, SCRT2, fs->location, t2_scr); in gem_enable_flow_filters() 3469 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w0); in gem_prog_cmp_regs() 3470 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w1); in gem_prog_cmp_regs() 3483 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4DST_CMP(index)), w0); in gem_prog_cmp_regs() 3484 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4DST_CMP(index)), w1); in gem_prog_cmp_regs() 3511 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_PORT_CMP(index)), w0); in gem_prog_cmp_regs() 3512 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_PORT_CMP(index)), w1); in gem_prog_cmp_regs() 3525 gem_writel_n(bp, SCRT2, index, t2_scr); in gem_prog_cmp_regs() 3605 gem_writel_n(bp, SCRT2, fs->location, 0); in gem_del_flow_filter() 4143 gem_writel_n(bp, ETHT, SCRT2_ETHT, reg); in macb_init() [all …]
|
A D | macb.h | 769 #define gem_writel_n(port, reg, idx, value) (port)->macb_reg_writel((port), GEM_##reg + idx * 4, (v… macro
|
Completed in 19 milliseconds