Lines Matching defs:sc
59 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_read() local
72 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_write() local
92 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_read() local
110 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_write() local
123 mtkswitch_reset(struct mtkswitch_softc *sc) in mtkswitch_reset()
136 mtkswitch_hw_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_setup()
152 mtkswitch_hw_global_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_global_setup()
160 mtkswitch_port_init(struct mtkswitch_softc *sc, int port) in mtkswitch_port_init()
167 mtkswitch_get_port_status(struct mtkswitch_softc *sc, int port) in mtkswitch_get_port_status()
209 mtkswitch_atu_flush(struct mtkswitch_softc *sc) in mtkswitch_atu_flush()
215 mtkswitch_port_vlan_setup(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_setup()
262 mtkswitch_port_vlan_get(struct mtkswitch_softc *sc, etherswitch_port_t *p) in mtkswitch_port_vlan_get()
290 mtkswitch_vlan_init_hw(struct mtkswitch_softc *sc) in mtkswitch_vlan_init_hw()
347 mtkswitch_vlan_getvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_getvgroup()
394 mtkswitch_vlan_setvgroup(struct mtkswitch_softc *sc, etherswitch_vlangroup_t *v) in mtkswitch_vlan_setvgroup()
470 mtkswitch_vlan_get_pvid(struct mtkswitch_softc *sc, int port, int *pvid) in mtkswitch_vlan_get_pvid()
481 mtkswitch_vlan_set_pvid(struct mtkswitch_softc *sc, int port, int pvid) in mtkswitch_vlan_set_pvid()
495 mtk_attach_switch_rt3050(struct mtkswitch_softc *sc) in mtk_attach_switch_rt3050()