Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h157 uint16_t page_size; // The actual pagesize is ((this field)<<12) member
534 uint32_t page_size; // page size member
Dxhci.c2177 xhci_hc[cid].page_size = (xhci_read_op_reg32(cid, XHCI_OPS_PAGESIZE) & 0xffff) << 12; in xhci_init()
2204 uint64_t buf_vaddr = (uint64_t)kzalloc(xhci_hc[cid].page_size, 0); in xhci_init()