Home
last modified time | relevance | path

Searched refs:exp (Results 351 – 375 of 393) sorted by relevance

1...<<111213141516

/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c725 uint16_t ats_cap = dev->exp.ats_cap; in pcie_ats_config_write()
2176 pci_dev->exp.pm_cap = pos; in virtio_pci_realize()
2273 pci_set_word(dev->config + dev->exp.pm_cap + PCI_PM_CTRL, 0); in virtio_pci_bus_reset_hold()
/openbmc/qemu/hw/vfio/
H A Dpci.c1917 if (pci_bus_is_root(bus) || !parent || !parent->exp.exp_cap || in vfio_pci_enable_rp_atomics()
1925 pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; in vfio_pci_enable_rp_atomics()
1967 uint8_t *pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; in vfio_pci_disable_rp_atomics()
2100 vdev->pdev.exp.exp_cap = pos; in vfio_setup_pcie_cap()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs.h1159 u32 exp; /* expect value read from reg */ member
H A Dbfa_ioc.c4786 res->exp = swab32(res->exp); in bfa_diag_memtest_done()
4792 bfa_trc(diag, res->exp); in bfa_diag_memtest_done()
/openbmc/linux/Documentation/filesystems/caching/
H A Dfscache.rst186 | |exp=N |Number of cookies expired off of the LRU |
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc169 .exp = INT_MAX,
187 .exp = INT_MAX,
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c852 struct v4l2_exportbuffer *exp) in uvc_ioctl_expbuf() argument
860 return uvc_export_buffer(&stream->queue, exp); in uvc_ioctl_expbuf()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_sas.c957 struct sas_expander_device *exp = rphy_to_expander_device(rphy); in sas_port_alloc_num() local
959 index = exp->next_port_id++; in sas_port_alloc_num()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1441 cmpi.w %d0,&0x3f80 # is |exp| == $3f80?
1443 cmpi.w %d0,&0x407f # no; is |exp| == $407f?
2098 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits))
5577 # to 0x3ffe and return a scale factor of "(exp-0x3ffe)/2". If the #
5579 # return a scale factor of "(exp-0x3fff)/2". #
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1536 u8 pre_shift, exp; in wrp_div_imm() local
1566 exp = rvalue.exp; in wrp_div_imm()
1574 if (imm == 1U << exp) { in wrp_div_imm()
1576 SHF_SC_R_SHF, exp); in wrp_div_imm()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c692 if (foc->exp) { in tcp_options_write()
820 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
828 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
899 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options()
H A Digmp.c228 unsigned long exp = jiffies + tv + 2; in igmp_gq_start_timer() local
231 time_after_eq(exp, (in_dev->mr_gq_timer).expires)) in igmp_gq_start_timer()
235 if (!mod_timer(&in_dev->mr_gq_timer, exp)) in igmp_gq_start_timer()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c743 iter->exp, iter->mantissa, in mt7996_twt_stats()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh278 local exp="e_${var}"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1436 exp = runCmd("wic ls %s -n %s" % (new_image_path, sysroot))
1438 exp_sizes = [int(line.split()[3]) for line in exp.output.split('\n')[1:]]
/openbmc/linux/mm/
H A Dslab.c1507 char exp = POISON_FREE; in check_poison_obj() local
1509 exp = POISON_END; in check_poison_obj()
1510 if (realobj[i] != exp) { in check_poison_obj()
/openbmc/linux/drivers/net/
H A Damt.c953 u32 exp; in amt_event_send_request() local
981 exp = min_t(u32, (1 * (1 << amt->req_cnt)), AMT_MAX_REQ_TIMEOUT); in amt_event_send_request()
982 mod_delayed_work(amt_wq, &amt->req_wq, msecs_to_jiffies(exp * 1000)); in amt_event_send_request()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py1841 exp = pd.expand(m.group(2))
1843 pkgconfig_needed[pkg] += exp.replace(',', ' ').split()
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c224 result = exp(result); in sdr_convert_sensor_reading()
303 result = exp(result); in sdr_convert_sensor_hysterisis()
378 result = exp(result); in sdr_convert_sensor_tolerance()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c485 #define DEFINE_PPGTT_GMA_TO_INDEX(prefix, ename, exp) \ argument
488 unsigned long x = (exp); \
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c1167 iter->exp, iter->mantissa, in mt7915_twt_stats()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c758 printf("a=%f exp(a)=%f\n", a, exp(a)); in test_fops()
/openbmc/linux/kernel/sched/
H A Dcore.c10682 #define _POW10(exp) ((unsigned int)1e##exp) argument
10683 #define POW10(exp) _POW10(exp) argument
/openbmc/openbmc/poky/documentation/dev-manual/
H A Druntime-testing.rst248 TEST_POWERCONTROL_CMD = "powercontrol.exp test 10.11.12.1 nuc1"
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c6039 u32 mode_ctl, an_dbg, exp; in bnx2_5706_serdes_has_link() local
6058 bnx2_read_phy(bp, MII_BNX2_DSP_RW_PORT, &exp); in bnx2_5706_serdes_has_link()
6059 bnx2_read_phy(bp, MII_BNX2_DSP_RW_PORT, &exp); in bnx2_5706_serdes_has_link()
6061 if (exp & MII_EXPAND_REG1_RUDI_C) /* receiving CONFIG */ in bnx2_5706_serdes_has_link()

1...<<111213141516