Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-dwapb.c64 #define DWAPB_NR_CLOCKS 2 macro
119 struct clk_bulk_data clks[DWAPB_NR_CLOCKS];
690 clk_bulk_disable_unprepare(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_disable_clks()
700 err = devm_clk_bulk_get_optional(gpio->dev, DWAPB_NR_CLOCKS, in dwapb_get_clks()
706 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_get_clks()
840 clk_bulk_disable_unprepare(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_gpio_suspend_noirq()
853 err = clk_bulk_prepare_enable(DWAPB_NR_CLOCKS, gpio->clks); in dwapb_gpio_resume_noirq()