Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1089 u32 pll_bits; in cdns_torrent_dp_set_pll_en() local
1097 pll_bits = ((1 << dp->lanes) - 1); in cdns_torrent_dp_set_pll_en()
1098 pll_val |= pll_bits; in cdns_torrent_dp_set_pll_en()
1099 pll_ack_val = pll_bits; in cdns_torrent_dp_set_pll_en()
1101 pll_bits = ((1 << inst->num_lanes) - 1); in cdns_torrent_dp_set_pll_en()
1102 pll_val &= (~pll_bits); in cdns_torrent_dp_set_pll_en()
1112 (rd_val & pll_bits) == pll_ack_val, in cdns_torrent_dp_set_pll_en()