Lines Matching refs:tegra_gpio_mask_write
120 static void tegra_gpio_mask_write(struct tegra_gpio_info *tgi, u32 reg,
133 tegra_gpio_mask_write(tgi, GPIO_MSK_CNF(tgi, gpio), gpio, 1);
138 tegra_gpio_mask_write(tgi, GPIO_MSK_CNF(tgi, gpio), gpio, 0);
154 tegra_gpio_mask_write(tgi, GPIO_MSK_OUT(tgi, offset), offset, value);
177 tegra_gpio_mask_write(tgi, GPIO_MSK_OE(tgi, offset), offset, 0);
197 tegra_gpio_mask_write(tgi, GPIO_MSK_OE(tgi, offset), offset, 1);
238 tegra_gpio_mask_write(tgi, GPIO_MSK_DBC_EN(tgi, offset),
256 tegra_gpio_mask_write(tgi, GPIO_MSK_DBC_EN(tgi, offset), offset, 1);
288 tegra_gpio_mask_write(tgi, GPIO_MSK_INT_ENB(tgi, gpio), gpio, 0);
299 tegra_gpio_mask_write(tgi, GPIO_MSK_INT_ENB(tgi, gpio), gpio, 1);
348 tegra_gpio_mask_write(tgi, GPIO_MSK_OE(tgi, gpio), gpio, 0);