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