xref: /kernel/linux/linux-5.10/arch/x86/include/asm/pci-functions.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/x86/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *	PCI BIOS function numbering for conventional PCI BIOS
48c2ecf20Sopenharmony_ci *	systems
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#define PCIBIOS_PCI_FUNCTION_ID 	0xb1XX
88c2ecf20Sopenharmony_ci#define PCIBIOS_PCI_BIOS_PRESENT 	0xb101
98c2ecf20Sopenharmony_ci#define PCIBIOS_FIND_PCI_DEVICE		0xb102
108c2ecf20Sopenharmony_ci#define PCIBIOS_FIND_PCI_CLASS_CODE	0xb103
118c2ecf20Sopenharmony_ci#define PCIBIOS_GENERATE_SPECIAL_CYCLE	0xb106
128c2ecf20Sopenharmony_ci#define PCIBIOS_READ_CONFIG_BYTE	0xb108
138c2ecf20Sopenharmony_ci#define PCIBIOS_READ_CONFIG_WORD	0xb109
148c2ecf20Sopenharmony_ci#define PCIBIOS_READ_CONFIG_DWORD	0xb10a
158c2ecf20Sopenharmony_ci#define PCIBIOS_WRITE_CONFIG_BYTE	0xb10b
168c2ecf20Sopenharmony_ci#define PCIBIOS_WRITE_CONFIG_WORD	0xb10c
178c2ecf20Sopenharmony_ci#define PCIBIOS_WRITE_CONFIG_DWORD	0xb10d
188c2ecf20Sopenharmony_ci#define PCIBIOS_GET_ROUTING_OPTIONS	0xb10e
198c2ecf20Sopenharmony_ci#define PCIBIOS_SET_PCI_HW_INT		0xb10f
208c2ecf20Sopenharmony_ci
21

Indexes created Thu Nov 07 10:32:03 CST 2024