Searched refs:B2U8 (Results 1 – 1 of 1) sorted by relevance
19 #define B2U8(X) (((X) != SC_FALSE) ? (u8)(0x01U) : (u8)(0x00U)) macro647 RPC_U8(&msg, 0U) = B2U8(secure); in sc_rm_partition_alloc()648 RPC_U8(&msg, 1U) = B2U8(isolated); in sc_rm_partition_alloc()649 RPC_U8(&msg, 2U) = B2U8(restricted); in sc_rm_partition_alloc()650 RPC_U8(&msg, 3U) = B2U8(grant); in sc_rm_partition_alloc()651 RPC_U8(&msg, 4U) = B2U8(coherent); in sc_rm_partition_alloc()842 RPC_U8(&msg, 10U) = B2U8(enable); in sc_pm_cpu_start()
Completed in 4 milliseconds