Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Drcar-gen3-cpg.c227 #define CPG_SD_DIV_TABLE_DATA(stp_hck, stp_ck, sd_srcfc, sd_fc, sd_div) \ macro
270 CPG_SD_DIV_TABLE_DATA(0, 0, 0, 1, 4),
271 CPG_SD_DIV_TABLE_DATA(0, 0, 1, 1, 8),
272 CPG_SD_DIV_TABLE_DATA(1, 0, 2, 1, 16),
273 CPG_SD_DIV_TABLE_DATA(1, 0, 3, 1, 32),
274 CPG_SD_DIV_TABLE_DATA(1, 0, 4, 1, 64),
275 CPG_SD_DIV_TABLE_DATA(0, 0, 0, 0, 2),
276 CPG_SD_DIV_TABLE_DATA(0, 0, 1, 0, 4),
277 CPG_SD_DIV_TABLE_DATA(1, 0, 2, 0, 8),
278 CPG_SD_DIV_TABLE_DATA(1, 0, 3, 0, 16),
[all …]
/OK3568_Linux_fs/u-boot/drivers/clk/renesas/
H A Dclk-rcar-gen3.c639 #define CPG_SD_DIV_TABLE_DATA(stp_hck, stp_ck, sd_srcfc, sd_fc, sd_div) \ macro
670 CPG_SD_DIV_TABLE_DATA(0, 0, 0, 1, 4),
671 CPG_SD_DIV_TABLE_DATA(0, 0, 1, 1, 8),
672 CPG_SD_DIV_TABLE_DATA(1, 0, 2, 1, 16),
673 CPG_SD_DIV_TABLE_DATA(1, 0, 3, 1, 32),
674 CPG_SD_DIV_TABLE_DATA(1, 0, 4, 1, 64),
675 CPG_SD_DIV_TABLE_DATA(0, 0, 0, 0, 2),
676 CPG_SD_DIV_TABLE_DATA(0, 0, 1, 0, 4),
677 CPG_SD_DIV_TABLE_DATA(1, 0, 2, 0, 8),
678 CPG_SD_DIV_TABLE_DATA(1, 0, 3, 0, 16),
[all …]