Home
last modified time | relevance | path

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

/external/crosvm/aarch64/src/
Dfdt.rs130 fdt.property_array_u32("interrupts", &timer_reg_cells)?; in create_timer_node()
149 fdt.property_array_u32("interrupts", &irq)?; in create_pmu_node()
162 fdt.property_array_u32("interrupts", &irq)?; in create_serial_node()
296 fdt.property_array_u32("ranges", &ranges)?; in create_pci_nodes()
297 fdt.property_array_u32("bus-range", &bus_range)?; in create_pci_nodes()
302 fdt.property_array_u32("interrupt-map", &interrupts)?; in create_pci_nodes()
303 fdt.property_array_u32("interrupt-map-mask", &masks)?; in create_pci_nodes()
331 fdt.property_array_u32("interrupts", &irq)?; in create_rtc_node()
/external/crosvm/arch/src/
Dfdt.rs280 pub fn property_array_u32(&mut self, name: &str, cells: &[u32]) -> Result<()> { in property_array_u32() method
516 fdt.property_array_u32("arru32", &[0x12345678, 0xAABBCCDD]) in all_props()