Searched refs:OB_CFG_DONE (Results 1 – 2 of 2) sorted by relevance
1027 if (p_ccb->config_done & OB_CFG_DONE) { in l2c_csm_config()1053 p_ccb->config_done |= OB_CFG_DONE; in l2c_csm_config()1073 p_ccb->config_done |= OB_CFG_DONE; in l2c_csm_config()1174 if (p_ccb->config_done & OB_CFG_DONE) { in l2c_csm_config()1243 if (p_ccb->config_done & OB_CFG_DONE) in l2c_csm_config()1432 p_ccb->config_done &= ~OB_CFG_DONE; in l2c_csm_open()
303 #define OB_CFG_DONE 0x02 macro