HomeSort by: relevance | last modified time | path
    Searched refs:pci_cachesize (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/
ahc_pci.c 990 ahc->pci_cachesize =
992 ahc->pci_cachesize *= 4;
995 && ahc->pci_cachesize == 4) {
997 ahc->pci_cachesize = 0;
ahd_pci.c 546 ahd->pci_cachesize = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
547 ahd->pci_cachesize *= 4;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 790 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {
874 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {
1095 && ahc->pci_cachesize != 0) {
1163 && ahc->pci_cachesize != 0) {
1236 && ahc->pci_cachesize != 0) {
1308 && ahc->pci_cachesize != 0) {
aic7xxx_seq.h 978 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
  /src/sys/dev/ic/
aic79xxvar.h 1226 u_int pci_cachesize; member in struct:ahd_softc
aic7xxxvar.h 1190 u_int pci_cachesize; member in struct:ahc_softc
aic7xxx.c 6307 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6308 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6309 sg_prefetch_cnt = ahc->pci_cachesize;
aic79xx.c 8307 sg_prefetch_align = ahd->pci_cachesize;

Completed in 59 milliseconds