Home
last modified time | relevance | path

Searched refs:ppr_able (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dadwlib.c353 sc->ppr_able = 0; in AdwInitFromEEPROM()
534 u_int16_t wdtr_able = 0, sdtr_able, ppr_able, tagqng_able; in AdwInitDriver() local
580 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_PPR_ABLE, ppr_able); in AdwInitDriver()
1867 u_int16_t wdtr_able, sdtr_able, ppr_able = 0, tagqng_able; in AdwResetSCSIBus() local
1878 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_PPR_ABLE, ppr_able); in AdwResetSCSIBus()
1923 ADW_WRITE_WORD_LRAM(iot, ioh, ADW_MC_PPR_ABLE, ppr_able); in AdwResetSCSIBus()
2309 sc->ppr_able); in AdwInquiryHandling()
2310 sc->ppr_able |= tidmask; in AdwInquiryHandling()
2312 sc->ppr_able); in AdwInquiryHandling()
H A Dadwlib.h763 u_int16_t ppr_able; /* PPR message capable per TID bitmask. */ member