Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlibata.h92 ATA_MSG_DRV = 0x0001, enumerator
102 #define ata_msg_drv(p) ((p)->msg_enable & ATA_MSG_DRV)
/Linux-v4.19/drivers/ata/
Dlibata-core.c6019 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_INFO | ATA_MSG_CTL | ATA_MSG_WARN | ATA_MSG_ERR; in ata_port_alloc()
6021 ap->msg_enable = ATA_MSG_DRV | ATA_MSG_ERR | ATA_MSG_WARN; in ata_port_alloc()