Lines Matching refs:port_mux
71 static unsigned short * const port_mux[] = { variable
197 static const s8 port_mux[] = { variable
229 s8 offset = port_mux[ident]; in portmux_group_check()
236 for (m = 0; m < ARRAY_SIZE(port_mux); ++m) { in portmux_group_check()
239 if (port_mux[m] != offset) in portmux_group_check()
264 s8 offset = port_mux[ident]; in portmux_setup()
299 pfunc = *port_mux[gpio_bank(ident)]; in portmux_group_check()
318 pmux = *port_mux[gpio_bank(ident)]; in portmux_setup()
323 *port_mux[gpio_bank(ident)] = pmux; in portmux_setup()
574 gpio_bank_saved[bank].mux = *port_mux[bank]; in bfin_gpio_pm_hibernate_suspend()
610 *port_mux[bank] = gpio_bank_saved[bank].mux; in bfin_gpio_pm_hibernate_restore()