Lines Matching refs:sdtr_speed
2966 ushort sdtr_speed = 0; in asc_prt_adv_board_eeprom() local
3132 sdtr_speed = adv_dvc_varp->sdtr_speed1; in asc_prt_adv_board_eeprom()
3134 sdtr_speed = adv_dvc_varp->sdtr_speed2; in asc_prt_adv_board_eeprom()
3136 sdtr_speed = adv_dvc_varp->sdtr_speed3; in asc_prt_adv_board_eeprom()
3138 sdtr_speed = adv_dvc_varp->sdtr_speed4; in asc_prt_adv_board_eeprom()
3140 switch (sdtr_speed & ADV_MAX_TID) { in asc_prt_adv_board_eeprom()
3166 sdtr_speed >>= 4; in asc_prt_adv_board_eeprom()
10303 ushort sdtr_speed = 0; in AdvInitFrom38C0800EEP() local
10370 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C0800EEP()
10372 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C0800EEP()
10374 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C0800EEP()
10376 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C0800EEP()
10378 if (sdtr_speed & ADV_MAX_TID) { in AdvInitFrom38C0800EEP()
10381 sdtr_speed >>= 4; in AdvInitFrom38C0800EEP()
10502 ushort sdtr_speed = 0; in AdvInitFrom38C1600EEP() local
10594 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C1600EEP()
10596 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C1600EEP()
10598 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C1600EEP()
10600 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C1600EEP()
10602 if (sdtr_speed & ASC_MAX_TID) { in AdvInitFrom38C1600EEP()
10605 sdtr_speed >>= 4; in AdvInitFrom38C1600EEP()