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 Dparams.c736 u32 hptxfsiz; in dwc2_get_host_hwparams() local
744 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
748 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
H A Dcore.h764 u32 hptxfsiz; member
H A Dhcd.c293 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local
324 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos()
326 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos()
329 dwc2_writel(hsotg, hptxfsiz, 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()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h56 u32 hptxfsiz; /* 0x100 */ member
H A Ddwc2.c273 writel(ptxfifosize, &regs->hptxfsiz); in dwc_otg_core_host_init()