Home
last modified time | relevance | path

Searched refs:b64 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/lib/
H A Dcrc-t10dif-core.S90 .macro pmull16x64_p64, a16, b64, c64
91 pmull2 \c64\().1q, \a16\().2d, \b64\().2d
92 pmull \b64\().1q, \a16\().1d, \b64\().1d
148 .macro pmull16x64_p8, a16, b64, c64
149 ext t7.16b, \b64\().16b, \b64\().16b, #1
151 uzp1 t7.16b, \b64\().16b, t7.16b
153 ext \b64\().16b, t4.16b, t4.16b, #15
/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1048 struct v4l2_buffer *b64 = arg; in v4l2_compat_get_array_args() local
1052 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_get_array_args()
1053 u32 num_planes = b64->length; in v4l2_compat_get_array_args()
1059 err = get_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_get_array_args()
1118 struct v4l2_buffer *b64 = arg; in v4l2_compat_put_array_args() local
1122 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_put_array_args()
1123 u32 num_planes = b64->length; in v4l2_compat_put_array_args()
1129 err = put_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_put_array_args()