Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibata.h992 struct ata_port_info { struct
993 unsigned long flags;
994 unsigned long link_flags;
995 unsigned int pio_mask;
1019 extern const struct ata_port_info ata_dummy_port_info; argument
1491 #define ata_port_info(ap, fmt, ...) \ macro