Home
last modified time | relevance | path

Searched refs:INVERT_ENABLE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dclkt_dflt.c127 * Note: We don't need special code here for INVERT_ENABLE for the
128 * time being since INVERT_ENABLE only applies to clocks enabled by
227 /* FIXME should not have INVERT_ENABLE bit here */ in omap2_dflt_clk_enable()
229 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_enable()
259 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_disable()
286 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_is_enabled()
H A Dgate.c166 clk_gate_flags |= INVERT_ENABLE; in _of_ti_gate_clk_setup()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dclkt_dflt.c119 * Note: We don't need special code here for INVERT_ENABLE for the
120 * time being since INVERT_ENABLE only applies to clocks enabled by
219 /* FIXME should not have INVERT_ENABLE bit here */ in omap2_dflt_clk_enable()
221 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_enable()
251 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_disable()
278 if (clk->flags & INVERT_ENABLE) in omap2_dflt_clk_is_enabled()
H A Dgate.c158 clk_gate_flags |= INVERT_ENABLE; in _of_ti_gate_clk_setup()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock.h94 #define INVERT_ENABLE (1 << 4) /* 0 enables, 1 disables */ macro
/kernel/linux/linux-5.10/include/linux/clk/
H A Dti.h177 * INVERT_ENABLE: By default, clock enable bit behavior is '1' enable, '0'
190 #define INVERT_ENABLE (1 << 4) /* 0 enables, 1 disables */ macro
/kernel/linux/linux-6.6/include/linux/clk/
H A Dti.h191 * INVERT_ENABLE: By default, clock enable bit behavior is '1' enable, '0'
204 #define INVERT_ENABLE (1 << 4) /* 0 enables, 1 disables */ macro

Completed in 4 milliseconds