Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/cpg/
H A Dcpg.c233 { CPG_PL3_SSEL, 0x01000000 },
737 int prev_sel = (mmio_read_32(CPG_PL3_SSEL) >> seldiv_pos) & 1; in cpg_set_xspi_clock()
746 mmio_write_32(CPG_PL3_SSEL, sel); in cpg_set_xspi_clock()
782 sel = (uint8_t)((mmio_read_32(CPG_PL3_SSEL) >> seldiv_pos) & 1); in cpg_get_xspi_clock()
H A Dcpg_regs.h63 #define CPG_PL3_SSEL (CPG_BASE + 0x0408) macro