Home
last modified time | relevance | path

Searched refs:y_len (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c417 unsigned int aligned_pitch, aligned_height, y_len, yuv_len; in config_ref_registers() local
432 y_len = aligned_height * aligned_pitch; in config_ref_registers()
433 yuv_len = (y_len * 3) / 2; in config_ref_registers()
438 writel_relaxed(RKVDEC_VP9_REF_YSTRIDE(y_len / 16), in config_ref_registers()
519 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len; in config_registers() local
559 y_len = aligned_height * aligned_pitch; in config_registers()
560 uv_len = y_len / 2; in config_registers()
561 yuv_len = y_len + uv_len; in config_registers()
566 writel_relaxed(RKVDEC_Y_VIRSTRIDE(y_len / 16), in config_registers()
/linux/drivers/dma/
H A Ddma-axi-dmac.c114 u32 y_len; member
306 axi_dmac_write(dmac, AXI_DMAC_REG_Y_LENGTH, sg->hw->y_len); in axi_dmac_start_transfer()
322 return (sg->hw->x_len + 1) * (sg->hw->y_len + 1); in axi_dmac_total_sg_bytes()
604 sg->hw->y_len = 0; in axi_dmac_fill_linear_sg()
615 sg->hw->y_len = 0; in axi_dmac_fill_linear_sg()
762 desc->sg[0].hw->y_len = xt->numf - 1; in axi_dmac_prep_interleaved()
765 desc->sg[0].hw->y_len = 0; in axi_dmac_prep_interleaved()
/linux/include/linux/
H A Dccp.h533 unsigned int y_len; /* In bytes */ member
/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c911 __be16 y_len; /* bytes for Y axis */ member
1052 unsigned int y_len = be16_to_cpu(packet->y_len); in nexio_read_data() local
1073 usbtouch->type->max_yc = 2 * y_len; in nexio_read_data()
/linux/drivers/crypto/ccp/
H A Dccp-ops.c2281 (ecc->u.pm.point_1.y_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd()
2288 (ecc->u.pm.point_2.y_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd()
2304 (ecc->u.pm.result.y_len < CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd()
2339 ecc->u.pm.point_1.y_len); in ccp_run_ecc_pm_cmd()
2356 ecc->u.pm.point_2.y_len); in ccp_run_ecc_pm_cmd()