Searched refs:properties (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | atmel_saic.c | 141 static int saic_dt_get_irq(const uint32_t *properties, int len, in saic_dt_get_irq() argument 152 it = fdt32_to_cpu(properties[0]); in saic_dt_get_irq() 156 irq_type = fdt32_to_cpu(properties[1]); in saic_dt_get_irq() 160 priority = fdt32_to_cpu(properties[2]); in saic_dt_get_irq()
|
| H A D | gic.c | 431 static int gic_dt_get_irq(const uint32_t *properties, int count, uint32_t *type, in gic_dt_get_irq() argument 438 if (!properties || count < 2 || count > 3) in gic_dt_get_irq() 441 interrupt_type = fdt32_to_cpu(properties[0]); in gic_dt_get_irq() 442 it_num = (int)fdt32_to_cpu(properties[1]); in gic_dt_get_irq() 445 detection_type = fdt32_to_cpu(properties[2]) & GENMASK_32(3, 0); in gic_dt_get_irq()
|
| H A D | plic.c | 208 static int plic_dt_get_irq(const uint32_t *properties __unused, in plic_dt_get_irq()
|
| /optee_os/core/arch/arm/tests/ |
| H A D | ffa_lsp.c | 28 .properties = FFA_PART_PROP_DIRECT_REQ_RECV,
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | README.md | 5 … However, note that PSA semantics do not fully apply, as many relevant properties required by the … 15 …** Although this PTA reuses the PSA token format, many of the relevant properties required by the …
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_spmc.h | 60 uint32_t properties; member
|
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 51 int (*dt_get_irq)(const uint32_t *properties, int count, uint32_t *type,
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 593 desc->properties, in lsp_partition_info_get() 2443 if (d->properties & ~accept_props) { in check_desc() 2445 d->properties, d->name, d->sp_id); in check_desc() 2448 d->properties &= accept_props; in check_desc() 2511 .properties = FFA_PART_PROP_DIRECT_REQ_RECV |
|