Home
last modified time | relevance | path

Searched refs:EM_CTL_RST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h262 EM_CTL_RST = BIT(9), /* Reset */ enumerator
H A Dlibahci.c1044 if ((em_ctl & EM_CTL_TM) || (em_ctl & EM_CTL_RST)) in ahci_reset_em()
1047 writel(em_ctl | EM_CTL_RST, mmio + HOST_EM_CTL); in ahci_reset_em()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.h266 EM_CTL_RST = BIT(9), /* Reset */ enumerator
H A Dlibahci.c1101 if ((em_ctl & EM_CTL_TM) || (em_ctl & EM_CTL_RST)) in ahci_reset_em()
1104 writel(em_ctl | EM_CTL_RST, mmio + HOST_EM_CTL); in ahci_reset_em()

Completed in 10 milliseconds