Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1093 u32 pll_bits; in cdns_torrent_dp_set_pll_en() local
1101 pll_bits = ((1 << dp->lanes) - 1); in cdns_torrent_dp_set_pll_en()
1102 pll_val |= pll_bits; in cdns_torrent_dp_set_pll_en()
1103 pll_ack_val = pll_bits; in cdns_torrent_dp_set_pll_en()
1105 pll_bits = ((1 << inst->num_lanes) - 1); in cdns_torrent_dp_set_pll_en()
1106 pll_val &= (~pll_bits); in cdns_torrent_dp_set_pll_en()
1116 (rd_val & pll_bits) == pll_ack_val, in cdns_torrent_dp_set_pll_en()