Home
last modified time | relevance | path

Searched defs:ata_id_has_lba (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h427 #define ata_id_has_lba(id) ((id)[49] & (1 << 9)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h555 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) macro