Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c675 const uint32_t iman0 = xhci_read_intr_reg32(cid, 0, XHCI_IR_MAN); in xhci_hc_irq_handler() local
678 if (((iman0 & 3) == 3) || (dequeue_reg & 8)) // 中断被启用,且pending不为0 in xhci_hc_irq_handler()
682 xhci_write_intr_reg32(cid, 0, XHCI_IR_MAN, iman0 | 3); in xhci_hc_irq_handler()
1996 const uint32_t iman0 = xhci_read_intr_reg32(id, 0, XHCI_IR_MAN); in xhci_send_command() local