coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
blc.c File Reference
Include dependency graph for blc.c:

Go to the source code of this file.

Functions

int get_blc_values (const struct blc_pwm_t **entries)
 
const char * mainboard_vbt_filename (void)
 

Variables

static const struct blc_pwm_t blc_entries []
 

Function Documentation

◆ get_blc_values()

int get_blc_values ( const struct blc_pwm_t **  entries)

Definition at line 31 of file blc.c.

References ARRAY_SIZE, and blc_entries.

◆ mainboard_vbt_filename()

const char* mainboard_vbt_filename ( void  )

Definition at line 37 of file blc.c.

References BIOS_DEBUG, get_blc_pwm_freq_value(), NULL, printk, and blc_pwm_t::pwm_freq.

Here is the call graph for this function:

Variable Documentation

◆ blc_entries

const struct blc_pwm_t blc_entries[]
static
Initial value:
= {
{"LTD121EQ3B", 447},
{"LTD121EWVB", 165},
{"LTD133EQ1B", 264},
{"B121EW03 V6 ", 165},
{"B121EW09 V3 ", 400},
{"HV121WX4-120", 110},
{"LTN121AT03001", 110},
{"LTN121AP03001", 750},
{"LP121WX3-TLC1", 400},
}

Definition at line 1 of file blc.c.

Referenced by get_blc_values().