Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlibata.h431 #define ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) macro
/openbmc/linux/include/linux/
H A Data.h589 #define ata_id_iordy_disable(id) ((id)[ATA_ID_CAPABILITY] & (1 << 10)) macro