Home
last modified time | relevance | path

Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/pci/
H A Dahc_pci.c938 ahc->pci_cachesize = in ahc_pci_attach()
940 ahc->pci_cachesize *= 4; in ahc_pci_attach()
943 && ahc->pci_cachesize == 4) { in ahc_pci_attach()
945 ahc->pci_cachesize = 0; in ahc_pci_attach()
H A Dahd_pci.c519 ahd->pci_cachesize = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in ahd_pci_attach()
520 ahd->pci_cachesize *= 4; in ahd_pci_attach()
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_seq.h970 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
H A Daic7xxx.seq792 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {
876 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {
1100 && ahc->pci_cachesize != 0) {
1168 && ahc->pci_cachesize != 0) {
1241 && ahc->pci_cachesize != 0) {
1310 && ahc->pci_cachesize != 0) {
/openbsd/sys/dev/ic/
H A Daic7xxxvar.h1106 u_int pci_cachesize; member
H A Daic79xx.h1215 u_int pci_cachesize; member
H A Daic7xxx.c6126 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()
6127 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()
6128 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
H A Daic79xx.c8338 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()