Home
last modified time | relevance | path

Searched full:exp1 (Results 1 – 25 of 33) sorted by relevance

12

/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/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/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-am62a7-sk.dts101 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
255 exp1: gpio@22 { label
H A Dk3-j721s2-evm-gesi-exp-board.dtso50 &exp1 {
H A Dk3-j7200-common-proc-board.dts277 exp1: gpio@20 { label
385 reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
H A Dk3-am69-sk.dts93 gpio = <&exp1 2 GPIO_ACTIVE_HIGH>;
305 exp1: gpio@21 { label
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-am642-sk.dts142 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
415 exp1: gpio@70 { label
/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/qemu/tests/qemu-iotests/
H A D147209 if self._try_server_up(address, 'exp1', 'exp2'):
212 self.client_test('nbd://localhost:%i/%s' % (nbd_port, 'exp1'),
213 flatten_sock_addr(address), 'exp1', 'node1', False)
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dmc.h45 #define SGIMC_CCTRL1_FIXEDEEXP1 0x00010000 /* Fixed EXP1 endianness */
46 #define SGIMC_CCTRL1_LITTLEEXP1 0x00020000 /* Little endian EXP1 */
H A Dgio.h25 * 2 EXP1 0x1f600000 - 0x1f9fffff 4MB
H A Dip22.h73 #define SGI_GIOEXP1_IRQ (SGINT_LOCAL2 + 7) /* Indy GIO EXP1 */
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dti,j721e-pci-host.yaml148 reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
/openbmc/linux/arch/x86/math-emu/
H A Dreg_u_add.S47 subl PARAM7,%ecx /* exp1 - exp2 */
/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>;
/openbmc/qemu/tests/tcg/hexagon/
H A Dload_align.c62 #define TEST_io(NAME, SZ, SIZE, EXP1, EXP2, EXP3, EXP4) \ argument
67 check64(result, (EXP1)); \
H A Dload_unpack.c65 #define TEST_io(NAME, TYPE, SIGN, SIZE, EXT, EXP1, EXP2, EXP3, EXP4) \ argument
71 check64(result, (EXP1) | (EXT)); \
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-mc.c157 tmp |= SGIMC_GIOPAR_MASTEREXP1; /* exp1 masters */ in sgimc_init()
/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()

12