Searched refs:hfnum (Results 1 - 2 of 2) sorted by path

/drivers/staging/octeon-usb/
H A Docteon-hcd.c2039 union cvmx_usbcx_hfnum hfnum = { local
2049 if (hfnum.s.frrem < hfir.s.frint/4)
/drivers/usb/dwc2/
H A Dhcd.c1817 u32 hfnum = readl(hsotg->regs + HFNUM); local
1821 (hfnum & HFNUM_FRNUM_MASK) >> HFNUM_FRNUM_SHIFT);
1823 return (hfnum & HFNUM_FRNUM_MASK) >> HFNUM_FRNUM_SHIFT;
1918 u32 hfnum, hcchar, hctsiz, hcint, hcintmsk; local
1920 hfnum = readl(hsotg->regs + HFNUM);
1925 dev_dbg(hsotg->dev, " hfnum: 0x%08x\n", hfnum);

Completed in 81 milliseconds