Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/queensbay/
H A Dtnc.c106 pci_read_config32(TNC_LPC, LPC_RCBA, &base); in tnc_irq_init()
/openbmc/u-boot/include/
H A Dpci.h1104 int pci_read_config32(pci_dev_t pcidev, int offset, u32 *valuep);
1185 return pci_read_config32(pcidev, offset, valuep); in pci_read_config_dword()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c374 int pci_read_config32(pci_dev_t bdf, int offset, u32 *valuep) in pci_read_config32() function