Home
last modified time | relevance | path

Searched refs:hfnum (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h122 uint32_t hfnum; /* 408 */ member
H A Dhcd-dwc2.c162 s->hfnum = s->frame_number & HFNUM_MAX_FRNUM; in dwc2_frame_boundary()
862 (s->hfnum << HFNUM_FRNUM_SHIFT); in dwc2_hreg0_read()
1293 s->hfnum = 0x3fff; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c978 int uframe_num = readl(&host_regs->hfnum); in chunk_msg()
993 readl(&host_regs->hfnum); in chunk_msg()
1002 readl(&host_regs->hfnum); in chunk_msg()
H A Ddwc2.h23 u32 hfnum; member
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c3777 u32 hfnum = dwc2_readl(hsotg, HFNUM); in dwc2_hcd_get_frame_number() local
3781 (hfnum & HFNUM_FRNUM_MASK) >> HFNUM_FRNUM_SHIFT); in dwc2_hcd_get_frame_number()
3783 return (hfnum & HFNUM_FRNUM_MASK) >> HFNUM_FRNUM_SHIFT; in dwc2_hcd_get_frame_number()
3790 u32 hfnum = dwc2_readl(hsotg, HFNUM); in dwc2_hcd_get_future_frame_number() local
3801 frame_number = (hfnum & HFNUM_FRNUM_MASK) >> HFNUM_FRNUM_SHIFT; in dwc2_hcd_get_future_frame_number()
3802 remaining = (hfnum & HFNUM_FRREM_MASK) >> HFNUM_FRREM_SHIFT; in dwc2_hcd_get_future_frame_number()
3907 u32 hfnum, hcchar, hctsiz, hcint, hcintmsk; in dwc2_hcd_dump_state() local
3909 hfnum = dwc2_readl(hsotg, HFNUM); in dwc2_hcd_dump_state()
3914 dev_dbg(hsotg->dev, " hfnum: 0x%08x\n", hfnum); in dwc2_hcd_dump_state()
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.c1910 union cvmx_usbcx_hfnum hfnum = { in cvmx_usb_schedule() local
1920 if (hfnum.s.frrem < hfir.s.frint / 4) in cvmx_usb_schedule()