Home
last modified time | relevance | path

Searched refs:buffer_blkoffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsati_util.c1980 U32 buffer_blkoffset = buffer_offset >> 9; in sati_ata_download_microcode_construct() local
1994 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()