Lines Matching defs:amu
28 struct amu_core *amu)
56 amu->enable |= (1 << idx);
68 * Within a `cpu` node, attempt to dereference the `amu` property, and populate
79 struct amu_core *amu;
81 ret = fdt_read_uint32(fdt, node, "amu", &amu_phandle);
100 amu = &fconf_amu_topology_.cores[idx];
102 return fconf_populate_amu_cpu_amu(fdt, node, amu);
109 * The device tree is expected to provide an `amu` property for each `cpu` node,
113 * amu = <&cpu0_amu>;
117 * cpu0_amu: amu-0 {
142 FCONF_REGISTER_POPULATOR(HW_CONFIG, amu, fconf_populate_amu);