Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibahci.c311 u32 em_ctl, msg; in ahci_read_em_buffer() local
319 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_read_em_buffer()
320 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
327 if (!(em_ctl & EM_CTL_MR)) { in ahci_read_em_buffer()
333 if (!(em_ctl & EM_CTL_SMB)) in ahci_read_em_buffer()
372 u32 em_ctl, msg; in ahci_store_em_buffer() local
385 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_store_em_buffer()
386 if (em_ctl & EM_CTL_TM) { in ahci_store_em_buffer()
398 writel(em_ctl | EM_CTL_TM, mmio + HOST_EM_CTL); in ahci_store_em_buffer()
413 u32 em_ctl; in ahci_show_em_supported() local
[all …]