coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spkmodem.h File Reference
#include <stdint.h>
Include dependency graph for spkmodem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void spkmodem_init (void)
 
void spkmodem_tx_byte (unsigned char c)
 
static void __spkmodem_init (void)
 
static void __spkmodem_tx_byte (u8 data)
 

Function Documentation

◆ __spkmodem_init()

static void __spkmodem_init ( void  )
inlinestatic

Definition at line 13 of file spkmodem.h.

Referenced by console_hw_init().

Here is the caller graph for this function:

◆ __spkmodem_tx_byte()

static void __spkmodem_tx_byte ( u8  data)
inlinestatic

Definition at line 14 of file spkmodem.h.

Referenced by console_interactive_tx_byte().

Here is the caller graph for this function:

◆ spkmodem_init()

void spkmodem_init ( void  )

Definition at line 96 of file spkmodem.c.

References spkmodem_tx_byte().

Here is the call graph for this function:

◆ spkmodem_tx_byte()

void spkmodem_tx_byte ( unsigned char  c)

Definition at line 81 of file spkmodem.c.

References c, make_tone(), and SPEAKER_PIT_FREQUENCY.

Referenced by spkmodem_init().

Here is the call graph for this function:
Here is the caller graph for this function: