Searched refs:chConfiguration (Results 1 – 1 of 1) sorted by relevance
105 uint32_t chConfiguration = 0; in MSS_CFM_channel_mode() local107 chConfiguration |= (chMode.channel0 & CFM_CHANNEL_MODE_MASK) << CFM_CH0_SHIFT_MASK; in MSS_CFM_channel_mode()108 chConfiguration |= (chMode.channel1 & CFM_CHANNEL_MODE_MASK) << CFM_CH1_SHIFT_MASK; in MSS_CFM_channel_mode()109 chConfiguration |= (chMode.channel2 & CFM_CHANNEL_MODE_MASK) << CFM_CH2_SHIFT_MASK; in MSS_CFM_channel_mode()110 chConfiguration |= (chMode.channel3 & CFM_CHANNEL_MODE_MASK) << CFM_CH3_SHIFT_MASK; in MSS_CFM_channel_mode()111 chConfiguration |= (chMode.channel4 & CFM_CHANNEL_MODE_MASK) << CFM_CH4_SHIFT_MASK; in MSS_CFM_channel_mode()112 chConfiguration |= (chMode.channel5 & CFM_CHANNEL_MODE_MASK) << CFM_CH5_SHIFT_MASK; in MSS_CFM_channel_mode()113 chConfiguration |= (chMode.channel6 & CFM_CHANNEL_MODE_MASK) << CFM_CH6_SHIFT_MASK; in MSS_CFM_channel_mode()114 chConfiguration |= (chMode.channel7 & CFM_CHANNEL_MODE_MASK) << CFM_CH7_SHIFT_MASK; in MSS_CFM_channel_mode()116 CFM_REG->modelReg = chConfiguration; in MSS_CFM_channel_mode()