Home
last modified time | relevance | path

Searched refs:ATA_MSG_ERR (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dlibata.h98 ATA_MSG_ERR = 0x0080, enumerator
108 #define ata_msg_err(p) ((p)->msg_enable & ATA_MSG_ERR)
/linux-3.4.99/drivers/ata/
Dlibata-core.c5570 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_INFO | ATA_MSG_CTL | ATA_MSG_WARN | ATA_MSG_ERR; in ata_port_alloc()
5572 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_ERR | ATA_MSG_WARN; in ata_port_alloc()