HomeSort by: relevance | last modified time | path
    Searched defs:bcount16 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
satafis_subr.c 152 int bcount16; local in function:satafis_rhd_construct_atapi
159 bcount16 = xfer->c_bcount <= 0xffff ? xfer->c_bcount : 0xffff;
160 fis[rhd_lba1] = (bcount16 >> 0) & 0xff;
161 fis[rhd_lba2] = (bcount16 >> 8) & 0xff;
satafis_subr.c 152 int bcount16; local in function:satafis_rhd_construct_atapi
159 bcount16 = xfer->c_bcount <= 0xffff ? xfer->c_bcount : 0xffff;
160 fis[rhd_lba1] = (bcount16 >> 0) & 0xff;
161 fis[rhd_lba2] = (bcount16 >> 8) & 0xff;

Completed in 21 milliseconds