Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_all.c610 if ((ident_data->lsalign & 0xc000) == 0x4000) { in ata_logical_sector_offset()
612 (ident_data->lsalign & 0x3fff)); in ata_logical_sector_offset()
/freebsd/sys/sys/
H A Data.h295 /*209*/ u_int16_t lsalign; member
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1157 ata_ident->lsalign = 0x4000; in ata_identify_init()
1161 ata_ident->lsalign |= (psectoff / sectsz); in ata_identify_init()