Searched refs:EM_CTL_RST (Results 1 – 1 of 1) sorted by relevance
232 EM_CTL_RST = (1 << 9), /* Reset */ enumerator1299 if ((em_ctl & EM_CTL_TM) || (em_ctl & EM_CTL_RST)) in ahci_reset_em()1302 writel(em_ctl | EM_CTL_RST, mmio + HOST_EM_CTL); in ahci_reset_em()