Home
last modified time | relevance | path

Searched refs:d2 (Results 176 – 200 of 264) sorted by relevance

1234567891011

/openbmc/linux/arch/m68k/kernel/
H A Dptrace.c52 [1] = PT_REG(d2),
/openbmc/linux/drivers/net/fddi/skfp/
H A Dhwmtm.c322 union s_fp_descr volatile *d2 ; in init_descr_ring() local
327 d2 = d1 ; in init_descr_ring()
329 d2->r.rxd_rbctrl = cpu_to_le32(BMU_CHECK) ; in init_descr_ring()
330 d2->r.rxd_next = &d1->r ; in init_descr_ring()
332 d2->r.rxd_nrdadr = cpu_to_le32(phys) ; in init_descr_ring()
/openbmc/qemu/chardev/
H A Dbaum.c121 #define BRLAPI_DOTS(d1,d2,d3,d4,d5,d6,d7,d8) \ argument
123 (d2?BRLAPI_DOT2:0)|\
/openbmc/linux/arch/m68k/fpsp040/
H A Dutil.S682 moveb L_SCR1(%a6),%d2
706 movew L_SCR1(%a6),%d2
730 movel L_SCR1(%a6),%d2
/openbmc/linux/drivers/iio/adc/
H A Dpalmas_gpadc.c345 int d2; in palmas_gpadc_calibrate() local
361 adc->adc_info[adc_chan].trim2_reg, &d2); in palmas_gpadc_calibrate()
368 k = (1000 + (1000 * (d2 - d1)) / (x2 - x1)); in palmas_gpadc_calibrate()
/openbmc/linux/fs/ext4/
H A Dfsmap.c68 const struct ext4_getfsmap_dev *d2 = p2; in ext4_getfsmap_dev_compare() local
70 return d1->gfd_dev - d2->gfd_dev; in ext4_getfsmap_dev_compare()
/openbmc/linux/drivers/acpi/acpica/
H A Dacmacros.h456 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
460 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S485 xxmrglw 13, 32+\a2, 32+\a3 # c2, c3, d2, d3
489 xxpermdi 32+\a3, 12, 13, 3 # d0, d1, d2, d3
/openbmc/linux/drivers/hwmon/
H A Dsht15.c619 int d2 = (data->val_status & SHT15_STATUS_LOW_RESOLUTION) ? 40 : 10; in sht15_calc_temp() local
632 return data->val_temp * d2 + d1; in sht15_calc_temp()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-375-pinctrl.txt42 mpp26 26 gpio, pcie0(clkreq), ge1(rxd2), sd(d2), uart1(rts)
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h115 struct data data_merge(struct data d1, struct data d2);
/openbmc/linux/arch/riscv/boot/dts/sifive/
H A Dhifive-unmatched-a00.dts68 label = "d2";
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc795 uint32_t d2 = d1 + s32 + 1;
800 if (d2 != 0) {
801 a->frac_hi += ((int32_t)(d1 ^ d2) < 0 ? -1 : 1);
820 uint64_t d2 = d1 + s64 + 1;
825 if (d2 != 0) {
826 a->frac_hi += ((int64_t)(d1 ^ d2) < 0 ? -1 : 1);
/openbmc/linux/Documentation/networking/caif/
H A Dcaif.rst88 0000000 02 05 00 00 03 01 d2 02
/openbmc/linux/arch/arm/boot/dts/marvell/
H A DMakefile10 orion5x-lacie-d2-network.dtb \
/openbmc/linux/arch/arm/crypto/
H A Dchacha-neon-core.S246 vdup.32 q5, d2[1]
247 vdup.32 q4, d2[0]
H A Dcrct10dif-ce-core.S86 q1l .req d2
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass541 …manifest, d2 = oe.sstatesig.find_sstate_manifest(c, setscenedeps[dep][2], "populate_sysroot", d, m…
542 if d2 is not d:
545 d2.setVar("WORKDIR", d.getVar("WORKDIR"))
546 destsysroot = d2.getVar("RECIPE_SYSROOT")
H A Dpackage_pkgdata.bbclass152 …manifest, d2 = oe.sstatesig.find_sstate_manifest(c, setscenedeps[dep][2], "packagedata", d, multil…
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dap80x-system-controller.txt55 mpp4 4 gpio, sdio(d2), i2c0(sda)
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lp55xx.yaml187 chan-name = "d2";
/openbmc/linux/scripts/dtc/
H A Ddtc.h177 struct data data_merge(struct data d1, struct data d2);
/openbmc/linux/Documentation/scsi/
H A Daacraid.rst64 9005:0285:15d9:02d2 SMC AOC-USAS-S8i-LP
/openbmc/u-boot/doc/device-tree-bindings/gpu/
H A Dnvidia,tegra20-host1x.txt98 - 3d2 (Only required on SoCs with two 3D clocks)
103 - 3d2 (Only required on SoCs with two 3D clocks)
/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.c194 const struct xfs_getfsmap_dev *d2 = p2; in xfs_getfsmap_dev_compare() local
196 return d1->dev - d2->dev; in xfs_getfsmap_dev_compare()

1234567891011