Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/cir/
A Dhal_cir.c149 reg_val = readl(cir->base + CIR_CONFIG); in sunxi_cir_sample_clock_select()
159 writel(reg_val, cir->base + CIR_CONFIG); in sunxi_cir_sample_clock_select()
170 reg_val = readl(cir->base + CIR_CONFIG); in sunxi_cir_sample_noise_threshold()
175 writel(reg_val, cir->base + CIR_CONFIG); in sunxi_cir_sample_noise_threshold()
186 reg_val = readl(cir->base + CIR_CONFIG); in sunxi_cir_sample_idle_threshold()
191 writel(reg_val, cir->base + CIR_CONFIG); in sunxi_cir_sample_idle_threshold()
202 reg_val = readl(cir->base + CIR_CONFIG); in sunxi_cir_sample_active_threshold()
207 writel(reg_val, cir->base + CIR_CONFIG); in sunxi_cir_sample_active_threshold()
218 reg_val = readl(cir->base + CIR_CONFIG); in sunxi_cir_sample_active_thrctrl()
225 writel(reg_val, cir->base + CIR_CONFIG); in sunxi_cir_sample_active_thrctrl()
A Dcommon_cir.h34 #define CIR_CONFIG (0x34) /* IR Sample Config */ macro
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_cir.h37 #define CIR_CONFIG (0x34) /* IR Sample Config */ macro

Completed in 9 milliseconds