Home
last modified time | relevance | path

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

/include/linux/
Dlibata.h1018 struct ata_port_info { struct
1019 unsigned long flags;
1020 unsigned long link_flags;
1021 unsigned long pio_mask;
1045 extern const struct ata_port_info ata_dummy_port_info; argument
1493 #define ata_port_info(ap, fmt, ...) \ macro