Searched refs:pull_type (Results 1 - 14 of 14) sorted by relevance

/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h271 * @pull_type: array describing the 4 pull type sources of the bank
283 enum rockchip_pin_pull_type pull_type[4]; member in struct:rockchip_pin_bank
361 .pull_type[0] = pull0, \
362 .pull_type[1] = pull1, \
363 .pull_type[2] = pull2, \
364 .pull_type[3] = pull3, \
386 .pull_type[0] = pull0, \
387 .pull_type[1] = pull1, \
388 .pull_type[2] = pull2, \
389 .pull_type[
[all...]
H A Dpinctrl-rk3188.c86 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3368.c78 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3328.c181 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rv1108.c144 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3288.c104 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3399.c120 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk322x.c198 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-px30.c141 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3308.c309 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rv1126.c234 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3588.c263 type = bank->pull_type[pin_num / 8];
H A Dpinctrl-rk3568.c231 type = bank->pull_type[pin_num / 8];
/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h117 enum pull_type { enum

Completed in 122 milliseconds