Searched refs:PCI_CLASS_PROG (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
D | bios.c | 189 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG, 196 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
|
/external/kernel-headers/original/uapi/linux/ |
D | pci_regs.h | 74 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
|
/external/u-boot/cmd/ |
D | pci.c | 177 { "programming interface", PCI_SIZE_8, PCI_CLASS_PROG },
|
/external/u-boot/drivers/pci/ |
D | fsl_pci_init.c | 619 pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &prog_if); in fsl_is_pci_agent()
|
/external/u-boot/include/ |
D | pci.h | 53 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
|