Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Ds3c-hsotg.h157 #define HPTXFSIZ HSOTG_REG(0x100) macro
/drivers/staging/dwc2/
Dcore.c539 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
545 writel(ptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_config_fifos()
547 readl(hsotg->regs + HPTXFSIZ)); in dwc2_config_fifos()
558 hptxfsiz = readl(hsotg->regs + HPTXFSIZ) >> 16 & 0xffff; in dwc2_config_fifos()
1891 addr = hsotg->regs + HPTXFSIZ; in dwc2_dump_global_registers()
Dhw.h393 #define HPTXFSIZ HSOTG_REG(0x100) macro
Dhcd.c2749 hsotg->hptxfsiz = readl(hsotg->regs + HPTXFSIZ); in dwc2_hcd_init()