coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pnp_type.h File Reference
#include <stdint.h>
Include dependency graph for pnp_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PNP_DEV(PORT, FUNC)   (((PORT) << 8) | (FUNC))
 
#define ENV_PNP_SIMPLE_DEVICE   0
 

Typedefs

typedef u32 pnp_devfn_t
 

Macro Definition Documentation

◆ ENV_PNP_SIMPLE_DEVICE

#define ENV_PNP_SIMPLE_DEVICE   0

Definition at line 15 of file pnp_type.h.

◆ PNP_DEV

#define PNP_DEV (   PORT,
  FUNC 
)    (((PORT) << 8) | (FUNC))

Definition at line 10 of file pnp_type.h.

Typedef Documentation

◆ pnp_devfn_t

typedef u32 pnp_devfn_t

Definition at line 8 of file pnp_type.h.