Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-mt6797.c39 static const struct mtk_pin_reg_calc mt6797_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mtk-common-v2.h69 PINCTRL_PIN_REG_MAX, enumerator
Dpinctrl-mt8183.c520 static const struct mtk_pin_reg_calc mt8183_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mt6779.c715 static const struct mtk_pin_reg_calc mt6779_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mt7622.c140 static const struct mtk_pin_reg_calc mt7622_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mt6765.c1038 static const struct mtk_pin_reg_calc mt6765_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mt8192.c1344 static const struct mtk_pin_reg_calc mt8192_reg_cals[PINCTRL_PIN_REG_MAX] = {
Dpinctrl-mtk-common-v2.c144 if (field < 0 || field >= PINCTRL_PIN_REG_MAX) { in mtk_hw_pin_field_get()