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

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

Completed in 135 milliseconds