Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds