Searched refs:allocation_blocks (Results 1 – 2 of 2) sorted by relevance
92 U32 allocation_blocks; in sati_write_buffer_translate_command() local104 allocation_blocks = allocation_length / DOWNLOAD_MICROCODE_BLOCK_SIZE; in sati_write_buffer_translate_command()152 (allocation_blocks <= sequence->device->max_blocks_per_microcode_command) && in sati_write_buffer_translate_command()153 ((allocation_blocks >= sequence->device->min_blocks_per_microcode_command) || in sati_write_buffer_translate_command()
1979 U32 allocation_blocks = allocation_length >> 9; in sati_ata_download_microcode_construct() local1992 sati_set_ata_sector_count(register_fis, (U8) (allocation_blocks & 0xff)); in sati_ata_download_microcode_construct()1993 sati_set_ata_lba_low(register_fis, (U8) ((allocation_blocks >> 8) & 0xff)); in sati_ata_download_microcode_construct()