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() 351 dump_register(GNPTXSTS),
|
D | core.c | 727 addr = hsotg->regs + GNPTXSTS; in dwc2_dump_global_registers() 729 (unsigned long)addr, dwc2_readl(hsotg, GNPTXSTS)); in dwc2_dump_global_registers()
|
D | hw.h | 179 #define GNPTXSTS HSOTG_REG(0x02C) macro
|
D | hcd.c | 872 nptxsts = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hc_halt() 2999 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3022 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3059 tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_process_non_periodic_channels() 3966 np_tx_status = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hcd_dump_state()
|
D | gadget.c | 508 u32 gnptxsts = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hsotg_write_fifo() 3749 dwc2_readl(hsotg, GNPTXSTS)); in dwc2_hsotg_irq()
|