Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_pinmux.h70 int ti_pinmux_padconf_set(const char *padname, const char *muxmode,
72 int ti_pinmux_padconf_get(const char *padname, const char **muxmode,
H A Dti_pinmux.c179 ti_pinmux_padconf_set(const char *padname, const char *muxmode, unsigned int state) in ti_pinmux_padconf_set() argument
187 padconf = ti_pinmux_padconf_from_name(padname); in ti_pinmux_padconf_set()
209 ti_pinmux_padconf_get(const char *padname, const char **muxmode, in ti_pinmux_padconf_get() argument
219 padconf = ti_pinmux_padconf_from_name(padname); in ti_pinmux_padconf_get()