Searched refs:AHD_TARGETMODE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h228 AHD_TARGETMODE = 0x01000,/* Has tested target mode support */ enumerator in enum:__anon6900
H A Daic79xx_osm.c685 if ((ahd->features & AHD_TARGETMODE) != 0) {
H A Daic79xx.c6349 ahd->features &= ~AHD_TARGETMODE;
6380 if ((ahd->features & AHD_TARGETMODE) != 0)
6417 if ((ahd->features & AHD_TARGETMODE) != 0) {
6755 if ((ahd->features & AHD_TARGETMODE) != 0) {
9870 if ((ahd->features & AHD_TARGETMODE) == 0)

Completed in 170 milliseconds