coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sysctr.h File Reference
#include <stdint.h>
Include dependency graph for sysctr.h:

Go to the source code of this file.

Data Structures

struct  sysctr_regs
 

Enumerations

enum  { SYSCTR_CNTCR_EN = 1 << 0 , SYSCTR_CNTCR_HDBG = 1 << 1 , SYSCTR_CNTCR_FCREQ = 1 << 8 }
 

Functions

 check_member (sysctr_regs, counterid11, 0xffc)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SYSCTR_CNTCR_EN 
SYSCTR_CNTCR_HDBG 
SYSCTR_CNTCR_FCREQ 

Definition at line 8 of file sysctr.h.

Function Documentation

◆ check_member()

check_member ( sysctr_regs  ,
counterid11  ,
0xffc   
)