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()
10304 ushort sdtr_speed = 0; in AdvInitFrom38C0800EEP() local
10371 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C0800EEP()
10373 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C0800EEP()
10375 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C0800EEP()
10377 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C0800EEP()
10379 if (sdtr_speed & ADV_MAX_TID) { in AdvInitFrom38C0800EEP()
10382 sdtr_speed >>= 4; in AdvInitFrom38C0800EEP()
10503 ushort sdtr_speed = 0; in AdvInitFrom38C1600EEP() local
10595 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C1600EEP()
10597 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C1600EEP()
10599 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C1600EEP()
10601 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C1600EEP()
10603 if (sdtr_speed & ASC_MAX_TID) { in AdvInitFrom38C1600EEP()
10606 sdtr_speed >>= 4; in AdvInitFrom38C1600EEP()