Searched refs:location (Results 1 – 3 of 3) sorted by relevance
10 platform directory. See location in the drawing below.
1288 uint64_t location = PCIE_CLEAR; in ecam_address_calc() local1290 location |= ((((uint64_t)bus) << PCIE_ECAM_BUS_SHIFT) & PCIE_ECAM_BUS_MASK); in ecam_address_calc()1291 location |= ((((uint64_t)device) << PCIE_ECAM_DEV_SHIFT) & PCIE_ECAM_DEV_MASK); in ecam_address_calc()1292 location |= ((((uint64_t)function) << PCIE_ECAM_FUN_SHIFT) & PCIE_ECAM_FUN_MASK); in ecam_address_calc()1294 location &= PCIE_ECAM_MASK; in ecam_address_calc()1295 axi_addr = axi_addr + location; in ecam_address_calc()
124 # location 2k after sdata start as the offsets used in the gp are +/- 2k339 # location 2k after sdata start as the offsets used in the gp are +/- 2k