Searched refs:UNCORE_DISCOVERY_PCI_BOX_CTRL (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/events/intel/
H A Duncore_discovery.h33 #define UNCORE_DISCOVERY_PCI_BOX_CTRL(data) (data & 0xfff) macro
H A Duncore_discovery.c578 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset;
579 uncore->event_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctl_offset;
580 uncore->box_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl);

Completed in 377 milliseconds