Searched refs:pom (Results 1 – 12 of 12) sorted by relevance
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 106 VMSTATE_UINT8(pom, PMCW), 710 schib->pmcw.pom = 0xff; in sch_handle_clear_func() 1333 dest->pom = src->pom; in copy_pmcw_to_guest() 1409 dest->pom = src->pom; in copy_pmcw_from_guest() 1481 schib->pmcw.pom = schib_copy.pmcw.pom; in css_do_msch() 2089 schib->pmcw.pom = 0xff; in css_sch_build_virtual_schib() 2428 schib->pmcw.pom = 0xff; in css_reset_sch() 2621 uint32_t pim, pam, pom; in css_sch_get_path_masks() local 2633 if (fscanf(fd, "%x %x %x", &pim, &pam, &pom) != 3) { in css_sch_get_path_masks() 2641 schib->pmcw.pom = pom; in css_sch_get_path_masks()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | cio.h | 36 u8 pom; /* path operational mask */ member
|
H A D | trace.h | 61 __entry->pmcw_pom = schib->pmcw.pom;
|
H A D | css.c | 411 pmcw->pim, pmcw->pam, pmcw->pom); in pimpampom_show() 757 (sch->opm & pmcw->pam & pmcw->pom)) in __unset_validpath()
|
H A D | device.c | 1019 sch->schib.pmcw.pam, sch->schib.pmcw.pom); in io_subchannel_init_fields()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | ioinst.h | 94 uint8_t pom; member
|
/openbmc/qemu/hw/vfio/ |
H A D | ccw.c | 161 schib->pmcw.pom = s->pmcw.pom; in vfio_ccw_handle_store()
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_csr.h | 863 u64 pom : 1; member 875 u64 pom : 1;
|
H A D | nitrox_isr.c | 237 if (core_int.s.pom) in nps_core_int_isr()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 37 u8 pom; /* path operational mask */ member
|