Searched refs:zn (Results 1 – 3 of 3) sorted by relevance
34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next() local82 zn = ubifs_tnc_find_child(znode->parent, iip + 1); in ubifs_tnc_levelorder_next()83 if (!zn) { in ubifs_tnc_levelorder_next()90 while (zn->level != level) { in ubifs_tnc_levelorder_next()91 znode = zn; in ubifs_tnc_levelorder_next()92 zn = ubifs_tnc_find_child(zn, 0); in ubifs_tnc_levelorder_next()93 if (!zn) { in ubifs_tnc_levelorder_next()103 if (zn) { in ubifs_tnc_levelorder_next()104 ubifs_assert(c, zn->level >= 0); in ubifs_tnc_levelorder_next()105 return zn; in ubifs_tnc_levelorder_next()[all …]
637 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument642 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()643 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()644 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, TH_INTR_UP_DN_EN); in thermal_irq_enable()645 writel(r, zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()646 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_enable()649 static void thermal_irq_disable(struct tegra_thermctl_zone *zn) in thermal_irq_disable() argument654 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_disable()655 r = readl(zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()656 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, 0); in thermal_irq_disable()[all …]
300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"