Searched refs:spv (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/isdn/hisax/
H A Dl3_1tr6.c83 pc->para.spv = 0; l3_1tr6_setup_req()
87 pc->para.spv = 1; l3_1tr6_setup_req()
111 if (pc->para.spv) { /* SPV ? */ l3_1tr6_setup_req()
206 pc->para.spv = 0; l3_1tr6_setup()
209 pc->para.spv = 1; l3_1tr6_setup()
481 if (pc->para.spv) { /* SPV ? */ l3_1tr6_setup_rsp()
H A Dhisax.h313 int spv; /* SPV Flag */ member in struct:Param
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispresizer.c695 * ih = (32 * spv + (oh - 1) * vrsz + 16) >> 8 + 4
698 * ih = (64 * spv + (oh - 1) * vrsz + 32) >> 8 + 7
727 * vrsz = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / (oh - 1)
730 * vrsz = ((ih - 7) * 256 + 255 - 32 - 64 * spv) / (oh - 1)
754 * min oh = ((ih - 7) * 256 - 32 - 64 * spv) / 1024 + 1
760 * max oh = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1
786 const unsigned int spv = DEFAULT_PHASE; resizer_calc_ratios() local
802 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1; resizer_calc_ratios()
804 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; resizer_calc_ratios()
808 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) resizer_calc_ratios()
811 ratio->vert = ((input->height - 7) * 256 + 255 - 32 - 64 * spv) resizer_calc_ratios()
818 + 32 * spv + 16; resizer_calc_ratios()
822 + 64 * spv + 32; resizer_calc_ratios()
1188 const unsigned int spv = DEFAULT_PHASE; resizer_try_crop() local
1197 ((32 * spv + (source->height - 1) * 64 + 16) >> 8) + 4; resizer_try_crop()
1201 ((64 * spv + (source->height - 1) * 1024 + 32) >> 8) + 7; resizer_try_crop()

Completed in 182 milliseconds