Home
last modified time | relevance | path

Searched defs:muxmode (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dk3.h32 #define AM65X_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument
33 #define AM65X_WKUP_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument
35 #define J721E_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument
36 #define J721E_WKUP_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument
/f-stack/freebsd/arm/ti/
H A Dti_pinmux.c132 const char *muxmode, unsigned int state) in ti_pinmux_padconf_set_internal()
181 ti_pinmux_padconf_set(const char *padname, const char *muxmode, unsigned int state) in ti_pinmux_padconf_set()
211 ti_pinmux_padconf_get(const char *padname, const char **muxmode, in ti_pinmux_padconf_get()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtpps.c175 char muxmode[12]; in dmtpps_find_tmr_num_by_tunable() local
215 char muxmode[12]; in dmtpps_find_tmr_num_by_padconf() local