Searched refs:SMC_CMD_DEALLOC_PART (Results 1 – 2 of 2) sorted by relevance
19 sm_cmd = (0 << SMC_PART_SHIFT | SMC_CMD_DEALLOC_PART); in imx8m_caam_init()22 sm_cmd = (2 << SMC_PART_SHIFT | SMC_CMD_DEALLOC_PART); in imx8m_caam_init()
31 #define SMC_CMD_DEALLOC_PART 0x03 /* deallocate partition */ macro