Searched refs:fschan (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 926 int fschan; in st_of_create_quadfs_fsynths() local 941 for (fschan = 0; fschan < QUADFS_MAX_CHAN; fschan++) { in st_of_create_quadfs_fsynths() 947 clk_name = quadfs->outputs[fschan].name; in st_of_create_quadfs_fsynths() 948 flags = quadfs->outputs[fschan].flags; in st_of_create_quadfs_fsynths() 952 fschan, &clk_name)) in st_of_create_quadfs_fsynths() 954 of_clk_detect_critical(np, fschan, &flags); in st_of_create_quadfs_fsynths() 964 quadfs->data, reg, fschan, in st_of_create_quadfs_fsynths() 972 clk_data->clks[fschan] in st_of_create_quadfs_fsynths() [all...] |
/kernel/linux/linux-5.10/drivers/clk/st/ |
H A D | clkgen-fsyn.c | 864 int fschan; in st_of_create_quadfs_fsynths() local 879 for (fschan = 0; fschan < QUADFS_MAX_CHAN; fschan++) { in st_of_create_quadfs_fsynths() 885 fschan, &clk_name)) { in st_of_create_quadfs_fsynths() 895 of_clk_detect_critical(np, fschan, &flags); in st_of_create_quadfs_fsynths() 898 quadfs, reg, fschan, in st_of_create_quadfs_fsynths() 906 clk_data->clks[fschan] = clk; in st_of_create_quadfs_fsynths()
|
Completed in 3 milliseconds