Home
last modified time | relevance | path

Searched refs:AHD_39BIT_ADDRESSING (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx_seq.h892 return ((ahd->flags & AHD_39BIT_ADDRESSING) != 0); in ahd_patch17_func()
H A Daic79xx.seq1569 if ((ahd->flags & AHD_39BIT_ADDRESSING) != 0) {
/openbsd/sys/dev/pci/
H A Dahd_pci.c469 ahd->flags |= AHD_39BIT_ADDRESSING; in ahd_pci_attach()
477 if ((ahd->flags & (AHD_39BIT_ADDRESSING|AHD_64BIT_ADDRESSING)) != 0) { in ahd_pci_attach()
/openbsd/sys/dev/ic/
H A Daic79xx.h380 AHD_39BIT_ADDRESSING = 0x10000,/* Use 39 bit addressing scheme. */ enumerator
H A Daic79xx.c10090 if ((ahd->flags & AHD_39BIT_ADDRESSING) != 0) { in ahd_setup_data_scb()