Searched refs:IOMUX_WIDTH_4BIT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 54 #define IOMUX_WIDTH_4BIT BIT(1) macro 1105 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 1219 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux() 3293 inc = (iom->type & (IOMUX_WIDTH_4BIT | in rockchip_pinctrl_get_soc_data() 3500 PIN_BANK_IOMUX_FLAGS(1, 32, "gpio1", IOMUX_WIDTH_4BIT, 3501 IOMUX_WIDTH_4BIT, 3502 IOMUX_WIDTH_4BIT, 3503 IOMUX_WIDTH_4BIT 3505 PIN_BANK_IOMUX_FLAGS(2, 32, "gpio2", IOMUX_WIDTH_4BIT, 3506 IOMUX_WIDTH_4BIT, [all …]
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rk3288.c | 115 PIN_BANK_IOMUX_FLAGS(3, 32, "gpio3", 0, 0, 0, IOMUX_WIDTH_4BIT), 116 PIN_BANK_IOMUX_FLAGS(4, 32, "gpio4", IOMUX_WIDTH_4BIT, 117 IOMUX_WIDTH_4BIT, 129 IOMUX_WIDTH_4BIT,
|
H A D | pinctrl-rockchip.h | 25 #define IOMUX_WIDTH_4BIT BIT(1) macro
|
H A D | pinctrl-rockchip-core.c | 89 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux_data() 715 inc = (iom->type & (IOMUX_WIDTH_4BIT |
|