Searched +full:eint +full:- +full:w (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt6878-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>11 - Igor Belwon <igor.belwon@mentallysanemainliners.org>18 const: mediatek,mt6878-pinctrl22 - description: pin controller base23 - description: bl group IO24 - description: bm group IO[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */12 #include <linux/pinctrl/pinconf-generic.h>14 #include "mtk-eint.h"37 const struct mtk_desc_eint eint; member44 .eint = _eint, \61 #define SET_ADDR(x, y) (x + (y->devdata->port_align))62 #define CLR_ADDR(x, y) (x + (y->devdata->port_align << 1))71 * struct mtk_drv_group_desc - Provide driving group data.96 * struct mtk_pin_drv_grp - Provide each pin driving info.119 * - For special pins' pull up/down setting which resides in same register[all …]