coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pspv2_mbox_command::pspv2_mbox_cmd_fields Struct Reference
Collaboration diagram for pspv2_mbox_command::pspv2_mbox_cmd_fields:
Collaboration graph

Data Fields

u16 mbox_status
 
u8 mbox_command
 
u32 reserved:6
 
u32 recovery:1
 
u32 ready:1
 

Detailed Description

Definition at line 18 of file psp_gen2.c.

Field Documentation

◆ mbox_command

u8 pspv2_mbox_command::pspv2_mbox_cmd_fields::mbox_command

Definition at line 20 of file psp_gen2.c.

Referenced by wait_command(), and wr_mbox_cmd().

◆ mbox_status

u16 pspv2_mbox_command::pspv2_mbox_cmd_fields::mbox_status

Definition at line 19 of file psp_gen2.c.

Referenced by rd_mbox_sts().

◆ ready

u32 pspv2_mbox_command::pspv2_mbox_cmd_fields::ready

Definition at line 23 of file psp_gen2.c.

Referenced by wait_command().

◆ recovery

u32 pspv2_mbox_command::pspv2_mbox_cmd_fields::recovery

Definition at line 22 of file psp_gen2.c.

Referenced by rd_mbox_recovery().

◆ reserved

u32 pspv2_mbox_command::pspv2_mbox_cmd_fields::reserved

Definition at line 21 of file psp_gen2.c.


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