Searched defs:muxmode (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/include/dt-bindings/pinctrl/ |
| H A D | k3.h | 32 #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 D | ti_pinmux.c | 132 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 D | am335x_dmtpps.c | 175 char muxmode[12]; in dmtpps_find_tmr_num_by_tunable() local 215 char muxmode[12]; in dmtpps_find_tmr_num_by_padconf() local
|