Searched refs:CIR_CTRL (Results 1 – 3 of 3) sorted by relevance
115 reg_val = readl(cir->base + CIR_CTRL); in sunxi_cir_mode_enable()122 writel(reg_val, cir->base + CIR_CTRL); in sunxi_cir_mode_enable()133 reg_val = readl(cir->base + CIR_CTRL); in sunxi_cir_mode_config()138 writel(reg_val, cir->base + CIR_CTRL); in sunxi_cir_mode_config()302 reg_val = readl(cir->base + CIR_CTRL); in sunxi_cir_module_enable()309 writel(reg_val, cir->base + CIR_CTRL); in sunxi_cir_module_enable()
29 #define CIR_CTRL (0x00) /* IR Control */ macro
32 #define CIR_CTRL (0x00) /* IR Control */ macro
Completed in 9 milliseconds