Searched refs:pin_sel_reg (Results 1 – 1 of 1) sorted by relevance
262 u32 mux_status, pin_sel_reg, tmp; in titan_gpio_pinsel() local269 pin_sel_reg = gpio_cfg.reg - 1; in titan_gpio_pinsel()271 mux_status = (readl(pin_sel + pin_sel_reg) >> gpio_cfg.shift) & 0x3; in titan_gpio_pinsel()278 tmp = readl(pin_sel + pin_sel_reg); in titan_gpio_pinsel()280 writel(tmp, pin_sel + pin_sel_reg); in titan_gpio_pinsel()