Lines Matching +defs:val +defs:target
16 enum ocelot_target target; in __ocelot_bulk_read_ix() local
29 enum ocelot_target target; in __ocelot_read_ix() local
30 u32 addr, val; in __ocelot_read_ix() local
40 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg, in __ocelot_write_ix()
43 enum ocelot_target target; in __ocelot_write_ix() local
53 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, in __ocelot_rmw_ix()
56 enum ocelot_target target; in __ocelot_rmw_ix() local
69 u16 target = reg >> TARGET_OFFSET; in ocelot_port_readl() local
70 u32 val; in ocelot_port_readl() local
79 void ocelot_port_writel(struct ocelot_port *port, u32 val, enum ocelot_reg reg) in ocelot_port_writel()
82 u16 target = reg >> TARGET_OFFSET; in ocelot_port_writel() local
90 void ocelot_port_rmwl(struct ocelot_port *port, u32 val, u32 mask, in ocelot_port_rmwl()
99 u32 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_read_ix()
102 u32 val; in __ocelot_target_read_ix() local
109 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_write_ix()
110 u32 val, u32 reg, u32 offset) in __ocelot_target_write_ix()
120 u16 target; in ocelot_regfields_init() local