Lines Matching defs:function
58 * struct zynq_pinmux_function - a pinmux function
59 * @name: Name of the pinmux function.
60 * @groups: List of pingroups for this function.
62 * @mux_val: Selector for this function
63 * @mux: Offset of function specific mux
64 * @mux_mask: Mask for function specific selector
65 * @mux_shift: Shift for function specific selector
577 /* function groups */
890 unsigned int function,
896 const struct zynq_pinmux_function *func = &pctrl->funcs[function];
902 if (function == ZYNQ_PMUX_sdio0_cd || function == ZYNQ_PMUX_sdio0_wp ||
903 function == ZYNQ_PMUX_sdio1_cd ||
904 function == ZYNQ_PMUX_sdio1_wp) {