/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 36 int *poff, size_t *psz, Error **errp) in fit_load_image_alloc() argument 64 if (psz) { in fit_load_image_alloc() 65 *psz = sz; in fit_load_image_alloc() 84 if (psz) { in fit_load_image_alloc() 85 *psz = uncomp_len; in fit_load_image_alloc()
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 148 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()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 82 u32 psz; member 2319 psz = baser->psz; in its_setup_baser() 2361 switch (psz) { in its_setup_baser() 2404 baser->psz = psz; in its_setup_baser() 2426 u32 psz = baser->psz; in its_parse_indirect_baser() local 2548 while (psz) { in its_probe_baser_psz() 2580 psz = SZ_4K; in its_probe_baser_psz() 2588 baser->psz = psz; in its_probe_baser_psz() 2781 psz = SZ_4K; in allocate_vpe_l2_table() 2784 psz = SZ_16K; in allocate_vpe_l2_table() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 688 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()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/ |
H A D | imx-regs.h | 483 #define WEIM_CSCR_U(sp, wp, bcd, bcs, psz, pme, sync, dol, \ argument 486 (psz) << 22 | (pme) << 21 | (sync) << 20 | (dol) << 16 | \
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | radix.h | 341 pgprot_t flags, unsigned int psz);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 474 pred_full_reg_offset(s, rm), psz, psz); in gen_gvec_fn_ppp() 485 pred_full_reg_offset(s, rn), psz, psz); in do_mov_p() 1237 unsigned psz = pred_gvec_reg_size(s); in do_pppp_flags() local 1244 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags() 1248 if (psz == 8) { in do_pppp_flags() 1272 tcg_gen_gvec_mov(0, tofs, gofs, psz, psz); in do_pppp_flags() 1275 tcg_gen_gvec_4(dofs, nofs, mofs, gofs, psz, psz, gvec_op); in do_pppp_flags() 1392 pred_full_reg_offset(s, a->rm), psz, psz); in trans_SEL_pppp() 2915 unsigned psz = pred_full_reg_size(s); in TRANS_FEAT() local 2917 if (psz <= 8) { in TRANS_FEAT() [all …]
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | mmu.c | 63 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()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/ |
H A D | imx-regs.h | 639 #define CSCR_U(sp, wp, bcd, bcs, psz, pme, sync, dol, \ argument 641 ((sp) << 31 | (wp) << 30 | (bcd) << 28 | (psz) << 22 | (pme) << 21 |\
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 822 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()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 7177 + uint8_t *psz = &p[0x52]; 7179 + while( psz < &p[p_sys->p_context->extradata_size - 8] ) 7181 + uint_fast32_t atom_size = GetDWBE( psz ); 7187 + if( !strncmp( (char*)&psz[4], "SMI ", 4 ) ) 7189 + memmove( &p[0x52], psz, 7190 + &p[p_sys->p_context->extradata_size] - psz ); 7194 + psz += atom_size;
|