Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
A Dirq-gic-v3-its.c80 u32 psz; member
2299 psz = baser->psz; in its_setup_baser()
2341 switch (psz) { in its_setup_baser()
2382 baser->psz = psz; in its_setup_baser()
2404 u32 psz = baser->psz; in its_parse_indirect_baser() local
2526 while (psz) { in its_probe_baser_psz()
2558 psz = SZ_4K; in its_probe_baser_psz()
2566 baser->psz = psz; in its_probe_baser_psz()
2752 psz = SZ_4K; in allocate_vpe_l2_table()
2755 psz = SZ_16K; in allocate_vpe_l2_table()
[all …]
/linux/arch/sh/kernel/cpu/sh4/
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/
A 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/arch/powerpc/include/asm/book3s/64/
A Dradix.h296 pgprot_t flags, unsigned int psz);
/linux/arch/riscv/kvm/
A Dmmu.c64 unsigned long psz = 1UL << 12; in stage2_page_size_to_level() local
67 if (page_size == (psz << (i * stage2_index_bits))) { in stage2_page_size_to_level()
/linux/drivers/net/ethernet/qlogic/qed/
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()

Completed in 31 milliseconds