coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chan_regs Struct Reference

#include <pmif_common.h>

Collaboration diagram for chan_regs:
Collaboration graph

Data Fields

u32 ch_send
 
u32 wdata
 
u32 reserved12 [3]
 
u32 rdata
 
u32 reserved13 [3]
 
u32 ch_rdy
 
u32 ch_sta
 

Detailed Description

Definition at line 15 of file pmif_common.h.

Field Documentation

◆ ch_rdy

u32 chan_regs::ch_rdy

Definition at line 21 of file pmif_common.h.

Referenced by pmif_send_cmd().

◆ ch_send

u32 chan_regs::ch_send

Definition at line 16 of file pmif_common.h.

Referenced by pmif_send_cmd().

◆ ch_sta

u32 chan_regs::ch_sta

Definition at line 22 of file pmif_common.h.

Referenced by pmif_check_swinf().

◆ rdata

u32 chan_regs::rdata

Definition at line 19 of file pmif_common.h.

Referenced by pmif_send_cmd().

◆ reserved12

u32 chan_regs::reserved12[3]

Definition at line 18 of file pmif_common.h.

◆ reserved13

u32 chan_regs::reserved13[3]

Definition at line 20 of file pmif_common.h.

◆ wdata

u32 chan_regs::wdata

Definition at line 17 of file pmif_common.h.

Referenced by pmif_send_cmd().


The documentation for this struct was generated from the following file: