Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h316 #define XHCI_IR_MAN 0x00 // Interrupter Management Register macro
Dxhci.c675 const uint32_t iman0 = xhci_read_intr_reg32(cid, 0, XHCI_IR_MAN); in xhci_hc_irq_handler()
682 xhci_write_intr_reg32(cid, 0, XHCI_IR_MAN, iman0 | 3); in xhci_hc_irq_handler()
1924 xhci_write_intr_reg32(id, 0, XHCI_IR_MAN, 0x3); // 使能中断并清除pending位(这个pending位是写入1就清0的) in xhci_hc_init_intr()
1996 const uint32_t iman0 = xhci_read_intr_reg32(id, 0, XHCI_IR_MAN); in xhci_send_command()