Lines Matching defs:name
35 const int32_t name;
135 int32_t rcar_get_certificate(const int32_t name, uint32_t *cert)
141 if (name != cert_offset[i].name) {
157 static int32_t file_to_offset(const int32_t name, uintptr_t *offset,
165 if (name != name_offset[i].name) {
188 if (name != cert_offset[i].name) {
381 static int32_t rcar_dev_init(io_dev_info_t *dev_info, const uintptr_t name)
391 rc = plat_get_drv_source(name, &rcar_handle, &rcar_spec);
393 WARN("Failed to obtain reference to img %ld (%i)\n", name, rc);
403 WARN("Failed to access img %ld (%i)\n", name, rc);
419 offset = name == EMMC_DEV_ID ? RCAR_EMMC_CERT_HEADER :
502 WARN("Failed to open file name %ld (%i)\n", spec->offset, rc);