Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/ar7/
Dgpio.c282 u32 mux_status, pin_sel_reg, tmp; in titan_gpio_pinsel() local
291 mux_status = (readl(pin_sel + pin_sel_reg) >> gpio_cfg.shift) & 0x3; in titan_gpio_pinsel()
294 if (!((mux_status == 0) || (mux_status == gpio_cfg.func))) in titan_gpio_pinsel()