Searched +full:modem +full:- +full:init (Results 1 – 4 of 4) sorted by relevance
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 3 // SPDX-License-Identifier: GPL-2.0-or-later 47 fn index(&self, idx: hwaddr) -> &Self::Output { in index() 52 // FIFOs use 32-bit indices instead of usize, for compatibility with 60 const fn len(&self) -> u32 { in len() 66 fn index_mut(&mut self, idx: u32) -> &mut Self::Output { in index_mut() 74 fn index(&self, idx: u32) -> &Self::Output { in index() 169 const INSTANCE_INIT: Option<unsafe fn(ParentInit<Self>)> = Some(Self::init); 175 fn properties() -> &'static [Property] { in properties() 178 fn vmsd() -> Option<&'static VMStateDescription> { in vmsd() 181 const REALIZE: Option<fn(&Self) -> qemu_api::Result<()>> = Some(Self::realize); [all …]
|
/qemu/pc-bios/ |
HD | openbios-ppc | ... i-cache-sets d-cache-block-size i-cache-block-size tlb- ... |
/qemu/hw/sparc/ |
H A D | sun4m.c | 4 * Copyright (c) 2003-2005 Fabrice Bellard 32 #include "qemu/error-report.h" 46 #include "hw/qdev-properties.h" 53 #include "hw/or-irq.h" 80 #define PROM_FILENAME "openbios-sparc32" 118 #define TYPE_SUN4M_MACHINE MACHINE_TYPE_NAME("sun4m-common") 163 chrp_nvram_create_free_partition(&image[sysp_end], 0x1fd0 - sysp_end); in nvram_init() 169 (k->write)(nvram, i, image[i]); in nvram_init() 175 CPUSPARCState *env = &cpu->env; in cpu_kick_irq() 178 cs->halted = 0; in cpu_kick_irq() [all …]
|
/qemu/hw/ppc/ |
H A D | spapr_pci.c | 36 #include "hw/pci-host/spapr.h" 40 #include "qemu/error-report.h" 47 #include "hw/qdev-properties.h" 70 QLIST_FOREACH(sphb, &spapr->phbs, list) { in spapr_pci_find_phb() 71 if (sphb->buid != buid) { in spapr_pci_find_phb() 92 return pci_find_device(phb->bus, bus_num, devfn); in spapr_pci_find_dev() 254 trace_spapr_pci_msi_setup(pdev->name, 0, msg.address); in spapr_msi_setmsg() 260 trace_spapr_pci_msi_setup(pdev->name, i, msg.address); in spapr_msi_setmsg() 330 msi = (SpaprPciMsi *) g_hash_table_lookup(phb->msi, &config_addr); in rtas_ibm_change_msi() 346 g_hash_table_remove(phb->msi, &config_addr); in rtas_ibm_change_msi() [all …]
|