Searched refs:u32_value (Results 1 – 2 of 2) sorted by relevance
175 u32 u32_value; in ctrl_set_value() local180 u32_value = ctrl->val; in ctrl_set_value()184 &u32_value, sizeof(u32_value)); in ctrl_set_value()191 u32 u32_value; in ctrl_set_iso() local206 u32_value = dev->iso; in ctrl_set_iso()208 u32_value = 0; in ctrl_set_iso()212 &u32_value, sizeof(u32_value)); in ctrl_set_iso()236 u32 u32_value; in ctrl_set_rotate() local241 u32_value = ((ctrl->val % 360) / 90) * 90; in ctrl_set_rotate()245 &u32_value, sizeof(u32_value)); in ctrl_set_rotate()[all …]
110 WRITE.n u32_address u32_value111 - Write the "u32_value" to the "u32_address" address.113 ORR.n u32_address u32_value114 - Read the "u32_address", perform a bitwise-OR with the "u32_value" and117 ANDC.n u32_address u32_value119 "u32_value" and write the result back to "u32_address".