| /linux/arch/arm64/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 10 #define state1 v1 macro 62 mov state1.16b, copy1.16b 76 add state0.4s, state0.4s, state1.4s 82 eor tmp.16b, state1.16b, state2.16b 83 shl state1.4s, tmp.4s, #12 84 sri state1.4s, tmp.4s, #20 87 add state0.4s, state0.4s, state1.4s 94 eor tmp.16b, state1.16b, state2.16b 95 shl state1.4s, tmp.4s, #7 96 sri state1.4s, tmp.4s, #25 [all …]
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 36 #define state1 r17 macro 196 lis state1, const1@ha 200 addi state1, state1, const1@l 228 addis state1, state1, const1@ha 232 addi state1, state1, const1@l 251 stwbrx state1, 0, dst_bytes 275 stw state1, 8(dst_bytes)
|
| /linux/lib/zstd/common/ |
| H A D | fse_decompress.c | 185 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local 191 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic() 200 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 210 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 222 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 231 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
|
| /linux/drivers/input/keyboard/ |
| H A D | clps711x-keypad.c | 50 bool state, state1; in clps711x_keypad_poll() local 56 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll() 57 } while (state != state1); in clps711x_keypad_poll()
|
| /linux/drivers/regulator/ |
| H A D | act8865-regulator.c | 589 u8 state0, state1; in act8600_charger_get_status() local 596 state1 = val & ACT8600_APCH_CSTATE1; in act8600_charger_get_status() 598 if (state0 && !state1) in act8600_charger_get_status() 600 if (!state0 && state1) in act8600_charger_get_status() 602 if (!state0 && !state1) in act8600_charger_get_status()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_mipid.c | 321 u8 state1, state2; in ls041y3_esd_check_mode1() local 323 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1); in ls041y3_esd_check_mode1() 327 state1, state2); in ls041y3_esd_check_mode1() 331 if (!((state1 ^ state2) & (1 << 6))) in ls041y3_esd_check_mode1()
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 58 $cat /sys/bus/acpi/devices/INT3404:00/state1
|
| /linux/drivers/s390/cio/ |
| H A D | css.h | 55 __u8 state1 : 2; /* path state value 1 */ member
|
| H A D | device_pgid.c | 348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm() 351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 203 __u8 state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
|
| /linux/drivers/thunderbolt/ |
| H A D | icm.c | 1878 u32 state0, state1; in icm_reset_phy_port() local 1907 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port() 1908 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port() 1911 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
|
| /linux/fs/gfs2/ |
| H A D | rgrp.c | 440 const u8 state1 = state << 2; in gfs2_bitcount() local 448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_idle.rst | 236 :file:`state1` ... :file:`state<i>` ..., where ``<i>`` is the index of the given
|