Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/lib/
H A Dtest_bitmap.c19 #define EXP1_IN_BITS (sizeof(exp1) * 8)
26 static const unsigned long exp1[] __initconst = { variable
259 for_each_set_bit(bit, exp1, EXP1_IN_BITS) { in test_find_nth_bit()
260 b = find_nth_bit(exp1, EXP1_IN_BITS, cnt++); in test_find_nth_bit()
374 {0, "0", &exp1[0], 8, 0},
375 {0, "1", &exp1[1 * step], 8, 0},
376 {0, "0-15", &exp1[2 * step], 32, 0},
377 {0, "16-31", &exp1[3 * step], 32, 0},
378 {0, "0-31:1/2", &exp1[4 * step], 32, 0},
379 {0, "1-31:1/2", &exp1[5 * step], 32, 0},
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh193 while ! check_table 1 exp1 $((retries == 0)); do
276 exp1=( 0 0 0 0 )
305 exp1=( `mke 6081 2` 0 0 0 )
312 exp1=( 0 0 0 0 )
318 exp1=( `mke 6081 2` 0 0 0 )
325 exp1=( 0 0 0 0 )
405 exp1=( `mke 20000 2` 0 0 0 )
409 exp1=( `mke 20000 2` `mke 20001 2` 0 0 )
413 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` 0 )
417 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` `mke 20003 2` )
[all …]
/openbmc/qemu/tests/qtest/
H A Dipmi-bt-test.c314 static uint8_t exp1[] = { 0xff, 0x01, 0xa1 }; /* A protocol version */ in test_connect() local
334 write_emu_msg(exp1, sizeof(exp1)); in test_connect()
339 g_assert(msglen == sizeof(exp1)); in test_connect()
340 g_assert(memcmp(msg, exp1, msglen) == 0); in test_connect()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am642-evm.dts154 gpio = <&exp1 6 GPIO_ACTIVE_HIGH>;
187 gpios = <&exp1 16 GPIO_ACTIVE_HIGH>;
198 mux-gpios = <&exp1 12 GPIO_ACTIVE_HIGH>;
223 standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>;
230 standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>;
424 exp1: gpio@22 { label
446 reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>;
689 reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>;
H A Dk3-am62-lp-sk.dts57 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
96 exp1: gpio@22 { label
H A Dk3-am625-sk.dts73 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
151 exp1: gpio@22 { label
H A Dk3-j721s2-evm-gesi-exp-board.dtso50 &exp1 {
H A Dk3-am62a7-sk.dts101 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
255 exp1: gpio@22 { label
H A Dk3-am69-sk.dts93 gpio = <&exp1 2 GPIO_ACTIVE_HIGH>;
305 exp1: gpio@21 { label
H A Dk3-j7200-common-proc-board.dts277 exp1: gpio@20 { label
385 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-j721s2-common-proc-board.dts331 exp1: gpio@20 { label
452 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-j721e-common-proc-board.dts641 exp1: gpio@20 { label
928 reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
936 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-am68-sk-base-board.dts66 gpio = <&exp1 8 GPIO_ACTIVE_HIGH>;
421 exp1: gpio@21 { label
H A Dk3-j721e-evm-gesi-exp-board.dtso103 &exp1 {
H A Dk3-am642-sk.dts142 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
415 exp1: gpio@70 { label
H A Dk3-am62x-sk-common.dtsi364 interrupt-parent = <&exp1>;
H A Dk3-j784s4-evm.dts596 exp1: gpio@20 { label
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_tlb_flush.c184 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument
190 set_expected_val((void *)data->test_pages, exp1, WORKER_VCPU_ID_1); in post_test()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1322 exp1: gpio@74 { label
1627 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
1638 gpio = <&exp1 14 GPIO_ACTIVE_HIGH>;
1668 gpio = <&exp1 12 GPIO_ACTIVE_HIGH>;
1688 gpio = <&exp1 13 GPIO_ACTIVE_HIGH>;
H A Dtegra186-p2771-0000.dts2250 exp1: gpio@74 { label
2529 gpio = <&exp1 14 GPIO_ACTIVE_HIGH>;
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1838 int exp0, exp1, expdiff; in helper_fprem_common() local
1843 exp1 = EXPD(temp1); in helper_fprem_common()
1847 exp0 == 0x7fff || exp1 == 0x7fff || in helper_fprem_common()
1854 if (exp1 == 0) { in helper_fprem_common()
1855 exp1 = 1 - clz64(temp1.l.lower); in helper_fprem_common()
1857 expdiff = exp0 - exp1; in helper_fprem_common()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1887 local exp1=$2
1894 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
1902 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
1903 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"