Searched refs:CPG_PL3A_DDIV (Results 1 – 2 of 2) sorted by relevance
232 { 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()
55 #define CPG_PL3A_DDIV (CPG_BASE + 0x0208) macro