Home
last modified time | relevance | path

Searched refs:ZR36057_ICR (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/media/zoran/
Dzr36057.h88 #define ZR36057_ICR 0x040 /* Interrupt Control Register */ macro
Dzoran_device.c349 btor(zr->card.vsync_int, ZR36057_ICR); // SW in zr36057_set_memgrab()
360 btand(~zr->card.vsync_int, ZR36057_ICR); // SW in zr36057_set_memgrab()
574 ZR36057_ICR); in jpeg_start()
703 ZR36057_ICR); in zr36057_enable_jpg()
Dzoran_driver.c879 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
886 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
943 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
954 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
965 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_stop_streaming()