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

Go to the source code of this file.

Macros

#define W83627THG_FDC   0 /* Floppy */
 
#define W83627THG_PP   1 /* Parallel port */
 
#define W83627THG_SP1   2 /* Com1 */
 
#define W83627THG_SP2   3 /* Com2 */
 
#define W83627THG_KBC   5 /* PS/2 keyboard & mouse */
 
#define W83627THG_GAME_MIDI_GPIO1   7
 
#define W83627THG_GPIO2   8
 
#define W83627THG_GPIO3   9
 
#define W83627THG_ACPI   10
 
#define W83627THG_HWM   11 /* Hardware monitor */
 

Functions

void pnp_enter_ext_func_mode (pnp_devfn_t dev)
 
void pnp_exit_ext_func_mode (pnp_devfn_t dev)
 
void w83627thg_set_clksel_48 (pnp_devfn_t dev)
 

Macro Definition Documentation

◆ W83627THG_ACPI

#define W83627THG_ACPI   10

Definition at line 16 of file w83627thg.h.

◆ W83627THG_FDC

#define W83627THG_FDC   0 /* Floppy */

Definition at line 8 of file w83627thg.h.

◆ W83627THG_GAME_MIDI_GPIO1

#define W83627THG_GAME_MIDI_GPIO1   7

Definition at line 13 of file w83627thg.h.

◆ W83627THG_GPIO2

#define W83627THG_GPIO2   8

Definition at line 14 of file w83627thg.h.

◆ W83627THG_GPIO3

#define W83627THG_GPIO3   9

Definition at line 15 of file w83627thg.h.

◆ W83627THG_HWM

#define W83627THG_HWM   11 /* Hardware monitor */

Definition at line 17 of file w83627thg.h.

◆ W83627THG_KBC

#define W83627THG_KBC   5 /* PS/2 keyboard & mouse */

Definition at line 12 of file w83627thg.h.

◆ W83627THG_PP

#define W83627THG_PP   1 /* Parallel port */

Definition at line 9 of file w83627thg.h.

◆ W83627THG_SP1

#define W83627THG_SP1   2 /* Com1 */

Definition at line 10 of file w83627thg.h.

◆ W83627THG_SP2

#define W83627THG_SP2   3 /* Com2 */

Definition at line 11 of file w83627thg.h.

Function Documentation

◆ pnp_enter_ext_func_mode()

void pnp_enter_ext_func_mode ( pnp_devfn_t  dev)

Definition at line 11 of file early_serial.c.

References outb().

Referenced by pilot_disable_serial(), pilot_enable_serial(), w83627dhg_enable_i2c(), and w83627dhg_set_clksel_48().

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

◆ pnp_exit_ext_func_mode()

void pnp_exit_ext_func_mode ( pnp_devfn_t  dev)

Definition at line 17 of file early_serial.c.

References outb().

Referenced by pilot_disable_serial(), pilot_enable_serial(), w83627dhg_enable_i2c(), and w83627dhg_set_clksel_48().

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

◆ w83627thg_set_clksel_48()

void w83627thg_set_clksel_48 ( pnp_devfn_t  dev)