Home
last modified time | relevance | path

Searched defs:a5psw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/dsa/
H A Drzn1_a5psw.c189 struct a5psw *a5psw = ds->priv; in a5psw_port_disable() local
198 struct a5psw *a5psw = ds->priv; in a5psw_port_enable() local
208 struct a5psw *a5psw = ds->priv; in a5psw_port_change_mtu() local
246 struct a5psw *a5psw = ds->priv; in a5psw_phylink_mac_select_pcs() local
258 struct a5psw *a5psw = ds->priv; in a5psw_phylink_mac_link_down() local
274 struct a5psw *a5psw = ds->priv; in a5psw_phylink_mac_link_up() local
292 struct a5psw *a5psw = ds->priv; in a5psw_set_ageing_time() local
352 struct a5psw *a5psw = ds->priv; in a5psw_port_bridge_join() local
372 struct a5psw *a5psw = ds->priv; in a5psw_port_bridge_leave() local
399 struct a5psw *a5psw = ds->priv; in a5psw_port_bridge_flags() local
[all …]
H A Drzn1_a5psw.h250 struct a5psw { struct
251 void __iomem *base;
252 struct clk *hclk;
253 struct clk *clk;
254 struct device *dev;
255 struct mii_bus *mii_bus;
257 struct dsa_switch ds;
258 struct mutex lk_lock;
259 spinlock_t reg_lock;
260 u32 bridged_ports;
[all …]