Searched refs:INTERRUPT_ENABLE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 19 #define INTERRUPT_ENABLE (1 << 2) macro 22 #define DESCRIPTOR_FLAG_MSK (END_OF_CHAIN | INTERRUPT_ENABLE | WRITE_TO_PCI) 258 (to_pci ? WRITE_TO_PCI : 0) | INTERRUPT_ENABLE; in descriptor_list_create() 279 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN; in descriptor_list_chain() 282 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain() 306 d->next_l |= INTERRUPT_ENABLE; in descriptor_list_interrupt_enable() 313 d->next_l &= ~INTERRUPT_ENABLE; in descriptor_list_interrupt_disable()
|
/Linux-v6.6/drivers/media/pci/ddbridge/ |
D | ddbridge-main.c | 55 ddbwritel(dev, 0, INTERRUPT_ENABLE); in ddb_irq_disable() 117 ddbwritel(dev, 0x00000000, INTERRUPT_ENABLE); in ddb_irq_init() 154 ddbwritel(dev, 0x0fffff00, INTERRUPT_ENABLE); in ddb_irq_init() 157 ddbwritel(dev, 0x0fffff0f, INTERRUPT_ENABLE); in ddb_irq_init()
|
D | ddbridge-regs.h | 37 #define INTERRUPT_ENABLE (INTERRUPT_BASE + 0x00) macro
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-axxia.c | 33 #define INTERRUPT_ENABLE 0x08 macro 246 writel(0x01, idev->base + INTERRUPT_ENABLE); in axxia_i2c_init() 687 writel(INT_MST | INT_SLV, idev->base + INTERRUPT_ENABLE); in axxia_i2c_reg_slave() 712 writel(INT_MST, idev->base + INTERRUPT_ENABLE); in axxia_i2c_unreg_slave()
|