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

/freebsd-11-stable/sys/arm/ti/
H A Dti_pinmux.h73 int ti_pinmux_padconf_set(const char *padname, const char *muxmode,
75 int ti_pinmux_padconf_get(const char *padname, const char **muxmode,
H A Dti_pinmux.c116 * ti_pinmux_padconf_set_internal - sets the muxmode and state for a pad/pin
118 * @muxmode: the name of the mode to use for the pin, i.e. "uart1_rx"
132 const char *muxmode, unsigned int state)
143 (strcmp(padconf->muxmodes[mode], muxmode) == 0)) {
150 printf("Invalid mode \"%s\"\n", muxmode);
159 reg_val, muxmode);
167 * ti_pinmux_padconf_set - sets the muxmode and state for a pad/pin
169 * @muxmode: the name of the mode to use for the pin, i.e. "uart1_rx"
181 ti_pinmux_padconf_set(const char *padname, const char *muxmode, unsigned int state) argument
193 return (ti_pinmux_padconf_set_internal(ti_pinmux_sc, padconf, muxmode, stat
130 ti_pinmux_padconf_set_internal(struct ti_pinmux_softc *sc, const struct ti_pinmux_padconf *padconf, const char *muxmode, unsigned int state) argument
211 ti_pinmux_padconf_get(const char *padname, const char **muxmode, unsigned int *state) argument
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c170 char muxmode[12]; local
180 snprintf(muxmode, sizeof(muxmode), "timer%d", pi->tmr_num);
181 err = ti_pinmux_padconf_set(pi->ballname, muxmode,
185 "for %s to input mode\n", muxmode);
189 "for %s\n", iname, muxmode);
210 char muxmode[12]; local
214 snprintf(muxmode, sizeof(muxmode), "timer%d", pi->tmr_num);
216 strcmp(muxmode, padmu
[all...]

Completed in 80 milliseconds