Searched refs:IOMUX_WIDTH_4BIT (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/pinctrl/ |
| D | pinctrl-rockchip.c | 73 #define IOMUX_WIDTH_4BIT BIT(1) macro 409 mask = (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) ? 0xf : 0x3; in rockchip_get_mux() 411 if (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 474 mask = (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) ? 0xf : 0x3; in rockchip_set_mux() 476 if (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux() 1922 inc = (iom->type & IOMUX_WIDTH_4BIT) ? 8 : 4; in rockchip_pinctrl_get_soc_data() 2158 PIN_BANK_IOMUX_FLAGS(3, 32, "gpio3", 0, 0, 0, IOMUX_WIDTH_4BIT), 2159 PIN_BANK_IOMUX_FLAGS(4, 32, "gpio4", IOMUX_WIDTH_4BIT, 2160 IOMUX_WIDTH_4BIT, 2172 IOMUX_WIDTH_4BIT,
|