Home
last modified time | relevance | path

Searched refs:eq (Results 426 – 447 of 447) sorted by relevance

1...<<1112131415161718

/openbmc/linux/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt881 cmov,eq r4,$2
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c3820 struct hl_eq *eq; in gaudi_init_cpu_queues() local
3831 eq = &hdev->event_queue; in gaudi_init_cpu_queues()
3836 WREG32(mmCPU_IF_EQ_BASE_ADDR_LOW, lower_32_bits(eq->bus_address)); in gaudi_init_cpu_queues()
3837 WREG32(mmCPU_IF_EQ_BASE_ADDR_HIGH, upper_32_bits(eq->bus_address)); in gaudi_init_cpu_queues()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2397 struct be_queue_info *eq, bool no_delay,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c584 struct sge_eth_txq *eq; in fwevtq_handler() local
586 eq = container_of(txq, struct sge_eth_txq, q); in fwevtq_handler()
587 t4_sge_eth_txq_egress_update(q->adap, eq, -1); in fwevtq_handler()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-ui.min.js6 …n")?!1:a.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i…
H A Djquery-2.0.3.min.map1 …ct","each","callback","args","promise","done","apply","arguments","first","eq","last","i","len","j…
H A Djquery-3.7.1.min.map1 …s","ret","merge","prevObject","each","callback","map","arguments","first","eq","last","even","grep…
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch483 if [ ${test_needs_root} -eq 1 ]; then
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef1731 EXTINSN(V6_veq##TYPE, "Qd4=vcmp.eq(Vu32." TYPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CV…
1733 EXTINSN(V6_veq##TYPE##_and, "Qx4&=vcmp.eq(Vu32." TYPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CV…
1735 EXTINSN(V6_veq##TYPE##_or, "Qx4|=vcmp.eq(Vu32." TYPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CV…
1737 EXTINSN(V6_veq##TYPE##_xor, "Qx4^=vcmp.eq(Vu32." TYPE2 ",Vv32." TYPE2 ")", ATTRIBS(A_EXTENSION,A_CV…
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3933 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
3939 eq = 0; in rtl8xxxu_init_queue_reserved_page()
3949 val32 = (nq << RQPN_NPQ_SHIFT) | (eq << RQPN_EPQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c4776 struct hl_eq *eq; in gaudi2_init_cpu_queues() local
4786 eq = &hdev->event_queue; in gaudi2_init_cpu_queues()
4793 WREG32(mmCPU_IF_EQ_BASE_ADDR_LOW, lower_32_bits(eq->bus_address)); in gaudi2_init_cpu_queues()
4794 WREG32(mmCPU_IF_EQ_BASE_ADDR_HIGH, upper_32_bits(eq->bus_address)); in gaudi2_init_cpu_queues()
/openbmc/qemu/target/arm/tcg/
H A Dsve.decode789 WHILE 00100101 esz:2 1 rm:5 000 sf:1 u:1 lt:1 rn:5 eq:1 rd:4
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3986 sli_eq_modify_delay(struct sli4 *sli4, struct sli4_queue *eq, u32 num_eq,
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw4.h1249 struct eq_delay_info eq[LPFC_MAX_EQ_DELAY_EQID_CNT]; member
/openbmc/qemu/target/hexagon/imported/
H A Dencode_pp.def598 DEF_FIELDROW_DESC32(ICLASS_CJ" 010- -------- -------- --------","[#4,5] pd=cmp.eq(R,R) ; if ([!]p0…
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c3054 CMPGDU_OB(eq)
H A Dmsa_helper.c6491 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \
6501 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \
6620 MSA_FLOAT_COND(pwx->w[i], eq, pws->w[i], pwt->w[i], 32, quiet); in compare_eq()
6625 MSA_FLOAT_COND(pwx->d[i], eq, pws->d[i], pwt->d[i], 64, quiet); in compare_eq()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch76 …?Q`Pdu�����Ö�˗�lj����֫���ݚ��t��]q�GVg<P]GYdTcl\iq`ksLU`8DNco|_itdoygr|hs}lt�eq~hu�iv�lu|nx~jt{ku}r}…
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h6324 !Traits::eq(Traits::to_char_type(ic), fmt))
6496 if (!Traits::eq(Traits::to_char_type(ic), a0))
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch4516 + it eq
4794 + it eq
4950 + it eq
5049 + it eq
5088 + it eq
5141 + it eq
5290 + it eq
5754 + it eq
5767 +T itt eq
5924 + it eq
[all …]
/openbmc/linux/Documentation/
H A Dmemory-barriers.txt870 cmov,eq r4,$2
/openbmc/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt918 cmov,eq r4,$2

1...<<1112131415161718