Home
last modified time | relevance | path

Searched refs:DWAPB_NR_CLOCKS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
A Dgpio-dwapb.c64 #define DWAPB_NR_CLOCKS 2 macro
121 struct clk_bulk_data clks[DWAPB_NR_CLOCKS];
644 clk_bulk_disable_unprepare(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_disable_clks()
654 err = devm_clk_bulk_get_optional(gpio->dev, DWAPB_NR_CLOCKS, in dwapb_get_clks()
661 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_get_clks()
771 clk_bulk_disable_unprepare(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_gpio_suspend()
783 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_gpio_resume()

Completed in 5 milliseconds