Home
last modified time | relevance | path

Searched refs:RTSOFF_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-caps.h69 #define RTSOFF_MASK (~0x1f) macro
H A Dxhci.c5296 (readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK); in xhci_gen_setup()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h96 #define RTSOFF_MASK GENMASK(31, 5) macro
H A Dcdnsp-gadget.c1793 (readl(&pdev->cap_regs->run_regs_off) & RTSOFF_MASK); in cdnsp_gen_setup()