Searched refs:elems_a (Results 1 – 8 of 8) sorted by relevance
20 unsigned int elems_a = ISP_VEC_NELEMS, i; in ia_css_ref_config() local27 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_ref_config()32 to->port_b.elems = elems_a; in ia_css_ref_config()47 if (elems_a % to->port_b.elems != 0) in ia_css_ref_config()
34 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_crop_config() local41 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_crop_config()44 if (elems_a % to->port_b.elems != 0) in ia_css_crop_config()
26 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_qplane_config() local33 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_qplane_config()36 if (elems_a % to->port_b.elems != 0) in ia_css_qplane_config()
52 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_fpn_config() local59 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_fpn_config()62 if (elems_a % to->port_b.elems != 0) in ia_css_fpn_config()
69 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_tnr_config() local76 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_tnr_config()84 if (elems_a % to->port_b.elems != 0) in ia_css_tnr_config()
62 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_raw_config() local76 (elems_a % to->port_b.elems == 0)); in ia_css_raw_config()78 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_raw_config()
24 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_vf_config() local35 to->dma.width_a_over_b = elems_a / to->dma.port_b.elems; in ia_css_vf_config()38 if (elems_a % to->dma.port_b.elems != 0) in ia_css_vf_config()
50 unsigned int elems_a = ISP_VEC_NELEMS; in ia_css_output_config() local57 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_output_config()63 if (elems_a % to->port_b.elems != 0) in ia_css_output_config()
Completed in 12 milliseconds