Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h153 #define RTSOFF_MASK (~0x1f) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c543 val &= RTSOFF_MASK; in xhci_mem_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-debugfs.c672 readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK, in xhci_debugfs_init()
H A Dxhci.h132 #define RTSOFF_MASK (~0x1f) macro
H A Dxhci.c5269 (readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK); in xhci_gen_setup()