Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/kernel/cpu/sh4/
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-5.19.10/drivers/irqchip/
Dirq-gic-v3-its.c84 u32 psz; member
2299 u32 alloc_pages, psz; in its_setup_baser() local
2303 psz = baser->psz; in its_setup_baser()
2304 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
2310 order = get_order(GITS_BASER_PAGES_MAX * psz); in its_setup_baser()
2324 if (psz != SZ_64K) { in its_setup_baser()
2325 pr_err("ITS: no 52bit PA support when psz=%d\n", psz); in its_setup_baser()
2345 switch (psz) { in its_setup_baser()
2386 baser->psz = psz; in its_setup_baser()
2394 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser()
[all …]
/linux-5.19.10/drivers/usb/gadget/udc/
Dmax3420_udc.c690 int done, length, psz; in max3420_do_data() local
699 psz = ep->ep_usb.maxpacket; in max3420_do_data()
701 length = min(length, psz); in max3420_do_data()
713 if (length < psz) in max3420_do_data()
716 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in max3420_do_data()
717 length = min(length, psz); in max3420_do_data()
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dradix.h302 pgprot_t flags, unsigned int psz);
/linux-5.19.10/arch/riscv/kvm/
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-5.19.10/drivers/net/ethernet/qlogic/qed/
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()