Home
last modified time | relevance | path

Searched refs:property_array_u32 (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/aarch64/src/
Dfdt.rs176 fdt.property_array_u32("interrupts", &timer_reg_cells)?; in create_timer_node()
195 fdt.property_array_u32("interrupts", &irq)?; in create_pmu_node()
208 fdt.property_array_u32("interrupts", &irq)?; in create_serial_node()
399 fdt.property_array_u32("ranges", &ranges)?; in create_pci_nodes()
400 fdt.property_array_u32("bus-range", &bus_range)?; in create_pci_nodes()
405 fdt.property_array_u32("interrupt-map", &interrupts)?; in create_pci_nodes()
406 fdt.property_array_u32("interrupt-map-mask", &masks)?; in create_pci_nodes()
437 fdt.property_array_u32("interrupts", &irq)?; in create_rtc_node()
/external/crosvm/arch/src/
Dfdt.rs282 pub fn property_array_u32(&mut self, name: &str, cells: &[u32]) -> Result<()> { in property_array_u32() method
517 fdt.property_array_u32("arru32", &[0x12345678, 0xAABBCCDD]) in all_props()