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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Dahc_pci.c105 ahc->flags |= AHC_39BIT_ADDRESSING;
110 (ahc->flags & AHC_39BIT_ADDRESSING)
H A Daic7xxx.h370 AHC_39BIT_ADDRESSING = 0x1000000, /* Use 39 bit addressing scheme. */ enumerator in enum:__anon11343
H A Daic7xxx_pci.c827 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
H A Daic7xxx.c878 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
3774 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
4874 /*lowaddr*/ahc->flags & AHC_39BIT_ADDRESSING
H A Daic7xxx_seq.h979 return ((ahc->flags & AHC_39BIT_ADDRESSING) != 0);

Completed in 178 milliseconds