Searched defs:miic (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/pcs/ |
H A D | pcs-rzn1-miic.c | 188 struct miic { struct 193 const struct miic_of_data *of_data; argument 239 struct miic *miic; member 250 static void miic_unlock_regs(struct miic *miic) in miic_unlock_regs() 259 static void miic_lock_regs(struct miic *miic) in miic_lock_regs() 265 static void miic_reg_writel_unlocked(struct miic *miic, int offset, u32 value) in miic_reg_writel_unlocked() 270 static void miic_reg_writel_locked(struct miic *miic, int offset, u32 value) in miic_reg_writel_locked() 277 static void miic_reg_writel(struct miic *miic, int offset, u32 value) in miic_reg_writel() 282 static u32 miic_reg_readl(struct miic *miic, int offset) in miic_reg_readl() 287 static void miic_reg_rmw(struct miic *miic, int offset, u32 mask, u32 val) in miic_reg_rmw() [all …]
|