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