Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dphy-cadence-torrent.c575 u32 pll_bits; in cdns_torrent_dp_set_pll_en() local
585 pll_bits = 0x00000001; in cdns_torrent_dp_set_pll_en()
589 pll_bits = 0x00000003; in cdns_torrent_dp_set_pll_en()
593 pll_bits = 0x0000000F; in cdns_torrent_dp_set_pll_en()
598 pll_val = pll_bits; in cdns_torrent_dp_set_pll_en()
608 (rd_val & pll_bits) == pll_val, in cdns_torrent_dp_set_pll_en()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds