Home
last modified time | relevance | path

Searched refs:pull_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h113 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 Dpinctrl-rockchip-core.c368 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/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h117 enum pull_type { enum