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

/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h81 extern int src_mode;
H A Daicasm_gram.y959 src_mode = $2;
1646 src_value = (dst_mode << 4) | src_mode;
1669 src_mode = dst_value & 0xF;
1782 if ((symbol->info.rinfo->modes & (0x1 << src_mode)) == 0) {
1785 symbol->name, src_mode);
H A Daicasm.c97 int src_mode; variable
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h82 ahd->src_mode = src;
105 if (ahd->src_mode == src && ahd->dst_mode == dst)
108 if (ahd->src_mode == AHD_MODE_UNKNOWN
116 ahd->src_mode = src;
141 if ((srcmode & AHD_MK_MSK(ahd->src_mode)) == 0
152 if (ahd->src_mode == AHD_MODE_UNKNOWN
156 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode));
H A Daic79xx.h1123 ahd_mode src_mode; member in struct:ahd_softc
H A Daic79xx.c2158 if (ahd->src_mode != AHD_MODE_SCSI) {

Completed in 302 milliseconds