Lines Matching refs:download_consts
6291 uint8_t download_consts[7];
6303 download_consts[QOUTFIFO_OFFSET] = 0;
6305 download_consts[QOUTFIFO_OFFSET] += 32;
6306 download_consts[QINFIFO_OFFSET] = download_consts[QOUTFIFO_OFFSET] + 1;
6307 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6308 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6312 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
6313 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
6314 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1);
6352 ahc_download_instr(ahc, i, download_consts);