Searched refs:AHC_39BIT_ADDRESSING (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
H A Dahc_pci.c105 ahc->flags |= AHC_39BIT_ADDRESSING;
110 (ahc->flags & AHC_39BIT_ADDRESSING)
H A Daic7xxx.h368 AHC_39BIT_ADDRESSING = 0x1000000, /* Use 39 bit addressing scheme. */ enumerator in enum:__anon26
H A Daic7xxx_pci.c826 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
H A Daic7xxx.c879 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
3791 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
4899 /*lowaddr*/ahc->flags & AHC_39BIT_ADDRESSING
H A Daic7xxx_seq.h979 return ((ahc->flags & AHC_39BIT_ADDRESSING) != 0);

Completed in 216 milliseconds