Searched refs:ata_port_printk (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | libata.h | 1546 #define ata_port_printk(level, ap, fmt, ...) \ macro 1550 ata_port_printk(err, ap, fmt, ##__VA_ARGS__) 1552 ata_port_printk(warn, ap, fmt, ##__VA_ARGS__) 1554 ata_port_printk(notice, ap, fmt, ##__VA_ARGS__) 1556 ata_port_printk(info, ap, fmt, ##__VA_ARGS__) 1558 ata_port_printk(debug, ap, fmt, ##__VA_ARGS__)
|