Searched refs:FSG_BUFLEN (Results 1 – 2 of 2) sorted by relevance
311 #define FSG_BUFLEN ((u32)131072) macro324 char buf[FSG_BUFLEN];
731 amount = min(amount_left, FSG_BUFLEN); in do_read()870 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()1038 amount = min(amount_left, FSG_BUFLEN); in do_verify()1433 nsend = min(fsg->common->usb_amount_left, FSG_BUFLEN); in pad_with_zeros()1475 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data()2503 bh->buf = memalign(CONFIG_SYS_CACHELINE_SIZE, FSG_BUFLEN); in fsg_common_init()