Home
last modified time | relevance | path

Searched refs:PINCTRL_PIN_REG_MAX (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6797.c39 static const struct mtk_pin_reg_calc mt6797_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mtk-common-v2.h95 PINCTRL_PIN_REG_MAX, enumerator
H A Dpinctrl-mt8183.c520 static const struct mtk_pin_reg_calc mt8183_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt6795.c457 static const struct mtk_pin_reg_calc mt6795_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt7622.c140 static const struct mtk_pin_reg_calc mt7622_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt8195.c911 static const struct mtk_pin_reg_calc mt8195_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt8186.c1196 static const struct mtk_pin_reg_calc mt8186_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt8192.c1377 static const struct mtk_pin_reg_calc mt8192_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mt8188.c1600 static const struct mtk_pin_reg_calc mt8188_reg_cals[PINCTRL_PIN_REG_MAX] = {
H A Dpinctrl-mtk-common-v2.c149 if (field < 0 || field >= PINCTRL_PIN_REG_MAX) { in mtk_hw_pin_field_get()