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

#include <acpi_device.h>

Collaboration diagram for acpi_spi:
Collaboration graph

Data Fields

uint16_t device_select
 
enum spi_polarity device_select_polarity
 
enum spi_wire_mode wire_mode
 
unsigned int speed
 
u8 data_bit_length
 
enum spi_clock_phase clock_phase
 
enum spi_polarity clock_polarity
 
const char * resource
 

Detailed Description

Definition at line 320 of file acpi_device.h.

Field Documentation

◆ clock_phase

enum spi_clock_phase acpi_spi::clock_phase

Definition at line 330 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ clock_polarity

enum spi_polarity acpi_spi::clock_polarity

Definition at line 330 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ data_bit_length

u8 acpi_spi::data_bit_length

Definition at line 330 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ device_select

uint16_t acpi_spi::device_select

Definition at line 322 of file acpi_device.h.

Referenced by acpi_device_write_spi(), and spi_acpi_fill_ssdt_generator().

◆ device_select_polarity

enum spi_polarity acpi_spi::device_select_polarity

Definition at line 322 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ resource

const char* acpi_spi::resource

Definition at line 336 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ speed

unsigned int acpi_spi::speed

Definition at line 328 of file acpi_device.h.

Referenced by acpi_device_write_spi().

◆ wire_mode

enum spi_wire_mode acpi_spi::wire_mode

Definition at line 322 of file acpi_device.h.

Referenced by acpi_device_write_spi().


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