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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dadvansys.c8189 unsigned short cfg_word; local
8190 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, cfg_word);
8191 if ((cfg_word & tidmask) != 0)
8194 cfg_word |= tidmask;
8195 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, cfg_word);
8203 AdvReadWordLram(iop_base, ASC_MC_SDTR_DONE, cfg_word);
8204 cfg_word &= ~tidmask;
8205 AdvWriteWordLram(iop_base, ASC_MC_SDTR_DONE, cfg_word);
8206 AdvReadWordLram(iop_base, ASC_MC_WDTR_DONE, cfg_word);
8207 cfg_word
8221 unsigned short cfg_word; local
8282 unsigned short cfg_word; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c8189 unsigned short cfg_word; local
8190 AdvReadWordLram(iop_base, ASC_MC_WDTR_ABLE, cfg_word);
8191 if ((cfg_word & tidmask) != 0)
8194 cfg_word |= tidmask;
8195 AdvWriteWordLram(iop_base, ASC_MC_WDTR_ABLE, cfg_word);
8203 AdvReadWordLram(iop_base, ASC_MC_SDTR_DONE, cfg_word);
8204 cfg_word &= ~tidmask;
8205 AdvWriteWordLram(iop_base, ASC_MC_SDTR_DONE, cfg_word);
8206 AdvReadWordLram(iop_base, ASC_MC_WDTR_DONE, cfg_word);
8207 cfg_word
8221 unsigned short cfg_word; local
8282 unsigned short cfg_word; local
[all...]

Completed in 115 milliseconds