Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.c766 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
768 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
H A Dhw.h403 #define HPTXFSIZ HSOTG_REG(0x100) macro
H A Ddebugfs.c365 dump_register(HPTXFSIZ),
H A Dhcd.c288 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 Dparams.c840 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c805 if (addr != HPTXFSIZ) { in dwc2_fszreg_read()
825 if (addr != HPTXFSIZ) { in dwc2_fszreg_write()
H A Dtrace-events220 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 Ddwc2-regs.h427 #define HPTXFSIZ HSOTG_REG(0x100) macro