Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dinternal.h64 #define XHCI_PORT_REGISTER_OFFSET(__port_id) (XHCI_OPS_PRS + 16 * (__port_id))
Dxhci.h120 #define XHCI_OPS_PRS 0x400 // Port register sets macro
Dxhci.c784 uint64_t port_status_offset = XHCI_OPS_PRS + port * 16; in xhci_reset_port()