Home
last modified time | relevance | path

Searched refs:DWC3_GLOBALS_REGS_START (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Dio.h28 value = readl(base + offset - DWC3_GLOBALS_REGS_START); in dwc3_readl()
35 trace_dwc3_readl(base - DWC3_GLOBALS_REGS_START, offset, value); in dwc3_readl()
47 writel(value, base + offset - DWC3_GLOBALS_REGS_START); in dwc3_writel()
54 trace_dwc3_writel(base - DWC3_GLOBALS_REGS_START, offset, value); in dwc3_writel()
H A Dcore.c1940 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_probe()
1946 dwc_res.start -= DWC3_GLOBALS_REGS_START; in dwc3_probe()
H A Ddebugfs.c1020 dwc->regset->base = dwc->regs - DWC3_GLOBALS_REGS_START; in dwc3_debugfs_init()
H A Dcore.h80 #define DWC3_GLOBALS_REGS_START 0xc100 macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dio.h25 unsigned long offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_readl()
40 unsigned long offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_writel()
H A Ddwc3-generic.c54 dwc3->regs += DWC3_GLOBALS_REGS_START; in dwc3_generic_peripheral_probe()
H A Dcore.h61 #define DWC3_GLOBALS_REGS_START 0xc100 macro
H A Dcore.c637 DWC3_GLOBALS_REGS_START); in dwc3_uboot_init()