Lines Matching refs:ccm
1149 amdzen_ccm_data_t *ccm = &dfe->adfe_data.aded_ccm; in amdzen_setup_df_ccm() local
1174 ccm->acd_ccd_en[i] = (ccd_en & (1 << i)) != 0; in amdzen_setup_df_ccm()
1175 if (ccm->acd_ccd_en[i] == 0) in amdzen_setup_df_ccm()
1177 ccm->acd_ccd_id[i] = ccmno + i * df->adf_nccm; in amdzen_setup_df_ccm()
1178 ccm->acd_nccds++; in amdzen_setup_df_ccm()
2458 const amdzen_ccm_data_t *ccm = &ent->adfe_data.aded_ccm; in amdzen_topo_ioctl_df_fill_ccm() local
2461 topo_ccm->atcd_nccds = ccm->acd_nccds; in amdzen_topo_ioctl_df_fill_ccm()
2463 topo_ccm->atcd_ccd_en[i] = ccm->acd_ccd_en[i]; in amdzen_topo_ioctl_df_fill_ccm()
2464 topo_ccm->atcd_ccd_ids[i] = ccm->acd_ccd_id[i]; in amdzen_topo_ioctl_df_fill_ccm()
2601 amdzen_ccm_data_t *ccm; in amdzen_topo_ioctl_ccd() local
2648 ccm = &ent->adfe_data.aded_ccm; in amdzen_topo_ioctl_ccd()
2650 if (ccm->acd_ccd_en[ccdno] != 0 && in amdzen_topo_ioctl_ccd()
2651 ccm->acd_ccd_id[ccdno] == ccd.atccd_phys_no) { in amdzen_topo_ioctl_ccd()
2661 if (ccm->acd_ccd_data[ccdno] == NULL) { in amdzen_topo_ioctl_ccd()
2676 ccm->acd_ccd_data[ccdno] = ccdp; in amdzen_topo_ioctl_ccd()
2678 ASSERT3P(ccm->acd_ccd_data[ccdno], !=, NULL); in amdzen_topo_ioctl_ccd()
2679 bcopy(ccm->acd_ccd_data[ccdno], &ccd, sizeof (ccd)); in amdzen_topo_ioctl_ccd()