Lines Matching refs:sdtr_speed
3119 ushort sdtr_speed = 0; in asc_prt_adv_board_eeprom() local
3285 sdtr_speed = adv_dvc_varp->sdtr_speed1; in asc_prt_adv_board_eeprom()
3287 sdtr_speed = adv_dvc_varp->sdtr_speed2; in asc_prt_adv_board_eeprom()
3289 sdtr_speed = adv_dvc_varp->sdtr_speed3; in asc_prt_adv_board_eeprom()
3291 sdtr_speed = adv_dvc_varp->sdtr_speed4; in asc_prt_adv_board_eeprom()
3293 switch (sdtr_speed & ADV_MAX_TID) { in asc_prt_adv_board_eeprom()
3319 sdtr_speed >>= 4; in asc_prt_adv_board_eeprom()
10734 ushort sdtr_speed = 0; in AdvInitFrom38C0800EEP() local
10801 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C0800EEP()
10803 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C0800EEP()
10805 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C0800EEP()
10807 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C0800EEP()
10809 if (sdtr_speed & ADV_MAX_TID) { in AdvInitFrom38C0800EEP()
10812 sdtr_speed >>= 4; in AdvInitFrom38C0800EEP()
10933 ushort sdtr_speed = 0; in AdvInitFrom38C1600EEP() local
11025 sdtr_speed = asc_dvc->sdtr_speed1; in AdvInitFrom38C1600EEP()
11027 sdtr_speed = asc_dvc->sdtr_speed2; in AdvInitFrom38C1600EEP()
11029 sdtr_speed = asc_dvc->sdtr_speed3; in AdvInitFrom38C1600EEP()
11031 sdtr_speed = asc_dvc->sdtr_speed4; in AdvInitFrom38C1600EEP()
11033 if (sdtr_speed & ASC_MAX_TID) { in AdvInitFrom38C1600EEP()
11036 sdtr_speed >>= 4; in AdvInitFrom38C1600EEP()