Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-caps.h69 #define RTSOFF_MASK (~0x1f) macro
Dxhci-debugfs.c673 readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK, in xhci_debugfs_init()
Dxhci.c5227 (readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK); in xhci_gen_setup()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h96 #define RTSOFF_MASK GENMASK(31, 5) macro
Dcdnsp-gadget.c1792 (readl(&pdev->cap_regs->run_regs_off) & RTSOFF_MASK); in cdnsp_gen_setup()