Searched refs:spx5_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.h | 587 static inline void __iomem *spx5_addr(void __iomem *base[], in spx5_addr() function 619 return readl(spx5_addr(sparx5->regs, id, tinst, tcnt, gbase, ginst, in spx5_rd() 636 writel(val, spx5_addr(sparx5->regs, id, tinst, tcnt, in spx5_wr() 658 nval = readl(spx5_addr(sparx5->regs, id, tinst, tcnt, gbase, ginst, in spx5_rmw() 661 writel(nval, spx5_addr(sparx5->regs, id, tinst, tcnt, gbase, ginst, in spx5_rmw() 689 return spx5_addr(sparx5->regs, id, tinst, tcnt, in spx5_reg_get()
|