Home | Sort by: relevance | last modified time | path |
/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; |