Searched full:isc_clk (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/media/platform/microchip/ |
D | microchip-isc-clk.c | 22 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_wait_clk_stable() local 23 struct regmap *regmap = isc_clk->regmap; in isc_wait_clk_stable() 40 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_prepare() local 43 ret = pm_runtime_resume_and_get(isc_clk->dev); in isc_clk_prepare() 52 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_unprepare() local 56 pm_runtime_put_sync(isc_clk->dev); in isc_clk_unprepare() 61 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_enable() local 62 u32 id = isc_clk->id; in isc_clk_enable() 63 struct regmap *regmap = isc_clk->regmap; in isc_clk_enable() 67 dev_dbg(isc_clk->dev, "ISC CLK: %s, id = %d, div = %d, parent id = %d\n", in isc_clk_enable() [all …]
|
D | microchip-isc.h | 27 struct isc_clk { struct 38 #define to_isc_clk(v) container_of(v, struct isc_clk, hw) argument 285 struct isc_clk isc_clks[2];
|
D | microchip-isc-regs.h | 70 #define ISC_CLK(n) BIT(n) macro
|
/linux-6.12.1/drivers/staging/media/deprecated/atmel/ |
D | atmel-isc-clk.c | 22 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_wait_clk_stable() local 23 struct regmap *regmap = isc_clk->regmap; in isc_wait_clk_stable() 40 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_prepare() local 43 ret = pm_runtime_resume_and_get(isc_clk->dev); in isc_clk_prepare() 52 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_unprepare() local 56 pm_runtime_put_sync(isc_clk->dev); in isc_clk_unprepare() 61 struct isc_clk *isc_clk = to_isc_clk(hw); in isc_clk_enable() local 62 u32 id = isc_clk->id; in isc_clk_enable() 63 struct regmap *regmap = isc_clk->regmap; in isc_clk_enable() 67 dev_dbg(isc_clk->dev, "ISC CLK: %s, id = %d, div = %d, parent id = %d\n", in isc_clk_enable() [all …]
|
D | atmel-isc.h | 27 struct isc_clk { struct 38 #define to_isc_clk(v) container_of(v, struct isc_clk, hw) argument 267 struct isc_clk isc_clks[2];
|
D | atmel-isc-regs.h | 70 #define ISC_CLK(n) BIT(n) macro
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | atmel,isc.yaml | 99 clocks = <&isc_clk>, <&iscck>, <&isc_gclk>;
|
/linux-6.12.1/drivers/clk/at91/ |
D | sama5d2.c | 122 { .n = "isc_clk", .id = 46, },
|
D | sama7g5.c | 495 { .n = "isc_clk", .p = PCK_PARENT_HW_MCK3, .id = 56, .r = { .max = 266000000, }, .chgp = 1, },
|