Searched refs:GNPTXSTS (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/dwc2/ |
D | debugfs.c | 148 dwc2_readl(hsotg, GNPTXSTS), in state_show() 350 dump_register(GNPTXSTS),
|
D | core.c | 798 addr = hsotg->regs + GNPTXSTS; in dwc2_dump_global_registers() 800 (unsigned long)addr, dwc2_readl(hsotg, GNPTXSTS)); in dwc2_dump_global_registers()
|
D | hw.h | 201 #define GNPTXSTS HSOTG_REG(0x02C) macro
|
D | hcd.c | 907 nptxsts = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hc_halt() 3027 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3050 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3087 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3941 np_tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hcd_dump_state()
|
D | gadget.c | 496 u32 gnptxsts = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hsotg_write_fifo() 3679 dwc2_readl(hsotg, GNPTXSTS)); in dwc2_hsotg_irq()
|