Lines Matching +full:sun4i +full:- +full:a10 +full:- +full:i2s
2 * Allwinner A10 SoCs pinctrl driver.
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
18 #include "pinctrl-sunxi.h"
218 * The SPDIF block is not referenced at all in the A10 user
232 * On A10 there's only one I2S controller and the pin group
233 * is simply named "i2s". On A20 there's two and thus it's
237 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* MCLK */
246 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* BCLK */
255 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* LRCK */
264 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DO0 */
273 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DO1 */
283 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DO2 */
293 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DO3 */
301 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DI */
307 /* Undocumented mux function on A10 - See SPDIF MCLK above */
315 /* Undocumented mux function on A10 - See SPDIF MCLK above */
1296 unsigned long variant = (unsigned long)of_device_get_match_data(&pdev->dev); in sun4i_a10_pinctrl_probe()
1304 .compatible = "allwinner,sun4i-a10-pinctrl",
1308 .compatible = "allwinner,sun7i-a20-pinctrl",
1312 .compatible = "allwinner,sun8i-r40-pinctrl",
1321 .name = "sun4i-pinctrl",