fmindex 502 drivers/usb/host/isp116x-hcd.c isp116x->fmindex = index = fmindex 503 drivers/usb/host/isp116x-hcd.c (isp116x->fmindex + 1) & (PERIODIC_SIZE - 1); fmindex 789 drivers/usb/host/isp116x-hcd.c urb->start_frame = (isp116x->fmindex & (PERIODIC_SIZE - 1)) fmindex 282 drivers/usb/host/isp116x.h u16 fmindex; fmindex 1034 drivers/usb/host/isp1362-hcd.c isp1362_hcd->fmindex = isp1362_read_reg32(isp1362_hcd, HCFMNUM); fmindex 1335 drivers/usb/host/isp1362-hcd.c isp1362_hcd->fmindex = isp1362_read_reg32(isp1362_hcd, HCFMNUM); fmindex 1337 drivers/usb/host/isp1362-hcd.c __func__, isp1362_hcd->fmindex, ep->branch, fmindex 1338 drivers/usb/host/isp1362-hcd.c ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) & fmindex 1340 drivers/usb/host/isp1362-hcd.c (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); fmindex 1344 drivers/usb/host/isp1362-hcd.c u16 frame = isp1362_hcd->fmindex; fmindex 1349 drivers/usb/host/isp1362-hcd.c if (frame_before(frame, isp1362_hcd->fmindex)) fmindex 461 drivers/usb/host/isp1362.h u16 fmindex;