[go: nahoru, domu]

Searched refs:base_second (Results 1 - 1 of 1) sorted by relevance

/drivers/thermal/samsung/
H A Dexynos_tmu.c44 * @base_second: base address of the common registers of the TMU controller.
50 * @clk_sec: pointer to the clock structure for accessing the base_second.
60 void __iomem *base_second; member in struct:exynos_tmu_data
197 trim_info = readl(data->base_second +
276 writel(0, data->base_second + reg->tmu_pmin);
420 val_type = readl(data->base_second + reg->tmu_irqstatus);
569 data->base_second = devm_ioremap(&pdev->dev, res.start,
571 if (!data->base_second) {

Completed in 36 milliseconds