Home
last modified time | relevance | path

Searched refs:shared_phy (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h171 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
172 struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh,
Dphy_int.h470 struct shared_phy { struct
533 struct shared_phy *sh;
Dphy_cmn.c354 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()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h335 struct shared_phy *phy_sh; /* pointer to shared phy state */
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch6245 + 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,