Searched refs:PCI_CLASS_CODE (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/cmd/ |
D | pci.c | 269 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show() 274 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show() 324 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show_brief() 372 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show_brief()
|
/external/u-boot/drivers/misc/ |
D | swap_case.c | 90 case PCI_CLASS_CODE: in sandbox_swap_case_read_config()
|
/external/u-boot/include/ |
D | pci.h | 55 #define PCI_CLASS_CODE 0x0b /* Device class code */ macro
|