Home
last modified time | relevance | path

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

/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1099 u32 pll_bits; in cdns_torrent_dp_set_pll_en() local
1107 pll_bits = ((1 << dp->lanes) - 1); in cdns_torrent_dp_set_pll_en()
1108 pll_val |= pll_bits; in cdns_torrent_dp_set_pll_en()
1109 pll_ack_val = pll_bits; in cdns_torrent_dp_set_pll_en()
1111 pll_bits = ((1 << inst->num_lanes) - 1); in cdns_torrent_dp_set_pll_en()
1112 pll_val &= (~pll_bits); in cdns_torrent_dp_set_pll_en()
1122 (rd_val & pll_bits) == pll_ack_val, in cdns_torrent_dp_set_pll_en()