Searched refs:ECP_REV_BLKSZ (Results 1 – 2 of 2) sorted by relevance
337 #define ECP_REV_BLKSZ 1024 /* send up to # bytes at a time */ macro
4477 if (len > ECP_REV_BLKSZ) { in ecp_peripheral2host()4478 len = ECP_REV_BLKSZ; in ecp_peripheral2host()