Searched refs:PMC_CONFIG_RWBITS_MASK (Results 1 – 2 of 2) sorted by relevance
256 ConfigValue &= (~(uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()257 ConfigValue |= (ConfigPtr->ConfigRegister & (uint32)PMC_CONFIG_RWBITS_MASK); in Power_Ip_PMC_PowerInit()
71 #define PMC_CONFIG_RWBITS_MASK ( \ macro