Searched refs:EM_CTL_RST (Results 1 – 2 of 2) sorted by relevance
265 EM_CTL_RST = BIT(9), /* Reset */ enumerator
1100 if ((em_ctl & EM_CTL_TM) || (em_ctl & EM_CTL_RST)) in ahci_reset_em()1103 writel(em_ctl | EM_CTL_RST, mmio + HOST_EM_CTL); in ahci_reset_em()