Searched refs:allocation_blocks (Results 1 – 2 of 2) sorted by relevance
94 U32 allocation_blocks; in sati_write_buffer_translate_command() local106 allocation_blocks = allocation_length / DOWNLOAD_MICROCODE_BLOCK_SIZE; in sati_write_buffer_translate_command()154 (allocation_blocks <= sequence->device->max_blocks_per_microcode_command) && in sati_write_buffer_translate_command()155 ((allocation_blocks >= sequence->device->min_blocks_per_microcode_command) || in sati_write_buffer_translate_command()
1981 U32 allocation_blocks = allocation_length >> 9; in sati_ata_download_microcode_construct() local1994 sati_set_ata_sector_count(register_fis, (U8) (allocation_blocks & 0xff)); in sati_ata_download_microcode_construct()1995 sati_set_ata_lba_low(register_fis, (U8) ((allocation_blocks >> 8) & 0xff)); in sati_ata_download_microcode_construct()