Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h209 #define XHCI_PAGE_SIZE_MASK 0xffff macro
H A Dxhci.c468 page_size = readl(&xhci->op_regs->page_size) & XHCI_PAGE_SIZE_MASK; in xhci_hcd_page_size()