Searched refs:MA35_MFP_BITS_PER_PORT (Results 1 – 1 of 1) sorted by relevance
28 #define MA35_MFP_BITS_PER_PORT 4 macro299 regval &= ~GENMASK(setting->shift + MA35_MFP_BITS_PER_PORT - 1, in ma35_pinmux_set_mux()396 bit_offs = gpio * MA35_MFP_BITS_PER_PORT; in ma35_gpio_core_to_request()400 bit_offs = (gpio - 8) * MA35_MFP_BITS_PER_PORT; in ma35_gpio_core_to_request()404 regval &= ~GENMASK(bit_offs + MA35_MFP_BITS_PER_PORT - 1, bit_offs); in ma35_gpio_core_to_request()1030 pin->shift = (elems[i + 1] * MA35_MFP_BITS_PER_PORT) % 32; in ma35_pinctrl_parse_groups()