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

  /external/u-boot/include/
lmb.h 34 extern long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size);
  /external/u-boot/lib/
lmb.c 93 * This simplifies the lmb_add() code below...
175 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size) function
  /external/u-boot/common/
bootm.c 64 lmb_add(&images->lmb, (phys_addr_t)mem_start, mem_size);

Completed in 421 milliseconds