Searched refs:pci_read_config32 (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/x86/cpu/queensbay/
H A Dtnc.c105 pci_read_config32(TNC_LPC, LPC_RCBA, &base);
/u-boot/include/
H A Dpci.h1119 int pci_read_config32(pci_dev_t pcidev, int offset, u32 *valuep);
1221 return pci_read_config32(pcidev, offset, valuep);
/u-boot/drivers/pci/
H A Dpci-uclass.c406 int pci_read_config32(pci_dev_t bdf, int offset, u32 *valuep) function

Completed in 49 milliseconds