coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pc87382.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_NSC_PC87382_H
4 #define SUPERIO_NSC_PC87382_H
5 
6 #define PC87382_IR 0x02
7 #define PC87382_SP1 0x03
8 #define PC87382_GPIO 0x07
9 #define PC87382_DOCK 0x19
10 #endif