coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpld.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned int cpld_read_pcb_version (void)
 
void cpld_reset_bridge (void)
 

Function Documentation

◆ cpld_read_pcb_version()

unsigned int cpld_read_pcb_version ( void  )

Definition at line 23 of file cpld.c.

References CPLD_PCB_VERSION_BIT, CPLD_PCB_VERSION_MASK, CPLD_PCB_VERSION_PORT, and inb().

Referenced by mainboard_configure_edp_bridge(), and mainboard_memory_init_params().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cpld_reset_bridge()

void cpld_reset_bridge ( void  )

Definition at line 16 of file cpld.c.

References CPLD_CMD_RESET_DSI_BRIDGE_ACTIVE, CPLD_CMD_RESET_DSI_BRIDGE_INACTIVE, CPLD_RESET_PORT, and outb().

Referenced by mainboard_configure_edp_bridge().

Here is the call graph for this function:
Here is the caller graph for this function: