Home
last modified time | relevance | path

Searched refs:HFIR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.c628 addr = hsotg->regs + HFIR; in dwc2_dump_host_registers()
630 (unsigned long)addr, dwc2_readl(hsotg, HFIR)); in dwc2_dump_host_registers()
H A Dhw.h682 #define HFIR HSOTG_REG(0x0404) macro
H A Dhcd_intr.c247 hfir = dwc2_readl(hsotg, HFIR); in dwc2_hprt0_enable()
251 dwc2_writel(hsotg, hfir, HFIR); in dwc2_hprt0_enable()
H A Ddebugfs.c540 dump_register(HFIR),
H A Dhcd.c2165 hfir = dwc2_readl(hsotg, HFIR); in dwc2_core_host_init()
2167 dwc2_writel(hsotg, hfir, HFIR); in dwc2_core_host_init()
3789 u32 hfir = dwc2_readl(hsotg, HFIR); in dwc2_hcd_get_future_frame_number()
5426 hr->hfir = dwc2_readl(hsotg, HFIR); in dwc2_backup_host_registers()
5470 dwc2_writel(hsotg, hr->hfir, HFIR); in dwc2_restore_host_registers()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h706 #define HFIR HSOTG_REG(0x0404) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c893 case HFIR: in dwc2_hreg0_write()