Searched refs:bcnt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkdapimg.c69 uint32_t bcnt; local
141 for (bcnt = 0, cksum = 0 ; (c = fgetc(ifile)) != EOF ; bcnt++)
153 imghdr.flash_byte_cnt = htonl(bcnt);
163 } else if (ntohl(imghdr.flash_byte_cnt) != bcnt) {
168 imghdr.flash_byte_cnt = htonl(bcnt);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd_es.c337 if (grxsts.hb.bcnt > 0) {
339 int word_count = (grxsts.hb.bcnt + 3) / 4;
346 //fprintf(stderr, "Received %u bytes\n", (unsigned)grxsts.hb.bcnt);
H A Difxusb_regs.h492 unsigned bcnt :11; /*!< 14-04 Byte Count */ member in struct:grxsts_data::__anon682
504 unsigned bcnt :11; /*!< 14-04 Byte Count */ member in struct:grxsts_data::__anon683
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c231 DWC_DEBUGPL(DBG_HCDV, " Count = %d\n", grxsts.b.bcnt);
238 if (grxsts.b.bcnt > 0) {
241 grxsts.b.bcnt);
244 hc->xfer_count += grxsts.b.bcnt;
245 hc->xfer_buff += grxsts.b.bcnt;
H A Ddwc_otg_regs.h517 unsigned bcnt : 11; member in struct:device_grxsts_data::__anon638
539 unsigned bcnt : 11; member in struct:host_grxsts_data::__anon639
H A Ddwc_otg_hcd.c1375 if (grxsts.b.bcnt > 0) {
1377 int word_count = (grxsts.b.bcnt + 3) / 4;
1386 //fprintf(stderr, "Received %u bytes\n", (unsigned)grxsts.b.bcnt);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c235 DWC_DEBUGPL(DBG_HCDV, " Count = %d\n", grxsts.b.bcnt);
242 if (grxsts.b.bcnt > 0) {
245 grxsts.b.bcnt);
248 hc->xfer_count += grxsts.b.bcnt;
249 hc->xfer_buff += grxsts.b.bcnt;
H A Ddwc_otg_regs.h524 unsigned bcnt : 11; member in struct:device_grxsts_data::__anon729
552 unsigned bcnt : 11; member in struct:host_grxsts_data::__anon730
H A Ddwc_otg_pcd_intr.c259 status.b.epnum, status.b.bcnt,
271 if (status.b.bcnt && ep->dwc_ep.xfer_buff) {
275 status.b.bcnt);
276 ep->dwc_ep.xfer_count += status.b.bcnt;
277 ep->dwc_ep.xfer_buff += status.b.bcnt;
299 ep->dwc_ep.xfer_count += status.b.bcnt;
H A Ddwc_otg_hcd.c1451 if (grxsts.b.bcnt > 0) {
1453 int word_count = (grxsts.b.bcnt + 3) / 4;
1462 //fprintf(stderr, "Received %u bytes\n", (unsigned)grxsts.b.bcnt);

Completed in 135 milliseconds