Searched refs:dst_mode (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h86 extern int dst_mode;
H A Daicasm_gram.y998 dst_mode = $2;
1694 src_value = (dst_mode << 4) | src_mode;
1718 dst_mode = (dst_value >> 4) & 0xF;
1843 if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) {
1846 symbol->name, dst_mode);
H A Daicasm.c98 int dst_mode; variable
/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h79 ahd->dst_mode = dst;
H A Daic79xx.h1077 ahd_mode dst_mode; member in struct:ahd_softc
H A Daic79xx_core.c285 if (ahd->src_mode == src && ahd->dst_mode == dst)
289 || ahd->dst_mode == AHD_MODE_UNKNOWN)
297 ahd->dst_mode = dst;
322 || (dstmode & AHD_MK_MSK(ahd->dst_mode)) == 0) {
336 || ahd->dst_mode == AHD_MODE_UNKNOWN)
339 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode));

Completed in 144 milliseconds