Searched refs:FW_BULKOUT_SIZE (Results 1 – 2 of 2) sorted by relevance
565 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_boot_packet()566 buf[1] = (u8) ((FW_BULKOUT_SIZE >> 8) & 0xff); in af9005_boot_packet()606 debug_dump(buf, FW_BULKOUT_SIZE + 2, deb_fw); in af9005_boot_packet()610 buf, FW_BULKOUT_SIZE + 2, &act_len, 2000); in af9005_boot_packet()613 FW_BULKOUT_SIZE + 2, act_len); in af9005_boot_packet()615 ret = act_len != FW_BULKOUT_SIZE + 2 ? -1 : 0; in af9005_boot_packet()720 buf = kmalloc(FW_BULKOUT_SIZE + 2, GFP_KERNEL); in af9005_download_firmware()725 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 …]
28 #define FW_BULKOUT_SIZE 250 macro