Home
last modified time | relevance | path

Searched +full:hi +full:- +full:z (Results 1 – 25 of 213) sorted by relevance

123456789

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt8 - compatible: should be set to "st,lis3lv02d-spi"
9 - reg: the chipselect index
10 - spi-max-frequency: maximal bus speed, should be set to 1000000 unless
12 - interrupts: the interrupt generated by the device
15 - compatible: should be set to "st,lis3lv02d"
16 - reg: i2c slave address
17 - Vdd-supply: The input supply for Vdd
18 - Vdd_IO-supply: The input supply for Vdd_IO
23 - st,click-single-{x,y,z}: if present, tells the device to issue an
25 x/y/z axis.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt8 - compatible: should be set to "st,lis3lv02d-spi"
9 - reg: the chipselect index
10 - spi-max-frequency: maximal bus speed, should be set to 1000000 unless
12 - interrupts: the interrupt generated by the device
15 - compatible: should be set to "st,lis3lv02d"
16 - reg: i2c slave address
17 - Vdd-supply: The input supply for Vdd
18 - Vdd_IO-supply: The input supply for Vdd_IO
23 - st,click-single-{x,y,z}: if present, tells the device to issue an
25 x/y/z axis.
[all …]
/kernel/linux/linux-5.10/crypto/
Dfcrypt.c13 * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
58 #define ror56(hi, lo, n) \ argument
60 u32 t = lo & ((1 << n) - 1); \
61 lo = (lo >> n) | ((hi & ((1 << n) - 1)) << (32 - n)); \
62 hi = (hi >> n) | (t << (24-n)); \
68 k = (k >> n) | ((k & ((1 << n) - 1)) << (56 - n)); \
73 * /afs/transarc.com/public/afsps/afs.rel31b.export-src/rxkad/sboxes.h
75 #undef Z
76 #define Z(x) cpu_to_be32(x << 3) macro
78 Z(0xea), Z(0x7f), Z(0xb2), Z(0x64), Z(0x9d), Z(0xb0), Z(0xd9), Z(0x11),
[all …]
/kernel/linux/linux-4.19/crypto/
Dfcrypt.c13 * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
58 #define ror56(hi, lo, n) \ argument
60 u32 t = lo & ((1 << n) - 1); \
61 lo = (lo >> n) | ((hi & ((1 << n) - 1)) << (32 - n)); \
62 hi = (hi >> n) | (t << (24-n)); \
68 k = (k >> n) | ((k & ((1 << n) - 1)) << (56 - n)); \
73 * /afs/transarc.com/public/afsps/afs.rel31b.export-src/rxkad/sboxes.h
75 #undef Z
76 #define Z(x) cpu_to_be32(x << 3) macro
78 Z(0xea), Z(0x7f), Z(0xb2), Z(0x64), Z(0x9d), Z(0xb0), Z(0xd9), Z(0x11),
[all …]
/kernel/linux/linux-5.10/include/linux/
Dminmax.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * - avoid multiple evaluations of the arguments (so side-effects like
11 * "x++" happen only once) when non-constant.
12 * - perform strict type-checking (to generate warnings instead of
15 * - retain result as a constant expressions when called with only
41 * min - return minimum of two values of the same or compatible types
48 * max - return maximum of two values of the same or compatible types
55 * min3 - return minimum of three values
58 * @z: third value
60 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap3-gta04a3.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 #include "omap3-gta04.dtsi"
18 interrupt-parent = <&gpio3>;
20 Vdd-supply = <&vaux2>;
21 Vdd_IO-supply = <&vaux2>;
23 st,click-single-x;
24 st,click-single-y;
25 st,click-single-z;
26 st,click-thresh-x = <8>;
27 st,click-thresh-y = <8>;
[all …]
Domap3-overo-common-peripherals.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
11 lis33_3v3: lis33-3v3-reg {
12 compatible = "regulator-fixed";
13 regulator-name = "lis33-3v3-reg";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
18 lis33_1v8: lis33-1v8-reg {
19 compatible = "regulator-fixed";
20 regulator-name = "lis33-1v8-reg";
21 regulator-min-microvolt = <1800000>;
[all …]
Dpxa300-raumfeld-controller.dts1 // SPDX-License-Identifier: GPL-2.0
3 /dts-v1/;
5 #include "pxa300-raumfeld-common.dtsi"
9 compatible = "raumfeld,raumfeld-controller-pxa303", "marvell,pxa300";
11 reg_vbatt: regulator-vbatt {
12 compatible = "regulator-fixed";
13 regulator-name = "vbatt-fixed-supply";
14 regulator-min-microvolt = <3700000>;
15 regulator-max-microvolt = <3700000>;
16 regulator-always-on;
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Domap3-gta04a3.dts9 #include "omap3-gta04.dtsi"
21 interrupt-parent = <&gpio3>;
23 Vdd-supply = <&vaux2>;
24 Vdd_IO-supply = <&vaux2>;
26 st,click-single-x;
27 st,click-single-y;
28 st,click-single-z;
29 st,click-thresh-x = <8>;
30 st,click-thresh-y = <8>;
31 st,click-thresh-z = <10>;
[all …]
Domap3-overo-common-peripherals.dtsi14 lis33_3v3: lis33-3v3-reg {
15 compatible = "regulator-fixed";
16 regulator-name = "lis33-3v3-reg";
17 regulator-min-microvolt = <3300000>;
18 regulator-max-microvolt = <3300000>;
21 lis33_1v8: lis33-1v8-reg {
22 compatible = "regulator-fixed";
23 regulator-name = "lis33-1v8-reg";
24 regulator-min-microvolt = <1800000>;
25 regulator-max-microvolt = <1800000>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320adcx140.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Texas Instruments TLV320ADCX140 Quad Channel Analog-to-Digital Converter
11 - Dan Murphy <dmurphy@ti.com>
14 The TLV320ADCX140 are multichannel (4-ch analog recording or 8-ch digital
15 PDM microphones recording), high-performance audio, analog-to-digital
28 - const: ti,tlv320adc3140
29 - const: ti,tlv320adc5140
30 - const: ti,tlv320adc6140
[all …]
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dtime.h92 unsigned int hi, lo, hi2; in get_rtc() local
96 : "=r" (hi), "=r" (lo), "=r" (hi2)); in get_rtc()
97 } while (hi2 != hi); in get_rtc()
98 return (u64)hi * 1000000000 + lo; in get_rtc()
145 * in auto-reload mode. The problem is PIT stops counting when it
160 * transition for Book E/4xx, but on the 0 to -1 transition for others.
168 --val; in set_dec()
177 int delta = get_rtcl() - (unsigned int) tstamp; in tb_ticks_since()
180 return get_tbl() - tstamp; in tb_ticks_since()
184 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
[all …]
/kernel/linux/linux-4.19/drivers/misc/lis3lv02d/
Dlis3lv02d.c2 * lis3lv02d.c - ST LIS3LV02DL accelerometer driver
4 * Copyright (C) 2007-2008 Yan Burman
6 * Copyright (C) 2008-2009 Pavel Machek
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32 #include <linux/input-polldev.h>
55 #define SELFTEST_FAIL -1
56 #define SELFTEST_IRQ -2
64 * to keep the interrupt for the free-fall event. The values are updated at
74 * LIS3LV02D spec says 1024 LSBs corresponds 1 G -> 1LSB is 1000/1024 mG
80 /* Sensitivity values for -2G +2G scale */
[all …]
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/
Dlis3lv02d.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * lis3lv02d.c - ST LIS3LV02DL accelerometer driver
5 * Copyright (C) 2007-2008 Yan Burman
7 * Copyright (C) 2008-2009 Pavel Machek
42 #define SELFTEST_FAIL -1
43 #define SELFTEST_IRQ -2
51 * to keep the interrupt for the free-fall event. The values are updated at
61 * LIS3LV02D spec says 1024 LSBs corresponds 1 G -> 1LSB is 1000/1024 mG
67 /* Sensitivity values for -2G +2G scale */
72 * LIS331DLH spec says 1LSBs corresponds 4G/4096 -> 1LSB is 1000/1024 mG.
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-icade.c1 // SPDX-License-Identifier: GPL-2.0-or-later
16 #include "hid-ids.h"
21 * ↓ B X Z R
26 * DN ON,OFF = x,z
33 * Z ON,OFF = k,p
48 * < copy of hid_keyboard[] from hid-input.c >
101 * for (trans = icade_keys; trans->from; trans++) {
102 * int usage = usage_for_key (trans->from);
113 * for (trans = icade_keys; trans->from; trans++) {
115 * usage_for_key (trans->from), trans->to, trans->press);
[all …]
Dhid-alps.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #include "hid-ids.h"
28 #define U1_ABSOLUTE_REPORT_ID_SECD 0x02 /* FW-PTP Absolute data ReportID */
147 length -= tlen; in t4_calc_check_sum()
153 } while (--tlen > 0); in t4_calc_check_sum()
175 return -ENOMEM; in t4_read_write_register()
200 dev_err(&hdev->dev, "failed to read command (%d)\n", ret); in t4_read_write_register()
207 ret = -ENOMEM; in t4_read_write_register()
215 dev_err(&hdev->dev, "failed read register (%d)\n", ret); in t4_read_write_register()
219 ret = -EINVAL; in t4_read_write_register()
[all …]
/kernel/linux/linux-4.19/drivers/hid/
Dhid-icade.c19 #include "hid-ids.h"
24 * ↓ B X Z R
29 * DN ON,OFF = x,z
36 * Z ON,OFF = k,p
51 * < copy of hid_keyboard[] from hid-input.c >
104 * for (trans = icade_keys; trans->from; trans++) {
105 * int usage = usage_for_key (trans->from);
116 * for (trans = icade_keys; trans->from; trans++) {
118 * usage_for_key (trans->from), trans->to, trans->press);
172 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
[all …]
Dhid-alps.c16 #include "hid-ids.h"
32 #define U1_ABSOLUTE_REPORT_ID_SECD 0x02 /* FW-PTP Absolute data ReportID */
151 length -= tlen; in t4_calc_check_sum()
157 } while (--tlen > 0); in t4_calc_check_sum()
179 return -ENOMEM; in t4_read_write_register()
204 dev_err(&hdev->dev, "failed to read command (%d)\n", ret); in t4_read_write_register()
211 ret = -ENOMEM; in t4_read_write_register()
219 dev_err(&hdev->dev, "failed read register (%d)\n", ret); in t4_read_write_register()
223 ret = -EINVAL; in t4_read_write_register()
226 dev_err(&hdev->dev, "read register address error (%x,%x)\n", in t4_read_write_register()
[all …]
/kernel/linux/linux-4.19/arch/m68k/ifpsp060/src/
Dilsp.S3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
63 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
64 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
68 # 64-bit divide instruction. #
75 # 0x8(sp) = hi(dividend) #
85 # sign info for later. Separate out special cases like divide-by-zero #
86 # or 32-bit divides if possible. Else, use a special math algorithm #
90 # zero, then perform a divide-by-zero using a 16-bit implemented #
96 set POSNEG, -1
[all …]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
Dilsp.S3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
63 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
64 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
68 # 64-bit divide instruction. #
75 # 0x8(sp) = hi(dividend) #
85 # sign info for later. Separate out special cases like divide-by-zero #
86 # or 32-bit divides if possible. Else, use a special math algorithm #
90 # zero, then perform a divide-by-zero using a 16-bit implemented #
96 set POSNEG, -1
[all …]
/kernel/linux/linux-4.19/drivers/pcmcia/
Dsa1111_lubbock.c26 #include <asm/mach-types.h>
46 * ----- ------- ---------------------- in lubbock_pcmcia_configure_socket()
47 * A0VPP S0_PWR0 SA-1111 GPIO A<0> in lubbock_pcmcia_configure_socket()
48 * A1VPP S0_PWR1 SA-1111 GPIO A<1> in lubbock_pcmcia_configure_socket()
49 * A0VCC S0_PWR2 SA-1111 GPIO A<2> in lubbock_pcmcia_configure_socket()
50 * A1VCC S0_PWR3 SA-1111 GPIO A<3> in lubbock_pcmcia_configure_socket()
59 * ----- ------- ---------------------- in lubbock_pcmcia_configure_socket()
72 switch (skt->nr) { in lubbock_pcmcia_configure_socket()
76 switch (state->Vcc) { in lubbock_pcmcia_configure_socket()
77 case 0: /* Hi-Z */ in lubbock_pcmcia_configure_socket()
[all …]
/kernel/linux/linux-5.10/arch/arm/kernel/
Dopcodes.c1 // SPDX-License-Identifier: GPL-2.0-only
20 0xF0F0, /* EQ == Z set */
28 0x0C0C, /* HI == C set && Z clear */
29 0xF3F3, /* LS == C clear || Z set */
32 0x0A05, /* GT == (!Z && (N==V)) */
33 0xF5FA, /* LE == (Z || (N!=V)) */
40 * ARM_OPCODE_CONDTEST_FAIL - if condition fails
41 * ARM_OPCODE_CONDTEST_PASS - if condition passes (including AL)
42 * ARM_OPCODE_CONDTEST_UNCOND - if NV condition, or separate unconditional
/kernel/linux/linux-4.19/arch/arm/kernel/
Dopcodes.c23 0xF0F0, /* EQ == Z set */
31 0x0C0C, /* HI == C set && Z clear */
32 0xF3F3, /* LS == C clear || Z set */
35 0x0A05, /* GT == (!Z && (N==V)) */
36 0xF5FA, /* LE == (Z || (N!=V)) */
43 * ARM_OPCODE_CONDTEST_FAIL - if condition fails
44 * ARM_OPCODE_CONDTEST_PASS - if condition passes (including AL)
45 * ARM_OPCODE_CONDTEST_UNCOND - if NV condition, or separate unconditional
/kernel/linux/linux-4.19/virt/kvm/arm/hyp/
Daarch32.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2012,2013 - ARM Ltd
9 * Copyright (C) 2012 - Virtual Open Systems and Columbia University
26 0xF0F0, /* EQ == Z set */
34 0x0C0C, /* HI == C set && Z clear */
35 0xF3F3, /* LS == C clear || Z set */
38 0x0A05, /* GT == (!Z && (N==V)) */
39 0xF5FA, /* LE == (Z || (N!=V)) */
53 /* Top two bits non-zero? Unconditional. */ in kvm_condition_valid32()
87 * adjust_itstate - adjust ITSTATE when emulating instructions in IT-block
[all …]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Daarch32.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2012,2013 - ARM Ltd
9 * Copyright (C) 2012 - Virtual Open Systems and Columbia University
26 0xF0F0, /* EQ == Z set */
34 0x0C0C, /* HI == C set && Z clear */
35 0xF3F3, /* LS == C clear || Z set */
38 0x0A05, /* GT == (!Z && (N==V)) */
39 0xF5FA, /* LE == (Z || (N!=V)) */
53 /* Top two bits non-zero? Unconditional. */ in kvm_condition_valid32()
87 * adjust_itstate - adjust ITSTATE when emulating instructions in IT-block
[all …]

123456789