Home
last modified time | relevance | path

Searched refs:hcchar (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/dwc2/
A Dhcd.c408 u32 hcchar; in dwc2_dump_channel_info() local
424 hcchar, hcsplt); in dwc2_dump_channel_info()
655 u32 hcchar; in dwc2_hc_init() local
911 hcchar); in dwc2_hc_halt()
1142 u32 hcchar; in dwc2_hc_do_ping() local
1197 u32 hcchar; in dwc2_hc_start_transfer() local
1410 u32 hcchar; in dwc2_hc_start_transfer_ddma() local
1531 hcchar); in dwc2_hc_continue_transfer()
1546 &hcchar); in dwc2_hc_continue_transfer()
1668 u32 hcchar; in dwc2_hcd_cleanup_channels() local
[all …]
A Dhcd_intr.c1526 u32 hcchar; in dwc2_hc_ahberr_intr() local
1539 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_hc_ahberr_intr()
1545 dev_err(hsotg->dev, " hcchar 0x%08x, hcsplt 0x%08x\n", hcchar, hcsplt); in dwc2_hc_ahberr_intr()
1745 u32 hcchar; in dwc2_halt_status_ok() local
1755 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_halt_status_ok()
1764 chnum, hcchar, hctsiz); in dwc2_halt_status_ok()
1782 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_halt_status_ok()
1783 if (hcchar & HCCHAR_CHDIS) { in dwc2_halt_status_ok()
1786 __func__, hcchar); in dwc2_halt_status_ok()
A Dcore.h757 u32 hcchar[MAX_EPS_CHANNELS]; member
/drivers/usb/host/
A Docteon-hcd.c1296 union cvmx_usbcx_hccharx hcchar; in cvmx_usb_fill_tx_fifo() local
1302 hcchar.u32 = cvmx_usb_read_csr32(usb, in cvmx_usb_fill_tx_fifo()
1304 if (hcchar.s.epdir != CVMX_USB_DIRECTION_OUT) in cvmx_usb_fill_tx_fifo()
1322 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo()
1323 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo()

Completed in 25 milliseconds