Home
last modified time | relevance | path

Searched refs:pcidev (Results 1 – 2 of 2) sorted by relevance

/include/
A Dbios_emul.h33 struct udevice *pcidev; member
41 int BootVideoCardBIOS(struct udevice *pcidev, BE_VGAInfo **pVGAInfo,
60 int biosemu_setup(struct udevice *pcidev, BE_VGAInfo **pVGAInfo);
A Dpci.h1120 int pci_write_config32(pci_dev_t pcidev, int offset, u32 value);
1121 int pci_write_config16(pci_dev_t pcidev, int offset, u16 value);
1122 int pci_write_config8(pci_dev_t pcidev, int offset, u8 value);
1123 int pci_read_config32(pci_dev_t pcidev, int offset, u32 *valuep);
1125 int pci_read_config8(pci_dev_t pcidev, int offset, u8 *valuep);
1204 return pci_write_config32(pcidev, offset, value); in pci_write_config_dword()
1211 return pci_write_config16(pcidev, offset, value); in pci_write_config_word()
1218 return pci_write_config8(pcidev, offset, value); in pci_write_config_byte()
1225 return pci_read_config32(pcidev, offset, valuep); in pci_read_config_dword()
1232 return pci_read_config16(pcidev, offset, valuep); in pci_read_config_word()
[all …]

Completed in 12 milliseconds