Lines Matching defs:spec
47 static int open_mmc(const uintptr_t spec);
57 static int open_memmap(const uintptr_t spec);
60 static int open_fip(const uintptr_t spec);
120 int (*check)(const uintptr_t spec);
206 static int open_fip(const uintptr_t spec)
214 result = io_open(fip_dev_handle, spec, &local_image_handle);
224 static int open_mmc(const uintptr_t spec)
231 result = io_open(mmc_dev_handle, spec, &local_handle);
239 static int open_memmap(const uintptr_t spec)
246 result = io_open(memmap_dev_handle, spec, &local_image_handle);