Home
last modified time | relevance | path

Searched refs:pin_sel_reg (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/mips/ar7/
Dgpio.c262 u32 mux_status, pin_sel_reg, tmp; in titan_gpio_pinsel() local
269 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()