Home
last modified time | relevance | path

Searched refs:u32_value (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c181 u32 u32_value; in ctrl_set_value() local
186 u32_value = ctrl->val; in ctrl_set_value()
190 &u32_value, sizeof(u32_value)); in ctrl_set_value()
197 u32 u32_value; in ctrl_set_iso() local
212 u32_value = dev->iso; in ctrl_set_iso()
214 u32_value = 0; in ctrl_set_iso()
218 &u32_value, sizeof(u32_value)); in ctrl_set_iso()
242 u32 u32_value; in ctrl_set_rotate() local
247 u32_value = ((ctrl->val % 360) / 90) * 90; in ctrl_set_rotate()
251 &u32_value, sizeof(u32_value)); in ctrl_set_rotate()
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxsimage110 WRITE.n u32_address u32_value
111 - Write the "u32_value" to the "u32_address" address.
113 ORR.n u32_address u32_value
114 - Read the "u32_address", perform a bitwise-OR with the "u32_value" and
117 ANDC.n u32_address u32_value
119 "u32_value" and write the result back to "u32_address".
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h146 u32 u32_value; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h160 u32 u32_value; member