Searched refs:IOMUX_GPIO_ONLY (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip-core.c | 131 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) in rockchip_get_mux() 173 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) { in rockchip_verify_mux() 174 if (mux != IOMUX_GPIO_ONLY) { in rockchip_verify_mux() 207 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) in rockchip_set_mux()
|
| H A D | pinctrl-rk3188.c | 102 PIN_BANK_IOMUX_FLAGS(0, 32, "gpio0", IOMUX_GPIO_ONLY, 0, 0, 0),
|
| H A D | pinctrl-rockchip.h | 183 #define IOMUX_GPIO_ONLY BIT(0) macro
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 42 #define IOMUX_GPIO_ONLY BIT(0) macro 1645 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) in rockchip_get_mux() 1704 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) { in rockchip_verify_mux() 1705 if (mux != IOMUX_GPIO_ONLY) { in rockchip_verify_mux() 1740 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) in rockchip_set_mux() 3545 PIN_BANK_IOMUX_FLAGS(0, 32, "gpio0", IOMUX_GPIO_ONLY, 0, 0, 0),
|