Home
last modified time | relevance | path

Searched refs:is_combo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c91 bool is_combo; /* MIPI DPHY and LVDS PHY combo */ member
101 .is_combo = false,
104 .is_combo = true,
614 if (priv->devdata->is_combo && mode != PHY_MODE_LVDS) { in mixel_dphy_set_mode()
619 if (!priv->devdata->is_combo && mode != PHY_MODE_MIPI_DPHY) { in mixel_dphy_set_mode()
624 if (priv->devdata->is_combo) { in mixel_dphy_set_mode()
700 if (priv->devdata->is_combo) { in mixel_dphy_probe()
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922d.c3177 u8 is_combo, is_bt_share, is_spdt; in rtw8922d_btc_set_rfe() local
3230 is_combo = (efuse_ant_info & 0xe) >> 1; /* 0xCE[3:1] */ in rtw8922d_btc_set_rfe()
3248 if (is_combo) { in rtw8922d_btc_set_rfe()