Home
last modified time | relevance | path

Searched refs:ctop (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/ia64/lib/
Dcopy_user.S115 br.ctop.dptk.few 1b
197 br.ctop.dptk.few 2b
243 br.ctop.dptk 1b; \
252 br.ctop.dptk 2b; \
308 br.ctop.dptk.few 5b
380 br.ctop.dptk 2b
442 br.ctop.dptk 1b
459 br.ctop.dptk 2b
578 br.ctop.dptk 2b
Dxor.S48 br.ctop.dptk.few 0b
88 br.ctop.dptk.few 0b
131 br.ctop.dptk.few 0b
179 br.ctop.dptk.few 0b
Dmemcpy.S103 br.ctop.dptk.few 1b
147 br.ctop.dptk.few 1b
284 br.ctop.dptk.few 1b; \
Dcopy_page_mck.S134 br.ctop.sptk .prefetch_loop
180 br.ctop.sptk .line_copy
Dcopy_page.S92 br.ctop.sptk.few 1b
Dmemcpy_mck.S163 br.ctop.dptk.few 1b
213 br.ctop.sptk .prefetch_loop
259 br.ctop.sptk .line_copy
510 br.ctop.dptk.few 1b;; \
Ddo_csum.S235 br.ctop.sptk 1b
/linux-4.1.27/drivers/media/platform/omap/
Domap_vout_vrfb.c301 int offset = 0, ctop = 0, cleft = 0, line_length = 0; in omap_vout_calculate_vrfb_offset() local
329 ctop = (pix->height - crop->height) - crop->top; in omap_vout_calculate_vrfb_offset()
355 *cropped_offset = offset + (line_length * ps * ctop) + in omap_vout_calculate_vrfb_offset()
359 *cropped_offset = offset + (line_length * ps * ctop) + in omap_vout_calculate_vrfb_offset()
370 temp_ps * crop->left + ctop * ps; in omap_vout_calculate_vrfb_offset()
373 temp_ps * crop->left + ctop * ps + in omap_vout_calculate_vrfb_offset()
/linux-4.1.27/arch/ia64/kernel/
Drelocate_kernel.S162 br.ctop.sptk.few 1b
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c520 int stat, btopend, ctop; in ctrl_croph_max_get() local
527 ctop = cptr->hdw->cropt_val; in ctrl_croph_max_get()
529 *height = ctop < btopend ? btopend-ctop : 0; in ctrl_croph_max_get()