Searched refs:rescnt (Results 1 – 1 of 1) sorted by relevance
707 int rescnt; in hci1394_resmap_get() local753 rescnt = 0; in hci1394_resmap_get()755 while (rescnt < reslen) { in hci1394_resmap_get()757 (uint64_t)resptr[rescnt] << 32; in hci1394_resmap_get()758 rescnt++; in hci1394_resmap_get()759 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()760 rescnt++; in hci1394_resmap_get()761 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()762 rescnt++; in hci1394_resmap_get()