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

#include <spi_internal.h>

Collaboration diagram for spi_reg_fctrl:
Collaboration graph

Data Fields

struct {
   uint32_t   en: 1
 
   uint32_t   reserved: 31
 
}; 
 
uint32_t raw_bits
 

Detailed Description

Definition at line 107 of file spi_internal.h.

Field Documentation

◆ 

struct { ... }

◆ en

uint32_t spi_reg_fctrl::en

Definition at line 109 of file spi_internal.h.

Referenced by fu540_spi_mmap().

◆ raw_bits

uint32_t spi_reg_fctrl::raw_bits

Definition at line 112 of file spi_internal.h.

Referenced by fu540_spi_mmap().

◆ reserved

uint32_t spi_reg_fctrl::reserved

Definition at line 110 of file spi_internal.h.


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