Home
last modified time | relevance | path

Searched refs:psz (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c83 u32 psz; member
2304 u32 alloc_pages, psz; in its_setup_baser() local
2308 psz = baser->psz; in its_setup_baser()
2309 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
2315 order = get_order(GITS_BASER_PAGES_MAX * psz); in its_setup_baser()
2329 if (psz != SZ_64K) { in its_setup_baser()
2330 pr_err("ITS: no 52bit PA support when psz=%d\n", psz); in its_setup_baser()
2350 switch (psz) { in its_setup_baser()
2393 baser->psz = psz; in its_setup_baser()
2401 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser()
[all …]
/linux/arch/sh/kernel/cpu/sh4/
H A Dsq.c148 unsigned int psz; in sq_remap() local
183 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in sq_remap()
186 psz, psz == 1 ? " " : "s", in sq_remap()
/linux/drivers/usb/gadget/udc/
H A Dmax3420_udc.c688 int done, length, psz; in max3420_do_data() local
697 psz = ep->ep_usb.maxpacket; in max3420_do_data()
699 length = min(length, psz); in max3420_do_data()
711 if (length < psz) in max3420_do_data()
714 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in max3420_do_data()
715 length = min(length, psz); in max3420_do_data()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dradix.h341 pgprot_t flags, unsigned int psz);
/linux/arch/riscv/kvm/
H A Dmmu.c63 unsigned long psz = 1UL << 12; in gstage_page_size_to_level() local
66 if (page_size == (psz << (i * gstage_index_bits))) { in gstage_page_size_to_level()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c822 u32 conn_num, total_size, ent_per_page, psz, i; in qed_cxt_src_t2_alloc() local
843 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in qed_cxt_src_t2_alloc()
845 p_t2->num_pages = DIV_ROUND_UP(total_size, psz); in qed_cxt_src_t2_alloc()
856 rc = qed_cxt_t2_alloc_pages(p_hwfn, p_t2, total_size, psz); in qed_cxt_src_t2_alloc()
863 ent_per_page = psz / sizeof(struct src_ent); in qed_cxt_src_t2_alloc()