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

Go to the source code of this file.

Macros

#define RK_CLRSETBITS(clr, set)   ((((clr) | (set)) << 16) | set)
 
#define RK_SETBITS(set)   RK_CLRSETBITS(0, set)
 
#define RK_CLRBITS(clr)   RK_CLRSETBITS(clr, 0)
 

Macro Definition Documentation

◆ RK_CLRBITS

#define RK_CLRBITS (   clr)    RK_CLRSETBITS(clr, 0)

Definition at line 10 of file soc.h.

◆ RK_CLRSETBITS

#define RK_CLRSETBITS (   clr,
  set 
)    ((((clr) | (set)) << 16) | set)

Definition at line 8 of file soc.h.

◆ RK_SETBITS

#define RK_SETBITS (   set)    RK_CLRSETBITS(0, set)

Definition at line 9 of file soc.h.