HomeSort by relevance Sort by last modified time
    Searched defs:afi (Results 1 - 3 of 3) sorted by null

  /external/u-boot/cmd/
armflash.c 92 struct afs_image *afi = &afs_images[num_afs_images]; local
95 afi->flinfo = info;
96 afi->version = 1;
97 afi->flash_mem_start = readl((void *)secend - 0x10);
98 afi->flash_mem_end = readl((void *)secend - 0x14);
99 afi->attributes = readl((void *)secend - 0x08);
101 imginfo = afi->flash_mem_end + afi->flash_mem_end % 4;
103 afi->region_count = 1;
104 afi->regions[0].offset = readl((void *)imginfo + 0x04)
118 struct afs_image *afi = &afs_images[num_afs_images]; local
180 struct afs_image *afi = NULL; local
227 struct afs_image *afi = &afs_images[i]; local
261 struct afs_image *afi = &afs_images[i]; local
    [all...]
  /external/u-boot/drivers/pci/
pci_tegra.c 220 struct resource afi; member in struct:tegra_pcie
243 writel(value, pcie->afi.start + offset);
248 return readl(pcie->afi.start + offset);
496 err = dev_read_resource(dev, 1, &pcie->afi);
498 pr_err("resource \"afi\" not found");
581 pr_err("clk_enable(afi) failed: %d\n", ret);
593 pr_err("reset_deassert(afi) failed: %d\n", ret);
612 /* reset PCIEXCLK logic, AFI controller and PCIe controller */
630 /* take AFI controller out of reset */
633 /* enable AFI clock *
    [all...]
  /external/tcpdump/
print-bgp.c 106 uint8_t afi[2]; /* the compiler messes this structure up */ member in struct:bgp_route_refresh
108 uint8_t safi; /* afi should be int16 - so we have to access it using */
109 }; /* EXTRACT_16BITS(&bgp_route_refresh->afi) (sigh) */
    [all...]

Completed in 63 milliseconds