Searched defs:haltcond (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c515 u32 haltcond; member in struct:mv_cached_regs
939 pp->cached.haltcond = readl(port_mmio + EDMA_HALTCOND);
1454 u32 haltcond, *old_haltcond = &pp->cached.haltcond; local
1457 haltcond = *old_haltcond | EDMA_ERR_DEV;
1463 haltcond &= ~EDMA_ERR_DEV;
1473 mv_write_cached_reg(port_mmio + EDMA_HALTCOND, old_haltcond, haltcond);

Completed in 81 milliseconds