Searched refs:download_consts (Results 1 – 2 of 2) sorted by relevance
6291 uint8_t download_consts[7]; in ahc_loadseq() local6303 download_consts[QOUTFIFO_OFFSET] = 0; in ahc_loadseq()6305 download_consts[QOUTFIFO_OFFSET] += 32; in ahc_loadseq()6306 download_consts[QINFIFO_OFFSET] = download_consts[QOUTFIFO_OFFSET] + 1; in ahc_loadseq()6307 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()6308 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()6312 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahc_loadseq()6313 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1); in ahc_loadseq()6314 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1); in ahc_loadseq()6352 ahc_download_instr(ahc, i, download_consts); in ahc_loadseq()
8271 uint8_t download_consts[DOWNLOAD_CONST_COUNT]; in ahd_loadseq() local8345 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahd_loadseq()8346 download_consts[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit; in ahd_loadseq()8347 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1); in ahd_loadseq()8348 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1); in ahd_loadseq()8349 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()8350 download_consts[PKT_OVERRUN_BUFOFFSET] = in ahd_loadseq()8352 download_consts[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN; in ahd_loadseq()8389 ahd_download_instr(ahd, i, download_consts); in ahd_loadseq()