Home
last modified time | relevance | path

Searched refs:PCI_CLASS_PROG (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbios.c189 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
196 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
/rk3399_rockchip-uboot/cmd/
H A Dpci.c148 { "programming interface", PCI_SIZE_8, PCI_CLASS_PROG },
/rk3399_rockchip-uboot/drivers/pci/
H A Dfsl_pci_init.c620 pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &prog_if); in fsl_is_pci_agent()
/rk3399_rockchip-uboot/include/
H A Dpci.h55 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro