Home
last modified time | relevance | path

Searched defs:intc_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs204 let intc_node = fdt.root_mut().subnode_mut("intc")?; in create_gic_node() localVariable
851 let intc_node = fdt.get_node_mut(TEST_PATH).unwrap(); in symbols_entries() localVariable
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dfdt.rs82 let intc_node = cpu_node.subnode_mut("interrupt-controller")?; in create_cpu_nodes() localVariable