Home
last modified time | relevance | path

Searched refs:gem_writel_n (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H A Dmacb_main.c3132 gem_writel_n(bp, SCRT2, fs->location, t2_scr); in gem_enable_flow_filters()
3160 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w0); in gem_prog_cmp_regs()
3161 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w1); in gem_prog_cmp_regs()
3174 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4DST_CMP(index)), w0); in gem_prog_cmp_regs()
3175 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4DST_CMP(index)), w1); in gem_prog_cmp_regs()
3202 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_PORT_CMP(index)), w0); in gem_prog_cmp_regs()
3203 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_PORT_CMP(index)), w1); in gem_prog_cmp_regs()
3216 gem_writel_n(bp, SCRT2, index, t2_scr); in gem_prog_cmp_regs()
3295 gem_writel_n(bp, SCRT2, fs->location, 0); in gem_del_flow_filter()
3818 gem_writel_n(b in macb_init()
[all...]
H A Dmacb.h706 #define gem_writel_n(port, reg, idx, value) (port)->macb_reg_writel((port), GEM_##reg + idx * 4, (value)) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c3472 gem_writel_n(bp, SCRT2, fs->location, t2_scr); in gem_enable_flow_filters()
3500 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w0); in gem_prog_cmp_regs()
3501 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w1); in gem_prog_cmp_regs()
3514 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4DST_CMP(index)), w0); in gem_prog_cmp_regs()
3515 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4DST_CMP(index)), w1); in gem_prog_cmp_regs()
3542 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_PORT_CMP(index)), w0); in gem_prog_cmp_regs()
3543 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_PORT_CMP(index)), w1); in gem_prog_cmp_regs()
3556 gem_writel_n(bp, SCRT2, index, t2_scr); in gem_prog_cmp_regs()
3636 gem_writel_n(bp, SCRT2, fs->location, 0); in gem_del_flow_filter()
4172 gem_writel_n(b in macb_init()
[all...]
H A Dmacb.h784 #define gem_writel_n(port, reg, idx, value) (port)->macb_reg_writel((port), GEM_##reg + idx * 4, (value)) macro

Completed in 20 milliseconds