Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_driver.c883 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
890 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
948 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
959 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
970 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_stop_streaming()
H A Dzr36057.h93 #define ZR36057_ICR_INT_PIN_EN BIT(24) macro
H A Dzoran_device.c638 btwrite(zr->card.jpeg_int | ZR36057_ICR_JPEG_REP_IRQ | ZR36057_ICR_INT_PIN_EN, in jpeg_start()