Searched refs:EM_CTL_XMT (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/ata/ | ||
D | ahci.h | 269 EM_CTL_XMT = BIT(25), /* Transmit Only */ enumerator |
D | libahci.c | 320 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer() |