Searched refs:slave1 (Results 1 – 4 of 4) sorted by relevance
937 BL_Err_Type GLB_AHB_Slave1_Reset(BL_AHB_Slave1_Type slave1) in GLB_AHB_Slave1_Reset() argument942 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Reset()946 tmpVal |= (1 << slave1); in GLB_AHB_Slave1_Reset()950 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Reset()965 BL_Err_Type GLB_AHB_Slave1_Clock_Gate(uint8_t enable, BL_AHB_Slave1_Type slave1) in GLB_AHB_Slave1_Clock_Gate() argument969 if ((BL_AHB_SLAVE1_GLB == slave1) || (BL_AHB_SLAVE1_TZ2 == slave1) || in GLB_AHB_Slave1_Clock_Gate()970 (BL_AHB_SLAVE1_CCI == slave1) || (BL_AHB_SLAVE1_L1C == slave1) || in GLB_AHB_Slave1_Clock_Gate()971 (BL_AHB_SLAVE1_PDS_HBN_AON_HBNRAM == slave1)) { in GLB_AHB_Slave1_Clock_Gate()980 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Clock_Gate()983 tmpVal |= (1 << slave1); in GLB_AHB_Slave1_Clock_Gate()
1133 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Reset()1137 tmpVal |= (1 << slave1); in GLB_AHB_Slave1_Reset()1141 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Reset()1163 if ((BL_AHB_SLAVE1_GLB == slave1) || (BL_AHB_SLAVE1_TZ2 == slave1) || in GLB_AHB_Slave1_Clock_Gate()1164 (BL_AHB_SLAVE1_CCI == slave1) || (BL_AHB_SLAVE1_L1C == slave1) || in GLB_AHB_Slave1_Clock_Gate()1165 (BL_AHB_SLAVE1_PDS_HBN_AON_HBNRAM == slave1)) { in GLB_AHB_Slave1_Clock_Gate()1171 if (BL_AHB_SLAVE1_QDEC == slave1) { in GLB_AHB_Slave1_Clock_Gate()1189 if (BL_AHB_SLAVE1_KYS == slave1) { in GLB_AHB_Slave1_Clock_Gate()1203 if (BL_AHB_SLAVE1_I2S == slave1) { in GLB_AHB_Slave1_Clock_Gate()1219 tmpVal &= (~(1 << slave1)); in GLB_AHB_Slave1_Clock_Gate()[all …]
583 BL_Err_Type GLB_AHB_Slave1_Reset(BL_AHB_Slave1_Type slave1);584 BL_Err_Type GLB_AHB_Slave1_Clock_Gate(uint8_t enable, BL_AHB_Slave1_Type slave1);
715 BL_Err_Type GLB_AHB_Slave1_Reset(BL_AHB_Slave1_Type slave1);716 BL_Err_Type GLB_AHB_Slave1_Clock_Gate(uint8_t enable, BL_AHB_Slave1_Type slave1);
Completed in 19 milliseconds