HomeSort by: relevance | last modified time | path
    Searched defs:wdtr_able (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
adw.c 944 u_int16_t wdtr_able, wdtr_done, wdtr; local in function:adw_print_info
954 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_SDTR_ABLE, wdtr_able);
955 if(wdtr_able & ADW_TID_TO_TIDMASK(tid)) {
adwlib.c 103 0xFFFF, /* 03 wdtr_able */
149 0xFFFF, /* 03 wdtr_able */
195 0xFFFF, /* 03 wdtr_able */
355 sc->wdtr_able = eep_config.wdtr_able;
549 u_int16_t wdtr_able = 0, sdtr_able, /* ppr_able, */ tagqng_able; local in function:AdwInitDriver
584 * 'wdtr_able' variable.
586 ADW_READ_WORD_LRAM(iot, ioh, 0x120, wdtr_able);
589 wdtr_able);
598 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_WDTR_ABLE, wdtr_able);
1880 u_int16_t wdtr_able, sdtr_able, tagqng_able; local in function:AdwResetSCSIBus
    [all...]
adwlib.h 138 u_int16_t wdtr_able; /* 03 Wide DTR able */ member in struct:adw_eeprom
847 u_int16_t wdtr_able; /* try WDTR for a device */ member in struct:adw_softc

Completed in 17 milliseconds