Searched refs:CRU_CLKSEL_CON (Results 1 – 6 of 6) sorted by relevance
371 ddr_data.clk_sel0 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(0)); in pm_plls_suspend()372 ddr_data.clk_sel1 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(1)); in pm_plls_suspend()373 ddr_data.clk_sel18 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(18)); in pm_plls_suspend()374 ddr_data.clk_sel20 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(20)); in pm_plls_suspend()375 ddr_data.clk_sel24 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(24)); in pm_plls_suspend()376 ddr_data.clk_sel38 = mmio_read_32(CRU_BASE + CRU_CLKSEL_CON(38)); in pm_plls_suspend()383 mmio_write_32(CRU_BASE + CRU_CLKSEL_CON(0), in pm_plls_suspend()387 mmio_write_32(CRU_BASE + CRU_CLKSEL_CON(1), in pm_plls_suspend()391 mmio_write_32(CRU_BASE + CRU_CLKSEL_CON(20), in pm_plls_suspend()395 mmio_write_32(CRU_BASE + CRU_CLKSEL_CON(24), in pm_plls_suspend()[all …]
59 #define CRU_CLKSEL_CON 0x100 macro60 #define CRU_CLKSELS_CON(i) (CRU_CLKSEL_CON + (i) * 4)
41 #define CRU_CLKSEL_CON 0x60 macro42 #define CRU_CLKSELS_CON(i) (CRU_CLKSEL_CON + ((i) * 4))
79 #define CRU_CLKSEL_CON 0x100 macro80 #define CRU_CLKSELS_CON(i) (CRU_CLKSEL_CON + ((i) * 4))
40 #define CRU_CLKSEL_CON(i) (0x100 + ((i) * 4)) macro
46 #define CRU_CLKSEL_CON(n) (0x100 + (n) * 4) macro