NVREG_SLOTTIME_MASK
reg = readl(base + NvRegSlotTime) & ~NVREG_SLOTTIME_MASK;
reg |= low & NVREG_SLOTTIME_MASK;
low &= NVREG_SLOTTIME_MASK;