Lines Matching refs:unlock_pup
408 u32 unlock_pup; /* bit array of unlock pups */ in ddr3_tx_shift_dqs_adll_step_before_fail() local
440 unlock_pup = cur_pup; /* '1' for each unlocked pup */ in ddr3_tx_shift_dqs_adll_step_before_fail()
462 if (MV_OK != ddr3_sdram_compare(dram_info, unlock_pup, in ddr3_tx_shift_dqs_adll_step_before_fail()
470 unlock_pup &= ~new_lockup_pup; in ddr3_tx_shift_dqs_adll_step_before_fail()
473 DEBUG_PBS_FULL_D(unlock_pup, 2); in ddr3_tx_shift_dqs_adll_step_before_fail()
488 } while ((unlock_pup != 0) && (adll_val != ADLL_MAX)); in ddr3_tx_shift_dqs_adll_step_before_fail()
490 if (unlock_pup != 0) { in ddr3_tx_shift_dqs_adll_step_before_fail()
494 if (((unlock_pup >> pup) & 0x1) && in ddr3_tx_shift_dqs_adll_step_before_fail()
919 u32 unlock_pup; /* bit array of unlock pups */ in ddr3_rx_shift_dqs_to_first_fail() local
951 unlock_pup = cur_pup; /* '1' for each unlocked pup */ in ddr3_rx_shift_dqs_to_first_fail()
965 if (MV_OK != ddr3_sdram_compare(dram_info, unlock_pup, in ddr3_rx_shift_dqs_to_first_fail()
989 unlock_pup &= ~new_lockup_pup; in ddr3_rx_shift_dqs_to_first_fail()
991 if ((unlock_pup == 0) || (dqs_deskew_val == MAX_PBS)) { in ddr3_rx_shift_dqs_to_first_fail()
1003 DEBUG_PBS_FULL_D(unlock_pup, 2); in ddr3_rx_shift_dqs_to_first_fail()
1009 if (IS_PUP_ACTIVE(unlock_pup, pup) == 1) { in ddr3_rx_shift_dqs_to_first_fail()
1019 unlock_pup = cur_pup; in ddr3_rx_shift_dqs_to_first_fail()
1024 if (MV_OK != ddr3_sdram_compare(dram_info, unlock_pup, &new_lockup_pup, in ddr3_rx_shift_dqs_to_first_fail()
1037 pass_pup = unlock_pup & ~new_lockup_pup; in ddr3_rx_shift_dqs_to_first_fail()
1053 unlock_pup &= new_lockup_pup; in ddr3_rx_shift_dqs_to_first_fail()
1055 if (unlock_pup == 0) { in ddr3_rx_shift_dqs_to_first_fail()
1071 if (IS_PUP_ACTIVE(unlock_pup, pup) == 1) { in ddr3_rx_shift_dqs_to_first_fail()