Searched refs:gem_writel_n (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/cadence/ |
| A D | macb_main.c | 3659 gem_writel_n(bp, SCRT2, fs->location, t2_scr); in gem_enable_flow_filters() 3687 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w0); in gem_prog_cmp_regs() 3688 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4SRC_CMP(index)), w1); in gem_prog_cmp_regs() 3701 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_IP4DST_CMP(index)), w0); in gem_prog_cmp_regs() 3702 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_IP4DST_CMP(index)), w1); in gem_prog_cmp_regs() 3729 gem_writel_n(bp, T2CMPW0, T2CMP_OFST(GEM_PORT_CMP(index)), w0); in gem_prog_cmp_regs() 3730 gem_writel_n(bp, T2CMPW1, T2CMP_OFST(GEM_PORT_CMP(index)), w1); in gem_prog_cmp_regs() 3743 gem_writel_n(bp, SCRT2, index, t2_scr); in gem_prog_cmp_regs() 3823 gem_writel_n(bp, SCRT2, fs->location, 0); in gem_del_flow_filter() 4398 gem_writel_n(bp, ETHT, SCRT2_ETHT, reg); in macb_init() [all …]
|
| A D | macb.h | 790 #define gem_writel_n(port, reg, idx, value) (port)->macb_reg_writel((port), GEM_##reg + idx * 4, (v… macro
|
Completed in 19 milliseconds