Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic79xx_pci.c357 ahd->pci_cachesize = in ahd_pci_config()
360 ahd->pci_cachesize *= 4; in ahd_pci_config()
A Daic7xxx_pci.c842 ahc->pci_cachesize = in ahc_pci_config()
845 ahc->pci_cachesize *= 4; in ahc_pci_config()
848 && ahc->pci_cachesize == 4) { in ahc_pci_config()
852 ahc->pci_cachesize = 0; in ahc_pci_config()
A Daic7xxx.h1058 u_int pci_cachesize; member
A Daic7xxx.seq787 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {
871 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) {
1305 && ahc->pci_cachesize != 0) {
A Daic79xx.h1213 u_int pci_cachesize; member
A Daic7xxx_core.c6811 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()
6812 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()
6813 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
A Daic7xxx_seq.h_shipped969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
A Daic79xx_core.c9308 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()

Completed in 45 milliseconds