Home
last modified time | relevance | path

Searched refs:ata_check_ready (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_inic162x.c609 return ata_check_ready(readb(port_base + PORT_TF_COMMAND)); in inic_check_ready()
H A Dlibahci.c1537 return ata_check_ready(status); in ahci_check_ready()
1563 return ata_check_ready(status); in ahci_bad_pmp_check_ready()
H A Dlibata-sff.c191 return ata_check_ready(status); in ata_sff_check_ready()
/openbmc/linux/include/linux/
H A Dlibata.h1864 static inline int ata_check_ready(u8 status) in ata_check_ready() function