Home
last modified time | relevance | path

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

/openbmc/linux/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()