Lines Matching refs:sdtr_speed
2962 ushort sdtr_speed = 0; in asc_prt_adv_board_eeprom() local
3128 sdtr_speed = adv_dvc_varp->sdtr_speed1; in asc_prt_adv_board_eeprom()
3130 sdtr_speed = adv_dvc_varp->sdtr_speed2; in asc_prt_adv_board_eeprom()
3132 sdtr_speed = adv_dvc_varp->sdtr_speed3; in asc_prt_adv_board_eeprom()
3134 sdtr_speed = adv_dvc_varp->sdtr_speed4; in asc_prt_adv_board_eeprom()
3136 switch (sdtr_speed & ADV_MAX_TID) { in asc_prt_adv_board_eeprom()
3162 sdtr_speed >>= 4; in asc_prt_adv_board_eeprom()
10297 ushort sdtr_speed = 0; in AdvInitFrom38C0800EEP() local
10364 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C0800EEP()
10366 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C0800EEP()
10368 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C0800EEP()
10370 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C0800EEP()
10372 if (sdtr_speed & ADV_MAX_TID) { in AdvInitFrom38C0800EEP()
10375 sdtr_speed >>= 4; in AdvInitFrom38C0800EEP()
10496 ushort sdtr_speed = 0; in AdvInitFrom38C1600EEP() local
10588 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C1600EEP()
10590 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C1600EEP()
10592 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C1600EEP()
10594 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C1600EEP()
10596 if (sdtr_speed & ASC_MAX_TID) { in AdvInitFrom38C1600EEP()
10599 sdtr_speed >>= 4; in AdvInitFrom38C1600EEP()