Searched refs:PCI_CLASS_CODE (Results 1 – 5 of 5) sorted by relevance
| /u-boot/cmd/ |
| A D | pci.c | 270 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show() 275 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show() 325 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show_brief() 374 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show_brief()
|
| /u-boot/drivers/power/acpi_pmc/ |
| A D | pmc_emul.c | 72 case PCI_CLASS_CODE: in sandbox_pmc_emul_read_config()
|
| /u-boot/drivers/misc/ |
| A D | p2sb_emul.c | 79 case PCI_CLASS_CODE: in sandbox_p2sb_emul_read_config()
|
| A D | swap_case.c | 134 case PCI_CLASS_CODE: in sandbox_swap_case_read_config()
|
| /u-boot/include/ |
| A D | pci.h | 56 #define PCI_CLASS_CODE 0x0b /* Device class code */ macro
|
Completed in 18 milliseconds