Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.h115 #define XHCI_OPS_PAGESIZE 0x08 // Page size macro
Dxhci.c2179 xhci_hc[cid].page_size = (xhci_read_op_reg32(cid, XHCI_OPS_PAGESIZE) & 0xffff) << 12; in xhci_init()