Lines Matching defs:spec
30 static int open_emmc(const uintptr_t spec);
51 static int open_mmap(const uintptr_t spec);
61 static int open_fip(const uintptr_t spec);
90 int (*check)(const uintptr_t spec);
140 static int open_emmc(const uintptr_t spec)
147 result = io_open(emmc_dev_handle, spec, &local_image_handle);
161 static int open_mmap(const uintptr_t spec)
168 result = io_open(mmap_dev_handle, spec, &local_image_handle);
183 static int open_fip(const uintptr_t spec)
190 result = io_open(fip_dev_handle, spec, &local_image_handle);