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

/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c105 * @mux_log: pointer to the array of mux logs
118 struct nsp_mux_log *mux_log; member in struct:nsp_pinctrl
385 struct nsp_mux_log *mux_log)
394 if ((mux->shift != mux_log[i].mux.shift) ||
395 (mux->base != mux_log[i].mux.base))
399 if (!mux_log[i].is_configured)
406 if (mux_log[i].mux.alt != mux->alt) {
420 mux_log[i].mux.alt = mux->alt;
421 mux_log[i].is_configured = true;
470 return nsp_pinmux_set(pinctrl, func, grp, pinctrl->mux_log);
382 nsp_pinmux_set(struct nsp_pinctrl *pinctrl, const struct nsp_pin_function *func, const struct nsp_pin_group *grp, struct nsp_mux_log *mux_log) argument
[all...]
H A Dpinctrl-ns2-mux.c111 * @mux_log: pointer to the array of mux logs
127 struct ns2_mux_log *mux_log; member in struct:ns2_pinctrl
568 struct ns2_mux_log *mux_log)
577 if ((mux->shift != mux_log[i].mux.shift) ||
578 (mux->base != mux_log[i].mux.base) ||
579 (mux->offset != mux_log[i].mux.offset))
583 if (!mux_log[i].is_configured)
590 if (mux_log[i].mux.alt != mux->alt) {
604 mux_log[i].mux.alt = mux->alt;
605 mux_log[
565 ns2_pinmux_set(struct ns2_pinctrl *pinctrl, const struct ns2_pin_function *func, const struct ns2_pin_group *grp, struct ns2_mux_log *mux_log) argument
[all...]
H A Dpinctrl-cygnus-mux.c97 * @mux_log: pointer to the array of mux logs
112 struct cygnus_mux_log *mux_log; member in struct:cygnus_pinctrl
771 struct cygnus_mux_log *mux_log)
779 if (mux->offset != mux_log[i].mux.offset ||
780 mux->shift != mux_log[i].mux.shift)
786 if (!mux_log[i].is_configured)
793 if (mux_log[i].mux.alt != mux->alt) {
808 mux_log[i].mux.alt = mux->alt;
809 mux_log[i].is_configured = true;
837 return cygnus_pinmux_set(pinctrl, func, grp, pinctrl->mux_log);
768 cygnus_pinmux_set(struct cygnus_pinctrl *pinctrl, const struct cygnus_pin_function *func, const struct cygnus_pin_group *grp, struct cygnus_mux_log *mux_log) argument
[all...]

Completed in 210 milliseconds