Searched refs:INTR_MASK (Results 1 – 14 of 14) sorted by relevance
51 #define INTR_MASK ((uint16_t)0xC000) macro219 tmpreg &= INTR_MASK; in I2C_Init()
51 #define INTR_MASK ((uint16_t)0xC000) macro207 tmpreg &= INTR_MASK; in I2C_Init()
102 #define INTR_MASK ((u16)0xC000) macro
663 ehci_writel(ehci, INTR_MASK, in ehci_run()737 masked_status = status & (INTR_MASK | STS_FLR); in ehci_irq_handler()1185 int mask = INTR_MASK; in ehci_resume()
234 mask = INTR_MASK; in sunxi_insmod_ehci()
34 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT) macro
105 i2c->IC_INTR_MASK &= INTR_MASK; in I2C_Init()
150 ptr->INTR_MASK |= mask; in enet_mask_interrupt_event()
27 __RW uint32_t INTR_MASK; /* 0x3C: Interrupt Mask Register */ member
Completed in 130 milliseconds