Lines Matching full:mbus
97 * The unit for this value is (MBUS clock cycles / MBUS_TMR_PERIOD). When
98 * MBUS_TMR_PERIOD is programmed to match the MBUS clock frequency in MHz, as
359 priv->reg_mbus = devm_platform_ioremap_resource_byname(pdev, "mbus"); in sun8i_a33_mbus_probe()
373 priv->clk_mbus = devm_clk_get(dev, "mbus"); in sun8i_a33_mbus_probe()
376 "failed to get mbus clock\n"); in sun8i_a33_mbus_probe()
390 /* Lock the MBUS clock rate to keep MBUS_TMR_PERIOD in sync. */ in sun8i_a33_mbus_probe()
393 err = "failed to lock mbus clock rate\n"; in sun8i_a33_mbus_probe()
487 { .compatible = "allwinner,sun50i-a64-mbus", .data = &sun50i_a64_mbus },
488 { .compatible = "allwinner,sun50i-h5-mbus", .data = &sun50i_a64_mbus },
500 .name = "sun8i-a33-mbus",
508 MODULE_DESCRIPTION("Allwinner sun8i/sun50i MBUS DEVFREQ Driver");