Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/atmel/
Datmel-isi.c115 u16 width_flags; /* max 12 bits */ member
1248 isi->width_flags = 1 << 7; in atmel_isi_probe()
1250 isi->width_flags |= 1 << 9; in atmel_isi_probe()
/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c717 u16 width_flags; /* max 10 bits */ member
1253 if ((1 << (buswidth - 1)) & pcdev->width_flags) in test_platform_param()
2415 pcdev->width_flags = 1 << 7; in pxa_camera_probe()
2417 pcdev->width_flags |= 1 << 8; in pxa_camera_probe()
2419 pcdev->width_flags |= 1 << 9; in pxa_camera_probe()