Searched refs:IOMUX_WIDTH_4BIT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 72 #define IOMUX_WIDTH_4BIT BIT(1) macro 405 mask = (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) ? 0xf : 0x3; in rockchip_get_mux() 407 if (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 470 mask = (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) ? 0xf : 0x3; in rockchip_set_mux() 472 if (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux() 1810 inc = (iom->type & IOMUX_WIDTH_4BIT) ? 8 : 4; in rockchip_pinctrl_get_soc_data() 2031 PIN_BANK_IOMUX_FLAGS(3, 32, "gpio3", 0, 0, 0, IOMUX_WIDTH_4BIT), 2032 PIN_BANK_IOMUX_FLAGS(4, 32, "gpio4", IOMUX_WIDTH_4BIT, 2033 IOMUX_WIDTH_4BIT, 2045 IOMUX_WIDTH_4BIT,
|