Lines Matching defs:new
961 * @new: new value for the register
963 * Write a new value to a cached register,
966 static inline void mv_write_cached_reg(void __iomem *addr, u32 *old, u32 new)
968 if (new != *old) {
970 *old = new;
984 writelfl(new, addr); /* read after write */
988 writel(new, addr); /* unaffected by the errata */
1425 * Don't allow new commands if we're in a delayed EH state
1450 * If the port is completely idle, then allow the new qc.
1506 u32 old, new;
1511 new = old | (1 << 22);
1513 new = old & ~(1 << 22);
1514 if (new != old)
1515 writel(new, hpriv->base + GPIO_PORT_CTL);
1533 u32 new, *old = &pp->cached.unknown_rsvd;
1536 new = *old | 1;
1538 new = *old & ~1;
1539 mv_write_cached_reg(mv_ap_base(ap) + EDMA_UNKNOWN_RSVD, old, new);
2809 /* Process new responses from since the last time we looked */
3009 /* for MSI: block new interrupts while in here */