Searched refs:width_flags (Results 1 – 3 of 3) sorted by relevance
105 u16 width_flags; /* max 15 bits */ member557 if (buswidth > fls(mx3_cam->width_flags)) in test_platform_param()1183 mx3_cam->width_flags = 1 << 3; in mx3_camera_probe()1185 mx3_cam->width_flags |= 1 << 7; in mx3_camera_probe()1187 mx3_cam->width_flags |= 1 << 9; in mx3_camera_probe()1189 mx3_cam->width_flags |= 1 << 14; in mx3_camera_probe()
90 u16 width_flags; /* max 12 bits */ member638 if ((1 << (buswidth - 1)) & isi->width_flags) in isi_camera_try_bus_param()1016 isi->width_flags = 1 << 7; in atmel_isi_probe()1018 isi->width_flags |= 1 << 9; in atmel_isi_probe()
218 u16 width_flags; /* max 10 bits */ member1022 if ((1 << (buswidth - 1)) & pcdev->width_flags) in test_platform_param()1763 pcdev->width_flags = 1 << 7; in pxa_camera_probe()1765 pcdev->width_flags |= 1 << 8; in pxa_camera_probe()1767 pcdev->width_flags |= 1 << 9; in pxa_camera_probe()