Searched refs:FW_BULKOUT_SIZE (Results 1 – 2 of 2) sorted by relevance
567 u8 buf[FW_BULKOUT_SIZE + 2]; in af9005_boot_packet()571 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_boot_packet()572 buf[1] = (u8) ((FW_BULKOUT_SIZE >> 8) & 0xff); in af9005_boot_packet()612 debug_dump(buf, FW_BULKOUT_SIZE + 2, deb_fw); in af9005_boot_packet()616 buf, FW_BULKOUT_SIZE + 2, &act_len, 2000); in af9005_boot_packet()619 FW_BULKOUT_SIZE + 2, act_len); in af9005_boot_packet()621 ret = act_len != FW_BULKOUT_SIZE + 2 ? -1 : 0; in af9005_boot_packet()723 u8 buf[FW_BULKOUT_SIZE + 2]; in af9005_download_firmware()733 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware()734 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_download_firmware()[all …]
41 #define FW_BULKOUT_SIZE 250 macro