Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-periph-gate.c42 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) macro
52 if (!(read_enb(gate) & periph_clk_to_bit(gate))) in clk_periph_is_enabled()
56 if (read_rst(gate) & periph_clk_to_bit(gate)) in clk_periph_is_enabled()
75 write_enb_set(periph_clk_to_bit(gate), gate); in clk_periph_enable()
80 if (read_rst(gate) & periph_clk_to_bit(gate)) { in clk_periph_enable()
82 write_rst_clr(periph_clk_to_bit(gate), gate); in clk_periph_enable()
119 write_enb_clr(periph_clk_to_bit(gate), gate); in clk_periph_disable()
162 if (read_enb(gate) & periph_clk_to_bit(gate)) in tegra_clk_register_periph_gate()