Searched refs:exp2 (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | poly_sin.c | 204 long int exponent, exp2, echange; in poly_cos() local 293 exp2 = -1; in poly_cos() 300 exp2 -= 16; in poly_cos() 336 shr_Xsig(&accumulator, exp2 - exponent); in poly_cos() 357 exp2 += norm_Xsig(&accumulator); in poly_cos() 359 exp2++; in poly_cos() 360 shr_Xsig(&fix_up, 65 + exp2); in poly_cos() 366 setexponentpos(&result, exp2 + echange); in poly_cos()
|
/linux-6.3-rc2/arch/arm64/boot/dts/ti/ |
A D | k3-am642-sk.dts | 162 gpios = <&exp2 0 GPIO_ACTIVE_HIGH>; 170 gpios = <&exp2 1 GPIO_ACTIVE_HIGH>; 178 gpios = <&exp2 2 GPIO_ACTIVE_HIGH>; 186 gpios = <&exp2 3 GPIO_ACTIVE_HIGH>; 194 gpios = <&exp2 4 GPIO_ACTIVE_HIGH>; 202 gpios = <&exp2 5 GPIO_ACTIVE_HIGH>; 210 gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; 219 gpios = <&exp2 7 GPIO_ACTIVE_HIGH>; 369 exp2: gpio@60 { label
|
A D | k3-j784s4-evm.dts | 87 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 168 exp2: gpio@22 { label
|
A D | k3-j721e-common-proc-board.dts | 82 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 139 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>; 140 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; 544 exp2: gpio@22 { label 837 reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
|
A D | k3-j7200-common-proc-board.dts | 64 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 225 exp2: gpio@22 { label
|
A D | k3-j721s2-common-proc-board.dts | 73 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>; 250 exp2: gpio@22 { label
|
/linux-6.3-rc2/lib/ |
A D | test_bitmap.c | 44 static const unsigned long exp2[] __initconst = { variable 333 #define EXP2_IN_BITS (sizeof(exp2) * 8) 344 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 348 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 352 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 356 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace() 388 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
|
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.c | 146 if (IS_ERR(exp2)) { in nfsd_cross_mnt() 147 err = PTR_ERR(exp2); in nfsd_cross_mnt() 171 *expp = exp2; in nfsd_cross_mnt() 172 exp2 = exp; in nfsd_cross_mnt() 175 exp_put(exp2); in nfsd_cross_mnt() 193 struct svc_export *exp2; in nfsd_lookup_parent() local 199 exp2 = rqst_exp_parent(rqstp, &path); in nfsd_lookup_parent() 200 if (PTR_ERR(exp2) == -ENOENT) { in nfsd_lookup_parent() 202 } else if (IS_ERR(exp2)) { in nfsd_lookup_parent() 204 return PTR_ERR(exp2); in nfsd_lookup_parent() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | hyperv_tlb_flush.c | 184 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument 191 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2); in post_test()
|
/linux-6.3-rc2/arch/arm64/boot/dts/nvidia/ |
A D | tegra210-p2597.dtsi | 1330 exp2: gpio@77 { label 1678 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>; 1698 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
|
A D | tegra186-p2771-0000.dts | 2264 exp2: gpio@77 { label
|
Completed in 19 milliseconds