Searched refs:sps (Results 1 – 9 of 9) sorted by relevance
25 PPCHash64SegmentPageSizes *sps = &cpu->hash64_opts->sps[i]; in ppc_create_page_sizes_prop() local27 if (!sps->page_shift) { in ppc_create_page_sizes_prop()31 if (sps->enc[count].page_shift == 0) { in ppc_create_page_sizes_prop()38 *(p++) = cpu_to_be32(sps->page_shift); in ppc_create_page_sizes_prop()39 *(p++) = cpu_to_be32(sps->slb_enc); in ppc_create_page_sizes_prop()42 *(p++) = cpu_to_be32(sps->enc[j].page_shift); in ppc_create_page_sizes_prop()43 *(p++) = cpu_to_be32(sps->enc[j].pte_enc); in ppc_create_page_sizes_prop()
245 const PPCHash64SegmentPageSizes *sps = NULL; in ppc_store_slb() local262 const PPCHash64SegmentPageSizes *sps1 = &cpu->hash64_opts->sps[i]; in ppc_store_slb()269 sps = sps1; in ppc_store_slb()274 if (!sps) { in ppc_store_slb()283 slb->sps = sps; in ppc_store_slb()598 static unsigned hpte_page_shift(const PPCHash64SegmentPageSizes *sps, in hpte_page_shift() argument604 if (sps->page_shift != 12) { in hpte_page_shift()613 const PPCHash64PageSize *ps = &sps->enc[i]; in hpte_page_shift()648 const PPCHash64SegmentPageSizes *sps, in ppc_hash64_pteg_search() argument679 *pshift = hpte_page_shift(sps, pte0, pte1); in ppc_hash64_pteg_search()[all …]
159 PPCHash64SegmentPageSizes sps[PPC_PAGE_SIZES_MAX_SZ]; member
404 const PPCHash64SegmentPageSizes *sps; member
43 + dirs = sps->dirs;
218 bool sps = !!(s->regs[R_SPI_CONTROL] & C_SPS); in spi_flush_txfifo() local253 if (!sps) { in spi_flush_txfifo()
1612 avctx->profile = ps->sps->ptl.general_ptl.profile_idc;1613 avctx->level = ps->sps->ptl.general_ptl.level_idc;1615 + if (ps->sps->chroma_format_idc == 1) {1616 + avctx->chroma_sample_location = ps->sps->vui.chroma_loc_info_present_flag ?1617 + ps->sps->vui.chroma_sample_loc_type_top_field + 1 :1620 + else if (ps->sps->chroma_format_idc == 2 ||1621 + ps->sps->chroma_format_idc == 3) {1652 - frame->ctb_count = s->ps.sps->ctb_width * s->ps.sps->ctb_height;1660 + frame->ctb_count = s->ps.sps->ctb_width * s->ps.sps->ctb_height;1692 ff_set_sar(avctx, sps->vui.sar);[all …]
[all...]