Home
last modified time | relevance | path

Searched refs:totalsize (Results 1 – 15 of 15) sorted by relevance

/linux/arch/arm/mach-pxa/
H A Dam200epd.c203 int totalsize; in am200_presetup_fb() local
237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb()
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
/linux/sound/soc/sof/amd/
H A Dacp-common.c70 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in amd_get_registers()
72 xoops->arch_hdr.totalsize); in amd_get_registers()
76 offset += xoops->arch_hdr.totalsize; in amd_get_registers()
/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c36 int32_t totalsize; in fdt_get_string() local
49 totalsize = fdt_ro_probe_(fdt); in fdt_get_string()
50 err = totalsize; in fdt_get_string()
51 if (totalsize < 0) in fdt_get_string()
56 if (absoffset >= (unsigned)totalsize) in fdt_get_string()
58 len = totalsize - absoffset; in fdt_get_string()
/linux/sound/soc/sof/intel/
H A Datom.c48 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in atom_get_registers()
50 xoops->arch_hdr.totalsize); in atom_get_registers()
53 offset += xoops->arch_hdr.totalsize; in atom_get_registers()
H A Dbdw.c236 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in bdw_get_registers()
238 xoops->arch_hdr.totalsize); in bdw_get_registers()
241 offset += xoops->arch_hdr.totalsize; in bdw_get_registers()
/linux/arch/sh/kernel/cpu/
H A Dinit.c196 #define CSHAPE(totalsize, linesize, assoc) \ argument
197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c216 unsigned int totalsize = xdp->data_end - xdp->data_meta; in ixgbe_construct_skb_zc() local
223 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in ixgbe_construct_skb_zc()
227 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in ixgbe_construct_skb_zc()
228 ALIGN(totalsize, sizeof(long))); in ixgbe_construct_skb_zc()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_xsk.c269 unsigned int totalsize = xdp->data_end - xdp->data_meta; in igb_construct_skb_zc() local
276 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in igb_construct_skb_zc()
283 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in igb_construct_skb_zc()
284 ALIGN(totalsize, sizeof(long))); in igb_construct_skb_zc()
/linux/sound/soc/sof/imx/
H A Dimx-common.c39 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in imx8_get_registers()
41 xoops->arch_hdr.totalsize); in imx8_get_registers()
44 offset += xoops->arch_hdr.totalsize; in imx8_get_registers()
/linux/arch/x86/include/asm/
H A Dmicrocode.h43 unsigned int totalsize; member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c292 unsigned int totalsize = xdp->data_end - xdp->data_meta; in i40e_construct_skb_zc() local
305 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in i40e_construct_skb_zc()
309 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in i40e_construct_skb_zc()
310 ALIGN(totalsize, sizeof(long))); in i40e_construct_skb_zc()
/linux/include/sound/sof/
H A Dheader.h187 uint32_t totalsize; /* Total size of oops message */ member
/linux/scripts/
H A Dmake_fit.py322 ext_fit_size = ext_fit.totalsize()
/linux/arch/alpha/kernel/
H A Dsetup.c1154 #define CSHAPE(totalsize, linesize, assoc) \ argument
1155 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c399 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()