Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/hal/
Dreadme.md10 platform directory. See location in the drawing below.
/hal_microchip-latest/mpfs/drivers/mss/pf_pcie/
Dpf_pcie.c1288 uint64_t location = PCIE_CLEAR; in ecam_address_calc() local
1290 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()
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dmss_entry.S124 # location 2k after sdata start as the offsets used in the gp are +/- 2k
339 # location 2k after sdata start as the offsets used in the gp are +/- 2k