Searched refs:pom (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/pci-host/ |
H A D | ppc440_pcix.c | 56 struct PLBOutMap pom[PPC440_PCIX_NR_POMS]; member 140 MemoryRegion *mem = &s->pom[idx].mr; in ppc440_pcix_update_pom() 148 if (!(s->pom[idx].sa & 1)) { in ppc440_pcix_update_pom() 154 size = ~(s->pom[idx].sa & 0xfffffffe) + 1; in ppc440_pcix_update_pom() 159 s->pom[idx].pcia, size); in ppc440_pcix_update_pom() 160 memory_region_add_subregion(address_space_mem, s->pom[idx].la, mem); in ppc440_pcix_update_pom() 163 trace_ppc440_pcix_update_pom(idx, size, s->pom[idx].la, s->pom[idx].pcia); in ppc440_pcix_update_pom() 178 s->pom[0].la &= 0xffffffff00000000ULL; in ppc440_pcix_reg_write4() 179 s->pom[0].la |= val; in ppc440_pcix_reg_write4() 183 s->pom[0].la &= 0xffffffffULL; in ppc440_pcix_reg_write4() [all …]
|
/qemu/hw/audio/ |
H A D | fmopl.c | 607 double pom; in OPLOpenTable() local 647 pom = sin(2*PI*s/SIN_ENT); /* sin */ in OPLOpenTable() 648 pom = 20*log10(1/pom); /* decibel */ in OPLOpenTable() 649 j = pom / EG_STEP; /* TL_TABLE steps */ in OPLOpenTable() 668 pom = pow( ((double)(EG_ENT-1-i)/EG_ENT) , 8 ) * EG_ENT; in OPLOpenTable() 670 ENV_CURVE[i] = (int)pom; in OPLOpenTable() 679 pom = (1.0+sin(2*PI*i/AMS_ENT))/2; /* sin */ in OPLOpenTable() 680 AMS_TABLE[i] = (1.0/EG_STEP)*pom; /* 1dB */ in OPLOpenTable() 681 AMS_TABLE[AMS_ENT+i] = (4.8/EG_STEP)*pom; /* 4.8dB */ in OPLOpenTable() 687 pom = (double)VIB_RATE*0.06*sin(2*PI*i/VIB_ENT); /* +-100sect step */ in OPLOpenTable() [all …]
|
/qemu/hw/s390x/ |
H A D | css.c | 104 VMSTATE_UINT8(pom, PMCW), 681 schib->pmcw.pom = 0xff; in sch_handle_clear_func() 1304 dest->pom = src->pom; in copy_pmcw_to_guest() 1380 dest->pom = src->pom; in copy_pmcw_from_guest() 1452 schib->pmcw.pom = schib_copy.pmcw.pom; in css_do_msch() 2060 schib->pmcw.pom = 0xff; in css_sch_build_virtual_schib() 2399 schib->pmcw.pom = 0xff; in css_reset_sch() 2592 uint32_t pim, pam, pom; in css_sch_get_path_masks() local 2604 if (fscanf(fd, "%x %x %x", &pim, &pam, &pom) != 3) { in css_sch_get_path_masks() 2612 schib->pmcw.pom = pom; in css_sch_get_path_masks()
|
/qemu/include/hw/s390x/ |
H A D | ioinst.h | 94 uint8_t pom; member
|
/qemu/hw/vfio/ |
H A D | ccw.c | 153 schib->pmcw.pom = s->pmcw.pom; in vfio_ccw_handle_store()
|
/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 37 u8 pom; /* path operational mask */ member
|