Searched refs:box_ctrl (Results 1 – 2 of 2) sorted by relevance
170 type->box_ctrl = unit->ctl; in uncore_insert_box_info()188 box_offset[i] = unit->ctl - type->box_ctrl; in uncore_insert_box_info()542 uncore->perf_ctr = (unsigned int)type->box_ctrl + type->ctr_offset; in uncore_update_uncore_type()543 uncore->event_ctl = (unsigned int)type->box_ctrl + type->ctl_offset; in uncore_update_uncore_type()544 uncore->box_ctl = (unsigned int)type->box_ctrl; in uncore_update_uncore_type()549 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset; in uncore_update_uncore_type()550 …uncore->event_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctl_offset; in uncore_update_uncore_type()551 uncore->box_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl); in uncore_update_uncore_type()559 uncore->box_ctl = (unsigned int)type->box_ctrl; in uncore_update_uncore_type()
115 u64 box_ctrl; /* Unit ctrl addr of the first box */ member