Searched refs:pin_sel_reg (Results 1 – 1 of 1) sorted by relevance
279 u32 mux_status, pin_sel_reg, tmp; in titan_gpio_pinsel() local286 pin_sel_reg = gpio_cfg.reg - 1; in titan_gpio_pinsel()288 mux_status = (readl(pin_sel + pin_sel_reg) >> gpio_cfg.shift) & 0x3; in titan_gpio_pinsel()295 tmp = readl(pin_sel + pin_sel_reg); in titan_gpio_pinsel()297 writel(tmp, pin_sel + pin_sel_reg); in titan_gpio_pinsel()