Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h432 #define ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h580 #define ata_id_iordy_disable(id) ((id)[ATA_ID_CAPABILITY] & (1 << 10)) macro