Lines Matching defs:new
957 * @new: new value for the register
959 * Write a new value to a cached register,
962 static inline void mv_write_cached_reg(void __iomem *addr, u32 *old, u32 new)
964 if (new != *old) {
966 *old = new;
980 writelfl(new, addr); /* read after write */
984 writel(new, addr); /* unaffected by the errata */
1429 * Don't allow new commands if we're in a delayed EH state
1454 * If the port is completely idle, then allow the new qc.
1510 u32 old, new;
1515 new = old | (1 << 22);
1517 new = old & ~(1 << 22);
1518 if (new != old)
1519 writel(new, hpriv->base + GPIO_PORT_CTL);
1537 u32 new, *old = &pp->cached.unknown_rsvd;
1540 new = *old | 1;
1542 new = *old & ~1;
1543 mv_write_cached_reg(mv_ap_base(ap) + EDMA_UNKNOWN_RSVD, old, new);
2812 /* Process new responses from since the last time we looked */
3012 /* for MSI: block new interrupts while in here */