Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 3 of 3) sorted by relevance

/src/arch/aarch64/arm_smmuv3/
A Darm_smmuv3.c141 smmuv3->prop.lvl2_str_table = true; in smmuv3_identify_features()
144 smmuv3->prop.linear_str_table = true; in smmuv3_identify_features()
162 smmuv3->prop.broadcast_TLB = true; in smmuv3_identify_features()
164 smmuv3->prop.broadcast_TLB = false; in smmuv3_identify_features()
272 smmuv3->prop.stream_n_bits = size; in smmuv3_queue_sizes()
369 smmuv3->prop.oas = oas; in smmuv3_xlat_support()
373 smmuv3->prop.ias = ias_aarch64; in smmuv3_xlat_support()
376 smmuv3->prop.ias = ias_aarch32; in smmuv3_xlat_support()
380 smmuv3->prop.ias, smmuv3->prop.oas); in smmuv3_xlat_support()
404 if (smmuv3->prop.broadcast_TLB) { in smmuv3_xlat_support()
[all …]
A Darm_smmuv3.h326 struct smmuv3_features prop; member
/src/
A Dfdt_patch.c20 static bool patch_uint(void *fdt, int off, const char *prop, uint64_t val) in patch_uint() argument
25 data = fdt_getprop(fdt, off, prop, &lenp); in patch_uint()
32 return fdt_setprop_inplace_u64(fdt, off, prop, val) == 0; in patch_uint()
36 (fdt_setprop_inplace_u32(fdt, off, prop, val) == 0); in patch_uint()

Completed in 10 milliseconds