Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/cpg/
H A Dcpg.c232 { CPG_PL3A_DDIV, 0x01000100 },
738 int prev_div = (mmio_read_32(CPG_PL3A_DDIV) >> seldiv_pos) & 7; in cpg_set_xspi_clock()
756 mmio_write_32(CPG_PL3A_DDIV, div); in cpg_set_xspi_clock()
783 div = (uint8_t)((mmio_read_32(CPG_PL3A_DDIV) >> seldiv_pos) & 7); in cpg_get_xspi_clock()
H A Dcpg_regs.h55 #define CPG_PL3A_DDIV (CPG_BASE + 0x0208) macro