Searched refs:stored_swath_bytes (Results 1 – 8 of 8) sorted by relevance
229 …if ((double) rq_param->misc.rq_l.stored_swath_bytes / (double) rq_param->misc.rq_c.stored_swath_by… in extract_rq_regs()247 …("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swath_bytes); in extract_rq_regs()248 …("DML_DLG: %s: rq_c.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_c.stored_swath_bytes); in extract_rq_regs()337 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()338 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split()342 …("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swath_bytes); in handle_det_buf_split()343 …("DML_DLG: %s: rq_c.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_c.stored_swath_bytes); in handle_det_buf_split()
222 if ((double) rq_param->misc.rq_l.stored_swath_bytes in extract_rq_regs()223 / (double) rq_param->misc.rq_c.stored_swath_bytes <= 1.5) { in extract_rq_regs()290 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()291 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split()
202 if ((double) rq_param->misc.rq_l.stored_swath_bytes in extract_rq_regs()203 / (double) rq_param->misc.rq_c.stored_swath_bytes <= 1.5) { in extract_rq_regs()274 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()275 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split()
259 if ((double) rq_param->misc.rq_l.stored_swath_bytes in dml1_extract_rq_regs()260 / (double) rq_param->misc.rq_c.stored_swath_bytes <= 1.5) { in dml1_extract_rq_regs()341 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()342 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split()
117 rq_misc_param->stored_swath_bytes); in print__data_rq_misc_params_st()
389 unsigned int stored_swath_bytes; member
147 if ((double)rq_param->misc.rq_l.stored_swath_bytes in extract_rq_regs()148 / (double)rq_param->misc.rq_c.stored_swath_bytes <= 1.5) { in extract_rq_regs()234 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()235 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split()
Completed in 30 milliseconds