Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/zoran/
H A Dzr36057.h93 #define ZR36057_ICR_INT_PIN_EN BIT(24) macro
H A Dzoran_driver.c823 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
830 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_set_buf()
889 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
900 btor(ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_start_streaming()
911 btand(~ZR36057_ICR_INT_PIN_EN, ZR36057_ICR); in zr_vb2_stop_streaming()
H A Dzoran_device.c576 btwrite(zr->card.jpeg_int | ZR36057_ICR_JPEG_REP_IRQ | ZR36057_ICR_INT_PIN_EN, in jpeg_start()