Searched refs:sdtr_able (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/sys/dev/ic/ |
| H A D | adwlib.c | 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() [all …]
|
| H A D | adwlib.h | 141 u_int16_t sdtr_able; /* 04 Synchronous DTR able */ member 756 u_int16_t sdtr_able; /* try SDTR for a device */ member
|