coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 /*
4  * Maxim MAX98927 audio codec devicetree bindings
5  */
7  /* I2C Bus Frequency in Hertz (default 400kHz) */
8  unsigned int bus_speed;
9  /* Set '1' if I2S channel size is not 32bit. */
11  /* Identifier for chips */
12  unsigned int uid;
13  /* Device Description */
14  const char *desc;
15  /* ACPI Device Name */
16  const char *name;
17  /* slot number where voltage feedback will be received */
18  unsigned int vmon_slot_no;
19  /* slot number where current feedback will be received */
20  unsigned int imon_slot_no;
21 };
const char * name
Definition: chip.h:16
const char * desc
Definition: chip.h:14
unsigned int uid
Definition: chip.h:12
unsigned int bus_speed
Definition: chip.h:8
unsigned int vmon_slot_no
Definition: chip.h:18
unsigned int imon_slot_no
Definition: chip.h:20