Searched refs:HFIR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core.c | 628 addr = hsotg->regs + HFIR; in dwc2_dump_host_registers() 630 (unsigned long)addr, dwc2_readl(hsotg, HFIR)); in dwc2_dump_host_registers()
|
H A D | hw.h | 682 #define HFIR HSOTG_REG(0x0404) macro
|
H A D | hcd_intr.c | 247 hfir = dwc2_readl(hsotg, HFIR); in dwc2_hprt0_enable() 251 dwc2_writel(hsotg, hfir, HFIR); in dwc2_hprt0_enable()
|
H A D | debugfs.c | 540 dump_register(HFIR),
|
H A D | hcd.c | 2165 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 D | dwc2-regs.h | 706 #define HFIR HSOTG_REG(0x0404) macro
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 893 case HFIR: in dwc2_hreg0_write()
|