Home
last modified time | relevance | path

Searched refs:INTERRUPT_ENABLE (Results 1 – 4 of 4) sorted by relevance

/drivers/media/pci/cobalt/
Dcobalt-omnitek.c31 #define INTERRUPT_ENABLE (1 << 2) macro
34 #define DESCRIPTOR_FLAG_MSK (END_OF_CHAIN | INTERRUPT_ENABLE | WRITE_TO_PCI)
270 (to_pci ? WRITE_TO_PCI : 0) | INTERRUPT_ENABLE; in descriptor_list_create()
291 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN; in descriptor_list_chain()
294 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain()
318 d->next_l |= INTERRUPT_ENABLE; in descriptor_list_interrupt_enable()
325 d->next_l &= ~INTERRUPT_ENABLE; in descriptor_list_interrupt_disable()
/drivers/media/pci/ddbridge/
Dddbridge-regs.h47 #define INTERRUPT_ENABLE (INTERRUPT_BASE + 0x00) macro
Dddbridge-core.c1547 ddbwritel(0, INTERRUPT_ENABLE); in ddb_remove()
1607 ddbwritel(0xfff0f, INTERRUPT_ENABLE); in ddb_probe()
/drivers/i2c/busses/
Di2c-axxia.c34 #define INTERRUPT_ENABLE 0x08 macro
204 writel(0x01, idev->base + INTERRUPT_ENABLE); in axxia_i2c_init()