Searched refs:FW_BULKOUT_SIZE (Results 1 – 2 of 2) sorted by relevance
560 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_boot_packet()561 buf[1] = (u8) ((FW_BULKOUT_SIZE >> 8) & 0xff); in af9005_boot_packet()601 debug_dump(buf, FW_BULKOUT_SIZE + 2, deb_fw); in af9005_boot_packet()605 buf, FW_BULKOUT_SIZE + 2, &act_len, 2000); in af9005_boot_packet()608 FW_BULKOUT_SIZE + 2, act_len); in af9005_boot_packet()610 ret = act_len != FW_BULKOUT_SIZE + 2 ? -1 : 0; in af9005_boot_packet()715 buf = kmalloc(FW_BULKOUT_SIZE + 2, GFP_KERNEL); in af9005_download_firmware()720 FW_BULKOUT_SIZE + 2); in af9005_download_firmware()728 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware()729 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_download_firmware()[all …]
28 #define FW_BULKOUT_SIZE 250 macro