Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  *	PCI BIOS function numbering for conventional PCI BIOS 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  *	systems
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #define PCIBIOS_PCI_FUNCTION_ID 	0xb1XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #define PCIBIOS_PCI_BIOS_PRESENT 	0xb101
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #define PCIBIOS_FIND_PCI_DEVICE		0xb102
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #define PCIBIOS_FIND_PCI_CLASS_CODE	0xb103
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #define PCIBIOS_GENERATE_SPECIAL_CYCLE	0xb106
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define PCIBIOS_READ_CONFIG_BYTE	0xb108
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #define PCIBIOS_READ_CONFIG_WORD	0xb109
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define PCIBIOS_READ_CONFIG_DWORD	0xb10a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define PCIBIOS_WRITE_CONFIG_BYTE	0xb10b
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #define PCIBIOS_WRITE_CONFIG_WORD	0xb10c
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #define PCIBIOS_WRITE_CONFIG_DWORD	0xb10d
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #define PCIBIOS_GET_ROUTING_OPTIONS	0xb10e
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) #define PCIBIOS_SET_PCI_HW_INT		0xb10f
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)