Searched refs:HPTXFSIZ (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core.c | 766 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers() 768 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
|
H A D | hw.h | 403 #define HPTXFSIZ HSOTG_REG(0x100) macro
|
H A D | debugfs.c | 365 dump_register(HPTXFSIZ),
|
H A D | hcd.c | 288 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos() 294 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos() 296 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos() 5430 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers() 5474 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
|
H A D | params.c | 840 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 805 if (addr != HPTXFSIZ) { in dwc2_fszreg_read() 825 if (addr != HPTXFSIZ) { in dwc2_fszreg_write()
|
H A D | trace-events | 220 usb_dwc2_fszreg_read(uint64_t addr, uint32_t val) " 0x%04" PRIx64 " HPTXFSIZ val 0x%08x" 221 …4_t addr, uint64_t val, uint32_t old, uint64_t result) "0x%04" PRIx64 " HPTXFSIZ val 0x%08" PRIx6…
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 427 #define HPTXFSIZ HSOTG_REG(0x100) macro
|