Searched refs:limits (Results 1 – 14 of 14) sorted by relevance
53 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…54 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…55 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…56 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…57 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…69 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…70 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…71 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…72 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…73 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…
50 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…51 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…52 …# Length: 6; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…53 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…54 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…
56 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…57 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…58 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…59 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…60 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…74 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…75 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…76 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…77 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…78 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…
54 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…55 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…56 …# Length: 7; Unit: 1/2dB; Format: Signed; Source: Customer; Comment: The limits are applied to the…57 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…58 … Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; Comment: The limits are applied to the…
704 } limits = { variable718 … struct dsscomp_display_info *dis, struct dsscomp_dispc_limitations *limits, in omap4_hwc_can_scale() argument721 __u32 fclk = limits->fclk / 1000; in omap4_hwc_can_scale()722 __u32 min_src_w = DIV_ROUND_UP(src_w, is_2d ? limits->max_xdecim_2d : limits->max_xdecim_1d); in omap4_hwc_can_scale()723 __u32 min_src_h = DIV_ROUND_UP(src_h, is_2d ? limits->max_ydecim_2d : limits->max_ydecim_1d); in omap4_hwc_can_scale()727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale()737 if (dst_h * limits->max_downscale < min_src_h) in omap4_hwc_can_scale()742 return !(dst_w * limits->max_downscale < min_src_w); in omap4_hwc_can_scale()749 if (fclk > pclk * limits->max_downscale) in omap4_hwc_can_scale()750 fclk = pclk * limits->max_downscale; in omap4_hwc_can_scale()[all …]
77 TEEC_ImplementationLimits* limits);
921 TEEC_ImplementationLimits* limits) in TEEC_GetImplementationLimits() argument923 memset(limits, 0, sizeof(TEEC_ImplementationLimits)); in TEEC_GetImplementationLimits()926 limits->pageSize = SIZE_4KB; in TEEC_GetImplementationLimits()927 limits->tmprefMaxSize = SIZE_1MB; in TEEC_GetImplementationLimits()928 limits->sharedMemMaxSize = SIZE_1MB * 8; in TEEC_GetImplementationLimits()
604 TEEC_ImplementationLimits limits; in static_C_Call_CallForUpdate() local611 TEEC_GetImplementationLimits(&limits); in static_C_Call_CallForUpdate()617 nChunkSize = limits.tmprefMaxSize - limits.pageSize; in static_C_Call_CallForUpdate()