Searched refs:shared_phy (Results 1 – 5 of 5) sorted by relevance
171 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);172 struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh,
470 struct shared_phy { struct533 struct shared_phy *sh;
354 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()356 struct shared_phy *sh; in wlc_phy_shared_attach()358 sh = kzalloc(sizeof(struct shared_phy), GFP_ATOMIC); in wlc_phy_shared_attach()418 wlc_phy_attach(struct shared_phy *sh, struct bcma_device *d11core, in wlc_phy_attach()
335 struct shared_phy *phy_sh; /* pointer to shared phy state */
6245 + bool shared_phy;7260 + bool shared_phy = dsi->pdata->shared_phy;7271 + dc_id = (!shared_phy && dsi->instance)?DC_ID(1):DC_ID(0);7276 + if (shared_phy) {7285 + ctrl = (shared_phy && dsi->instance)?PXL_VLD(2):PXL_VLD(1);7288 + ctrl = (shared_phy && dsi->instance)?SYNC_CTRL(1):SYNC_CTRL(0);7372 + .shared_phy = false,7387 + .shared_phy = true,