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

/u-boot/drivers/net/
H A De1000.c1602 uint32_t pba = 0; local
1607 /* get the correct pba value for both PCI and PCIe*/
1609 pba = E1000_DEFAULT_PCI_PBA;
1611 pba = E1000_DEFAULT_PCIE_PBA;
1698 E1000_WRITE_REG(hw, PBA, pba);

Completed in 91 milliseconds