Searched refs:hptxfsiz (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | params.c | 736 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 D | core.h | 764 u32 hptxfsiz; member
|
| H A D | hcd.c | 293 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 D | dwc2.h | 56 u32 hptxfsiz; /* 0x100 */ member
|
| H A D | dwc2.c | 273 writel(ptxfifosize, ®s->hptxfsiz); in dwc_otg_core_host_init()
|