Lines Matching refs:value
361 * ccroc_writel() - writes a value to a CCROC register
363 * @value: the value to write
366 * Writes @v to @reg. No return value.
368 static inline void ccroc_writel(struct tegra_soctherm *ts, u32 value, u32 reg)
370 writel(value, (ts->ccroc_regs + reg));
378 * Return: the value of the register
409 * of the final value.
1178 * @out_hwirq: HW IRQ value associated with this interrupt
1184 * number, this function will subtract 1 from the value listed in DT.
1196 * The HW value is 1 index less than the DT IRQ values.