Searched refs:pull_type (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip.h | 113 enum rockchip_pin_pull_type pull_type[4]; member 182 .pull_type[0] = pull0, \ 183 .pull_type[1] = pull1, \ 184 .pull_type[2] = pull2, \ 185 .pull_type[3] = pull3, \ 230 .pull_type[0] = pull0, \ 231 .pull_type[1] = pull1, \ 232 .pull_type[2] = pull2, \ 233 .pull_type[3] = pull3, \ 258 .pull_type[0] = pull0, \ [all …]
|
H A D | pinctrl-rockchip-core.c | 368 int reg, ret, i, pull_type; in rockchip_set_pull() local 394 pull_type = bank->pull_type[pin_num / 8] & (~PULL_TYPE_IO_MASK); in rockchip_set_pull() 396 for (i = 0; i < ARRAY_SIZE(rockchip_pull_list[pull_type]); in rockchip_set_pull() 398 if (rockchip_pull_list[pull_type][i] == pull) { in rockchip_set_pull() 409 if (bank->pull_type[pin_num / 8] & PULL_TYPE_WRITABLE_32BIT) { in rockchip_set_pull()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 119 .pull_type[0] = pull0, \ 120 .pull_type[1] = pull1, \ 121 .pull_type[2] = pull2, \ 122 .pull_type[3] = pull3, \ 144 .pull_type[0] = pull0, \ 145 .pull_type[1] = pull1, \ 146 .pull_type[2] = pull2, \ 147 .pull_type[3] = pull3, \ 209 .pull_type[0] = pull0, \ 210 .pull_type[1] = pull1, \ [all …]
|
H A D | pinctrl-rockchip.h | 329 enum rockchip_pin_pull_type pull_type[4]; member
|
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/ |
H A D | gpio.h | 117 enum pull_type { enum
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common-v2.c | 750 if (hw->soc->pull_type) in mtk_pinconf_bias_set_combo() 751 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_set_combo() 939 if (hw->soc->pull_type) in mtk_pinconf_bias_get_combo() 940 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_get_combo()
|
H A D | pinctrl-mtk-common-v2.h | 250 const unsigned int *pull_type; member
|
H A D | pinctrl-mt7986.c | 929 .pull_type = mt7986_pull_type, 955 .pull_type = mt7986_pull_type,
|
H A D | pinctrl-mt6795.c | 593 .pull_type = mt6795_pull_type,
|
H A D | pinctrl-paris.c | 646 if (hw->soc->pull_type) in mtk_pctrl_show_one_pin() 647 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pctrl_show_one_pin()
|
H A D | pinctrl-mt7981.c | 999 .pull_type = mt7981_pull_type,
|
H A D | pinctrl-mt8195.c | 951 .pull_type = mt8195_pull_type,
|
H A D | pinctrl-mt8186.c | 1237 .pull_type = mt8186_pull_type,
|
H A D | pinctrl-mt8192.c | 1401 .pull_type = mt8192_pull_type,
|
H A D | pinctrl-mt8188.c | 1641 .pull_type = mt8188_pull_type,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3013 u32 pull_type; member 3041 u32 pull_type; member
|