Home
last modified time | relevance | path

Searched refs:buf_slope (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8m/
A Dsoc.c978 u32 buf_vref, buf_slope; in imx_tmu_arch_init() local
985 buf_slope = (fuse->ana0 & 0xF0000) >> 16; in imx_tmu_arch_init()
987 writel(buf_vref | (buf_slope << 16), (ulong)reg_base + 0x28); in imx_tmu_arch_init()
1000 u32 buf_vref, buf_slope, bjt_cur, vlsb, bgr; in imx_tmu_arch_init() local
1016 buf_slope = (fuse->ana_trim2 & 0xF00) >> 8; in imx_tmu_arch_init()
1020 writel(buf_vref | (buf_slope << 16), (ulong)reg_base + 0x28); in imx_tmu_arch_init()

Completed in 4 milliseconds