/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 56 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3)); 120 lvx_u $IN,0,$Xip # load Xi 129 le?vperm $IN,$IN,$IN,$lemask 132 vpmsumd $Xl,$IN,$Hl # H.lo·Xi.lo 133 vpmsumd $Xm,$IN,$H # H.hi·Xi.lo+H.lo·Xi.hi 134 vpmsumd $Xh,$IN,$Hh # H.hi·Xi.hi 180 lvx_u $IN,0,$inp 183 le?vperm $IN, [all...] |
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 56 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3)); 120 lvx_u $IN,0,$Xip # load Xi 129 le?vperm $IN,$IN,$IN,$lemask 132 vpmsumd $Xl,$IN,$Hl # H.lo·Xi.lo 133 vpmsumd $Xm,$IN,$H # H.hi·Xi.lo+H.lo·Xi.hi 134 vpmsumd $Xh,$IN,$Hh # H.hi·Xi.hi 180 lvx_u $IN,0,$inp 183 le?vperm $IN, [all...] |
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | ghashp10-ppc.pl | 56 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3)); 138 vxor $IN,$H,$t1 # twisted H 140 vsldoi $H,$IN,$IN,8 # twist even more ... 153 vpmsumd $Xl,$IN,$Hl # H.lo·H.lo 154 vpmsumd $Xm,$IN,$H # H.hi·H.lo+H.lo·H.hi 155 vpmsumd $Xh,$IN,$Hh # H.hi·H.hi 183 vpmsumd $Xl,$IN,$H2l # H.lo·H^2.lo 185 vpmsumd $Xm,$IN,$H2 # H.hi·H^2.lo+H.lo·H^2.hi 187 vpmsumd $Xh,$IN, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_dp_mst_helper.c | 62 #define IN in->u.i2c_read in sideband_msg_req_equal() macro 64 if (IN.num_bytes_read != OUT.num_bytes_read || in sideband_msg_req_equal() 65 IN.num_transactions != OUT.num_transactions || in sideband_msg_req_equal() 66 IN.port_number != OUT.port_number || in sideband_msg_req_equal() 67 IN.read_i2c_device_id != OUT.read_i2c_device_id) in sideband_msg_req_equal() 70 for (i = 0; i < IN.num_transactions; i++) { in sideband_msg_req_equal() 71 txin = &IN.transactions[i]; in sideband_msg_req_equal() 86 #undef IN in sideband_msg_req_equal() macro 90 #define IN in->u.dpcd_write in sideband_msg_req_equal() macro 92 if (IN in sideband_msg_req_equal() 98 #undef IN sideband_msg_req_equal() macro 102 #define IN sideband_msg_req_equal() macro 110 #undef IN sideband_msg_req_equal() macro [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_dp_mst_helper_test.c | 299 #define IN in->u.i2c_read in sideband_msg_req_equal() macro 301 if (IN.num_bytes_read != OUT.num_bytes_read || in sideband_msg_req_equal() 302 IN.num_transactions != OUT.num_transactions || in sideband_msg_req_equal() 303 IN.port_number != OUT.port_number || in sideband_msg_req_equal() 304 IN.read_i2c_device_id != OUT.read_i2c_device_id) in sideband_msg_req_equal() 307 for (i = 0; i < IN.num_transactions; i++) { in sideband_msg_req_equal() 308 txin = &IN.transactions[i]; in sideband_msg_req_equal() 323 #undef IN in sideband_msg_req_equal() macro 327 #define IN in->u.dpcd_write in sideband_msg_req_equal() macro 329 if (IN in sideband_msg_req_equal() 335 #undef IN sideband_msg_req_equal() macro 339 #define IN sideband_msg_req_equal() macro 347 #undef IN sideband_msg_req_equal() macro [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-k210.c | 176 K210_PC_DEFAULT(IN), 203 K210_FUNC(JTAG_TCLK, IN), 204 K210_FUNC(JTAG_TDI, IN), 205 K210_FUNC(JTAG_TMS, IN), 221 K210_FUNC(UARTHS_RX, IN), 223 K210_FUNC(RESV6, IN), 224 K210_FUNC(RESV7, IN), 267 K210_FUNC(UART1_RX, IN), 269 K210_FUNC(UART2_RX, IN), 271 K210_FUNC(UART3_RX, IN), [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | test_fortify.sh | 6 IN="$1" 9 FILE="${IN##*/}" 40 if "$@" -Werror -c "$IN" -o "$OUT".o 2> "$TMP" ; then 46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN" 55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN" 64 echo "ok: unsafe ${FUNC}() usage correctly detected with '$WANT' in $IN" >"$OUT"
|
H A D | recordmcount.pl | 405 open (IN, "$nm $inputfile|") || die "error running $nm"; 406 while (<IN>) { 413 close(IN); 457 open(IN, "LC_ALL=C $objdump -hdr $inputfile|") || die "error running $objdump"; 465 while (<IN>) {
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 49 SENSOR(IN_1V0, "1.0V supply", IN, -1), 50 SENSOR(IN_1V2, "1.2V supply", IN, -1), 51 SENSOR(IN_1V8, "1.8V supply", IN, -1), 52 SENSOR(IN_2V5, "2.5V supply", IN, -1), 53 SENSOR(IN_3V3, "3.3V supply", IN, -1), 54 SENSOR(IN_12V0, "12.0V supply", IN, -1), 55 SENSOR(IN_1V2A, "1.2V analogue supply", IN, -1), 56 SENSOR(IN_VREF, "Ref. voltage", IN, -1), 57 SENSOR(OUT_VAOE, "AOE FPGA supply", IN, -1), 67 SENSOR(IN_VAOE, "AOE input supply", IN, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 49 SENSOR(IN_1V0, "1.0V supply", IN, -1), 50 SENSOR(IN_1V2, "1.2V supply", IN, -1), 51 SENSOR(IN_1V8, "1.8V supply", IN, -1), 52 SENSOR(IN_2V5, "2.5V supply", IN, -1), 53 SENSOR(IN_3V3, "3.3V supply", IN, -1), 54 SENSOR(IN_12V0, "12.0V supply", IN, -1), 55 SENSOR(IN_1V2A, "1.2V analogue supply", IN, -1), 56 SENSOR(IN_VREF, "Ref. voltage", IN, -1), 57 SENSOR(OUT_VAOE, "AOE FPGA supply", IN, -1), 67 SENSOR(IN_VAOE, "AOE input supply", IN, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_mon.c | 49 SENSOR(IN_1V0, "1.0V supply", IN, -1), 50 SENSOR(IN_1V2, "1.2V supply", IN, -1), 51 SENSOR(IN_1V8, "1.8V supply", IN, -1), 52 SENSOR(IN_2V5, "2.5V supply", IN, -1), 53 SENSOR(IN_3V3, "3.3V supply", IN, -1), 54 SENSOR(IN_12V0, "12.0V supply", IN, -1), 55 SENSOR(IN_1V2A, "1.2V analogue supply", IN, -1), 56 SENSOR(IN_VREF, "Ref. voltage", IN, -1), 57 SENSOR(OUT_VAOE, "AOE FPGA supply", IN, -1), 67 SENSOR(IN_VAOE, "AOE input supply", IN, [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.pl | 191 open (IN, "$objcopy --version |") or die "error running $objcopy"; 192 while (<IN>) { 198 close (IN); 446 open (IN, "$nm $inputfile|") || die "error running $nm"; 447 while (<IN>) { 454 close(IN); 503 open(IN, "LANG=C $objdump -hdr $inputfile|") || die "error running $objdump"; 511 while (<IN>) {
|
H A D | sphinx-pre-install | 261 open IN, "$cmd --version 2>&1 |"; 262 while (<IN>) { 273 close IN; 281 open IN, $conf or die "Can't open $conf"; 282 while (<IN>) { 288 close IN; 292 open IN, $requirement_file or die "Can't open $requirement_file"; 293 while (<IN>) { 299 close IN; 908 if (open IN, "ca [all...] |
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-core.S | 36 #define IN $a2 define 132 lwl T1, (x*4)+MSB ## (IN); \ 133 lwr T1, (x*4)+LSB ## (IN); \ 149 lw T1, (x*4) ## (IN); \ 228 /* Test IN or OUT is unaligned. 229 * IS_UNALIGNED = ( IN | OUT ) & 0x00000003 231 or IS_UNALIGNED, IN, OUT 238 addiu IN, CHACHA20_BLOCK_SIZE 370 addu IN, $at 373 lbu T1, 0(IN) [all...] |
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-core.S | 36 #define IN $a2 define 132 lwl T1, (x*4)+MSB ## (IN); \ 133 lwr T1, (x*4)+LSB ## (IN); \ 149 lw T1, (x*4) ## (IN); \ 228 /* Test IN or OUT is unaligned. 229 * IS_UNALIGNED = ( IN | OUT ) & 0x00000003 231 or IS_UNALIGNED, IN, OUT 238 addiu IN, CHACHA20_BLOCK_SIZE 370 addu IN, $at 373 lbu T1, 0(IN) [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | gl518sm.c | 239 show(IN, in_input1, voltage_in[1]); 240 show(IN, in_input2, voltage_in[2]); 241 show(IN, in_input3, voltage_in[3]); 243 show(IN, in_min1, voltage_min[1]); 244 show(IN, in_min2, voltage_min[2]); 245 show(IN, in_min3, voltage_min[3]); 247 show(IN, in_max1, voltage_max[1]); 248 show(IN, in_max2, voltage_max[2]); 249 show(IN, in_max3, voltage_max[3]); 330 set_low(IN, in_min [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | gl518sm.c | 239 show(IN, in_input1, voltage_in[1]); 240 show(IN, in_input2, voltage_in[2]); 241 show(IN, in_input3, voltage_in[3]); 243 show(IN, in_min1, voltage_min[1]); 244 show(IN, in_min2, voltage_min[2]); 245 show(IN, in_min3, voltage_min[3]); 247 show(IN, in_max1, voltage_max[1]); 248 show(IN, in_max2, voltage_max[2]); 249 show(IN, in_max3, voltage_max[3]); 330 set_low(IN, in_min [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 17 IN=$5 25 sed -n -e 's/\t/ /g' -e "s/^ *# *define *$PFX//p" $IN |
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 17 IN=$5 25 sed -n -e 's/\t/ /g' -e "s/^ *# *define *$PFX//p" $IN |
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 1935 open(IN, "$ssh_grub |") 1942 while (<IN>) { 1954 close(IN); 2299 open(IN, "$output_config") or dodie("Can't read config file"); 2300 while (<IN>) { 2308 close(IN); 2414 open(IN, $warnings_file) or 2417 while (<IN>) { 2424 close(IN); 2430 open(IN, [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 1993 open(IN, "$ssh_grub |") or 2000 while (<IN>) { 2012 close(IN); 2355 open(IN, "$output_config") or dodie("Can't read config file"); 2356 while (<IN>) { 2364 close(IN); 2467 open(IN, $warnings_file) or 2470 while (<IN>) { 2477 close(IN); 2483 open(IN, [all...] |
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_asrc.c | 461 clk_index[IN] = asrc_priv->clk_map[IN][config->inclk]; in fsl_asrc_config_pair() 465 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair() 468 div_avail = fsl_asrc_divider_avail(clk_rate, inrate, &div[IN]); in fsl_asrc_config_pair() 477 if (div[IN] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair() 479 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair() 483 div[IN] = min_t(u32, 1024, div[IN]); in fsl_asrc_config_pair() 521 ASRCSR_AICS(index, clk_index[IN]) | in fsl_asrc_config_pair() 525 indiv = fsl_asrc_cal_asrck_divisor(pair, div[IN]); in fsl_asrc_config_pair() [all...] |
H A D | fsl_asrc_dma.c | 58 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN; in fsl_asrc_dma_prepare_and_submit() 111 dma_async_issue_pending(pair->dma_chan[IN]); in fsl_asrc_dma_trigger() 118 dmaengine_terminate_all(pair->dma_chan[IN]); in fsl_asrc_dma_trigger() 148 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_params() 277 config_be.dst_addr = asrc->paddr + asrc->get_fifo_addr(IN, index); in fsl_asrc_dma_hw_params() 300 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_free() 328 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_startup()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_asrc.c | 465 clk_index[IN] = asrc_priv->clk_map[IN][config->inclk]; in fsl_asrc_config_pair() 469 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; in fsl_asrc_config_pair() 472 div_avail = fsl_asrc_divider_avail(clk_rate, inrate, &div[IN]); in fsl_asrc_config_pair() 481 if (div[IN] == 0 || (!ideal && !div_avail)) { in fsl_asrc_config_pair() 483 inrate, clk_index[ideal ? OUT : IN]); in fsl_asrc_config_pair() 487 div[IN] = min_t(u32, 1024, div[IN]); in fsl_asrc_config_pair() 525 ASRCSR_AICS(index, clk_index[IN]) | in fsl_asrc_config_pair() 529 indiv = fsl_asrc_cal_asrck_divisor(pair, div[IN]); in fsl_asrc_config_pair() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-chardev.c | 27 IN enumerator 105 *dir = IN; in gpio_debugfs_get() 201 int debugfs_dir = IN; in gpio_pin_test() 219 if (debugfs_dir != IN) { in gpio_pin_test()
|