Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c291 u32 em_ctl, msg; in ahci_read_em_buffer() local
299 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_read_em_buffer()
300 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
307 if (!(em_ctl & EM_CTL_MR)) { in ahci_read_em_buffer()
313 if (!(em_ctl & EM_CTL_SMB)) in ahci_read_em_buffer()
352 u32 em_ctl, msg; in ahci_store_em_buffer() local
365 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_store_em_buffer()
366 if (em_ctl & EM_CTL_TM) { in ahci_store_em_buffer()
378 writel(em_ctl | EM_CTL_TM, mmio + HOST_EM_CTL); in ahci_store_em_buffer()
393 u32 em_ctl; in ahci_show_em_supported() local
1041 u32 em_ctl; ahci_reset_em() local
1058 u32 em_ctl; ahci_transmit_led_message() local
2521 u32 em_ctl = readl(mmio + HOST_EM_CTL); ahci_set_em_messages() local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c313 u32 em_ctl, msg; in ahci_read_em_buffer() local
321 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_read_em_buffer()
322 if (!(ap->flags & ATA_FLAG_EM) || em_ctl & EM_CTL_XMT || in ahci_read_em_buffer()
329 if (!(em_ctl & EM_CTL_MR)) { in ahci_read_em_buffer()
335 if (!(em_ctl & EM_CTL_SMB)) in ahci_read_em_buffer()
374 u32 em_ctl, msg; in ahci_store_em_buffer() local
387 em_ctl = readl(mmio + HOST_EM_CTL); in ahci_store_em_buffer()
388 if (em_ctl & EM_CTL_TM) { in ahci_store_em_buffer()
400 writel(em_ctl | EM_CTL_TM, mmio + HOST_EM_CTL); in ahci_store_em_buffer()
415 u32 em_ctl; in ahci_show_em_supported() local
1098 u32 em_ctl; ahci_reset_em() local
1115 u32 em_ctl; ahci_transmit_led_message() local
2686 u32 em_ctl = readl(mmio + HOST_EM_CTL); ahci_set_em_messages() local
[all...]

Completed in 5 milliseconds