Searched refs:muxmode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/arm/ti/
H A Dti_scm.h73 int ti_scm_padconf_set(const char *padname, const char *muxmode,
75 int ti_scm_padconf_get(const char *padname, const char **muxmode,
H A Dti_scm.c124 * ti_scm_padconf_set_internal - sets the muxmode and state for a pad/pin
126 * @muxmode: the name of the mode to use for the pin, i.e. "uart1_rx"
140 const char *muxmode, unsigned int state)
151 (strcmp(padconf->muxmodes[mode], muxmode) == 0)) {
158 printf("Invalid mode \"%s\"\n", muxmode);
167 reg_val, muxmode);
175 * ti_scm_padconf_set - sets the muxmode and state for a pad/pin
177 * @muxmode: the name of the mode to use for the pin, i.e. "uart1_rx"
189 ti_scm_padconf_set(const char *padname, const char *muxmode, unsigned int state) argument
201 return (ti_scm_padconf_set_internal(ti_scm_sc, padconf, muxmode, stat
138 ti_scm_padconf_set_internal(struct ti_scm_softc *sc, const struct ti_scm_padconf *padconf, const char *muxmode, unsigned int state) argument
219 ti_scm_padconf_get(const char *padname, const char **muxmode, unsigned int *state) argument
[all...]

Completed in 93 milliseconds