Home
last modified time | relevance | path

Searched refs:pin_sel (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dgpio.c263 void __iomem *pin_sel = (void __iomem *)KSEG1ADDR(AR7_REGS_PINSEL); in titan_gpio_pinsel() local
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()
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dgpio.c263 void __iomem *pin_sel = (void __iomem *)KSEG1ADDR(AR7_REGS_PINSEL); in titan_gpio_pinsel() local
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()

Completed in 2 milliseconds