Lines Matching refs:sdtr_able
345 sc->sdtr_able = eep_config.sdtr1.sdtr_able; in AdwInitFromEEPROM()
369 sc->sdtr_able = 0; in AdwInitFromEEPROM()
381 sc->sdtr_able |= (1 << tid); in AdwInitFromEEPROM()
534 u_int16_t wdtr_able = 0, sdtr_able, ppr_able, tagqng_able; in AdwInitDriver() local
586 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_SDTR_ABLE, sdtr_able); in AdwInitDriver()
712 ADW_WRITE_WORD_LRAM(iot, ioh, ADW_MC_SDTR_ABLE, sc->sdtr_able); in AdwInitDriver()
908 sdtr_able); in AdwInitDriver()
1867 u_int16_t wdtr_able, sdtr_able, ppr_able = 0, tagqng_able; in AdwResetSCSIBus() local
1876 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_SDTR_ABLE, sdtr_able); in AdwResetSCSIBus()
1921 ADW_WRITE_WORD_LRAM(iot, ioh, ADW_MC_SDTR_ABLE, sdtr_able); in AdwResetSCSIBus()
2272 if ((sc->sdtr_able & tidmask) && inq->Sync) { in AdwInquiryHandling()