Searched refs:wdtr_able (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c941 ushort wdtr_able; /* 03 Wide DTR able */ member in struct:adveep_3550_config
1010 ushort wdtr_able; /* 03 Wide DTR able */ member in struct:adveep_38C0800_config
1112 ushort wdtr_able; /* 03 Wide DTR able */ member in struct:adveep_38C1600_config
1827 ushort wdtr_able; /* try WDTR for a device */ member in struct:adv_dvc_var
2373 printk(" sdtr_able 0x%x, wdtr_able 0x%x\n", asc_prt_adv_dvc_var()
2374 (unsigned)h->sdtr_able, (unsigned)h->wdtr_able); asc_prt_adv_dvc_var()
3113 word = ep_3550->wdtr_able; asc_prt_adv_board_eeprom()
3115 word = ep_38C0800->wdtr_able; asc_prt_adv_board_eeprom()
3117 word = ep_38C1600->wdtr_able; asc_prt_adv_board_eeprom()
3358 ushort sdtr_able, wdtr_able; asc_prt_adv_board_info() local
3422 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); asc_prt_adv_board_info()
3432 (wdtr_able & ADV_TID_TO_TIDMASK(i)) ? 'Y' : 'N'); asc_prt_adv_board_info()
3451 if ((wdtr_able & ADV_TID_TO_TIDMASK(i)) && asc_prt_adv_board_info()
4419 ushort wdtr_able = 0, sdtr_able, tagqng_able; AdvInitAsc3550Driver() local
4461 /* BIOS 3.1 and earlier location of 'wdtr_able' variable. */ AdvInitAsc3550Driver()
4462 AdvReadWordLram(iop_base, 0x120, wdtr_able); AdvInitAsc3550Driver()
4464 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc3550Driver()
4564 asc_dvc->wdtr_able); AdvInitAsc3550Driver()
4817 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc3550Driver()
4863 ushort wdtr_able, sdtr_able, tagqng_able; AdvInitAsc38C0800Driver() local
4897 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc38C0800Driver()
5081 asc_dvc->wdtr_able); AdvInitAsc38C0800Driver()
5303 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc38C0800Driver()
5349 ushort wdtr_able, sdtr_able, ppr_able, tagqng_able; AdvInitAsc38C1600Driver() local
5384 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc38C1600Driver()
5576 asc_dvc->wdtr_able); AdvInitAsc38C1600Driver()
5796 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvInitAsc38C1600Driver()
5826 ushort wdtr_able, sdtr_able, tagqng_able; AdvResetChipAndSB() local
5837 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvResetChipAndSB()
5894 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, wdtr_able); AdvResetChipAndSB()
7369 * bus (16 bit) transfers, then turn on the device's 'wdtr_able' bit and
7453 if ((adv_dvc->wdtr_able & tidmask) && sdev->wdtr) advansys_wide_slave_configure()
9444 0xFFFF, /* wdtr_able */
9482 0, /* wdtr_able */
9520 0xFFFF, /* 03 wdtr_able */
9585 0, /* 03 wdtr_able */
9650 0xFFFF, /* 03 wdtr_able */
9715 0, /* 03 wdtr_able */
10193 asc_dvc->wdtr_able = eep_config.wdtr_able; AdvInitFrom3550EEP()
10346 asc_dvc->wdtr_able = eep_config.wdtr_able; AdvInitFrom38C0800EEP()
10572 asc_dvc->wdtr_able = eep_config.wdtr_able; AdvInitFrom38C1600EEP()
11100 ep_3550->wdtr_able = adv_dvc_varp->wdtr_able; advansys_board_found()
11125 ep_38C0800->wdtr_able = adv_dvc_varp->wdtr_able; advansys_board_found()
11153 ep_38C1600->wdtr_able = adv_dvc_varp->wdtr_able; advansys_board_found()

Completed in 117 milliseconds