Searched refs:out_ctrl (Results 1 – 3 of 3) sorted by relevance
40 int out_ctrl = OUT_CTRL1; in medusa_enable_bluefield_output() local48 out_ctrl = VDEC_B_OUT_CTRL1; in medusa_enable_bluefield_output()52 out_ctrl = VDEC_C_OUT_CTRL1; in medusa_enable_bluefield_output()56 out_ctrl = VDEC_D_OUT_CTRL1; in medusa_enable_bluefield_output()60 out_ctrl = VDEC_E_OUT_CTRL1; in medusa_enable_bluefield_output()64 out_ctrl = VDEC_F_OUT_CTRL1; in medusa_enable_bluefield_output()68 out_ctrl = VDEC_G_OUT_CTRL1; in medusa_enable_bluefield_output()72 out_ctrl = VDEC_H_OUT_CTRL1; in medusa_enable_bluefield_output()77 value = cx25821_i2c_read(&dev->i2c_bus[0], out_ctrl, &tmp); in medusa_enable_bluefield_output()81 cx25821_i2c_write(&dev->i2c_bus[0], out_ctrl, value); in medusa_enable_bluefield_output()
671 u32 out_ctrl; in sirfsoc_gpio_set_output() local676 out_ctrl = readl(sgpio->chip.regs + offset); in sirfsoc_gpio_set_output()678 out_ctrl |= SIRFSOC_GPIO_CTL_DATAOUT_MASK; in sirfsoc_gpio_set_output()680 out_ctrl &= ~SIRFSOC_GPIO_CTL_DATAOUT_MASK; in sirfsoc_gpio_set_output()682 out_ctrl &= ~SIRFSOC_GPIO_CTL_INTR_EN_MASK; in sirfsoc_gpio_set_output()683 out_ctrl |= SIRFSOC_GPIO_CTL_OUT_EN_MASK; in sirfsoc_gpio_set_output()684 writel(out_ctrl, sgpio->chip.regs + offset); in sirfsoc_gpio_set_output()
5876 u32 out_ctrl, pin_in_bank; in __atlas7_gpio_set_output() local5882 out_ctrl = readl(ctrl_reg); in __atlas7_gpio_set_output()5884 out_ctrl |= ATLAS7_GPIO_CTL_DATAOUT_MASK; in __atlas7_gpio_set_output()5886 out_ctrl &= ~ATLAS7_GPIO_CTL_DATAOUT_MASK; in __atlas7_gpio_set_output()5888 out_ctrl &= ~ATLAS7_GPIO_CTL_INTR_EN_MASK; in __atlas7_gpio_set_output()5889 out_ctrl |= ATLAS7_GPIO_CTL_OUT_EN_MASK; in __atlas7_gpio_set_output()5890 writel(out_ctrl, ctrl_reg); in __atlas7_gpio_set_output()