Home
last modified time | relevance | path

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

/drivers/media/pci/zoran/
Dzoran_device.c606 btwrite(IRQ_MASK, ZR36057_ISR); // Clear Interrupts in zr36057_set_memgrab()
885 if ((isr = btread(ZR36057_ISR) & 0x78000000)) { in count_reset_interrupt()
887 btwrite(ZR36057_ISR_GIRQ1, ZR36057_ISR); in count_reset_interrupt()
891 btwrite(ZR36057_ISR_GIRQ0, ZR36057_ISR); in count_reset_interrupt()
895 btwrite(ZR36057_ISR_CodRepIRQ, ZR36057_ISR); in count_reset_interrupt()
899 btwrite(ZR36057_ISR_JPEGRepIRQ, ZR36057_ISR); in count_reset_interrupt()
921 btwrite(IRQ_MASK, ZR36057_ISR); in jpeg_start()
1063 ZR36057_ISR); in zr36057_enable_jpg()
1587 btwrite(IRQ_MASK, ZR36057_ISR); // Clears interrupts in zoran_init_hardware()
Dzr36057.h96 #define ZR36057_ISR 0x03c /* Interrupt Status Register */ macro
Dzoran_card.c964 btwrite(0x78000000, ZR36057_ISR); in test_interrupts()