Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.c862 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
864 (unsigned long)addr, dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_dump_global_registers()
H A Dhw.h432 #define HPTXFSIZ HSOTG_REG(0x100) macro
H A Dparams.c744 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
H A Dhcd.c323 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
329 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos()
331 dwc2_readl(hsotg, HPTXFSIZ)); in dwc2_config_fifos()
5357 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5394 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
H A Ddebugfs.c365 dump_register(HPTXFSIZ),