coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
winbond.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_WINBOND_COMMON_PRE_RAM_H
4 #define SUPERIO_WINBOND_COMMON_PRE_RAM_H
5 
6 #include <device/pnp_type.h>
7 #include <stdint.h>
8 
12 
15 
16 #endif /* SUPERIO_WINBOND_COMMON_PRE_RAM_H */
static size_t offset
Definition: flashconsole.c:16
state
Definition: raminit.c:1787
u32 pnp_devfn_t
Definition: pnp_type.h:8
static const int mask[4]
Definition: gpio.c:308
unsigned short uint16_t
Definition: stdint.h:11
unsigned char uint8_t
Definition: stdint.h:8
void winbond_set_pinmux(pnp_devfn_t dev, uint8_t offset, uint8_t mask, uint8_t state)
Definition: early_init.c:57
void pnp_exit_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:38
void pnp_enter_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:30
void winbond_set_clksel_48(pnp_devfn_t dev)
Definition: early_init.c:70
void winbond_enable_serial(pnp_devfn_t dev, uint16_t iobase)
Definition: early_init.c:47