Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ar7/
H A Dgpio.c262 u32 mux_status, pin_sel_reg, tmp; in titan_gpio_pinsel() local
271 mux_status = (readl(pin_sel + pin_sel_reg) >> gpio_cfg.shift) & 0x3; in titan_gpio_pinsel()
274 if (!((mux_status == 0) || (mux_status == gpio_cfg.func))) in titan_gpio_pinsel()