1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_CRIS_ARCH_PINMUX_H
3 #define _ASM_CRIS_ARCH_PINMUX_H
39 int crisv32_pinmux_init(void);
40 int crisv32_pinmux_alloc(int port
, int first_pin
, int last_pin
, enum pin_mode
);
41 int crisv32_pinmux_alloc_fixed(enum fixed_function function
);
42 int crisv32_pinmux_dealloc(int port
, int first_pin
, int last_pin
);
43 int crisv32_pinmux_dealloc_fixed(enum fixed_function function
);
44 void crisv32_pinmux_dump(void);