Searched refs:CP_DLL (Results 1 – 2 of 2) sorted by relevance
160 mmio_write_32(CP_DLL(DQ_TIMING_REG), CP_DQ_TIMING_REG_SDR); in cdns_nand_set_opr_mode()161 mmio_write_32(CP_DLL(DQS_TIMING_REG), CP_DQS_TIMING_REG_SDR); in cdns_nand_set_opr_mode()162 mmio_write_32(CP_DLL(GATE_LPBK_CTRL_REG), CP_GATE_LPBK_CTRL_REG_SDR); in cdns_nand_set_opr_mode()163 mmio_write_32(CP_DLL(MASTER_CTRL_REG), CP_DLL_MASTER_CTRL_REG_SDR); in cdns_nand_set_opr_mode()164 mmio_write_32(CP_DLL(SLAVE_CTRL_REG), CP_DLL_SLAVE_CTRL_REG_SDR); in cdns_nand_set_opr_mode()
143 #define CP_DLL(_reg) (CP_DLL_REG_BASE \ macro