Home
last modified time | relevance | path

Searched defs:drv_type (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/
Dpinctrl-rk3399.c171 int drv_type = bank->drv[pin_num / 8].drv_type; in rk3399_set_drive() local
Dpinctrl-px30.c201 int drv_type = bank->drv[pin_num / 8].drv_type; in px30_set_drive() local
Dpinctrl-rockchip.h73 enum rockchip_pin_drv_type drv_type; member
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h40 #define UNIPHIER_PIN_ATTR_PACKED(drvctrl, drv_type) \ argument