Searched refs:buffer_blkoffset (Results 1 – 1 of 1) sorted by relevance
1980 U32 buffer_blkoffset = buffer_offset >> 9; in sati_ata_download_microcode_construct() local1994 sati_set_ata_lba_mid(register_fis, (U8) (buffer_blkoffset & 0xff)); in sati_ata_download_microcode_construct()1995 sati_set_ata_lba_high(register_fis, (U8) ((buffer_blkoffset >> 8) & 0xff)); in sati_ata_download_microcode_construct()