Searched refs:values (Results 1 – 25 of 109) sorted by relevance
12345
/arch/alpha/oprofile/ |
D | op_model_ev5.c | 159 unsigned long values, mask, not_pk, reset_values; in ev5_reset_ctr() local 170 values = wrperfmon(5, 0); in ev5_reset_ctr() 171 values = (reset_values & mask) | (values & ~mask & -2); in ev5_reset_ctr() 172 wrperfmon(6, values); in ev5_reset_ctr() 175 values = wrperfmon(5, 0); in ev5_reset_ctr() 176 values = (reset_values & mask) | (values & ~mask & -2); in ev5_reset_ctr() 177 wrperfmon(6, values); in ev5_reset_ctr()
|
/arch/arm/boot/compressed/ |
D | head-sa1100.S | 19 @ Preserve r8/r7 i.e. kernel entry values
|
D | head-xscale.S | 15 @ Preserve r8/r7 i.e. kernel entry values
|
/arch/microblaze/ |
D | Kconfig.platform | 60 int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)" 64 int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)"
|
/arch/arm64/kvm/ |
D | trace.h | 107 __array(u64, values, 16) 113 memcpy(__entry->values, value, len << 3); 117 __print_array(__entry->values, __entry->len, sizeof(__u64)))
|
/arch/arm/boot/dts/ |
D | dra7-mmc-iodelay.dtsi | 3 * MMC IOdelay values for TI's DRA7xx SoCs.
|
D | s3c6400.dtsi | 8 * based board files can include this file and provide values for board specfic
|
D | dra76x-mmc-iodelay.dtsi | 3 // MMC IOdelay values for TI's DRA76x and AM576x SoCs. 10 * If there is no update to datamanual, do not update the values. If you 11 * need to use values different from that recommended by the datamanual 12 * for your design, then you should consider adding values to the device- 17 * c) If the values change between multiple revisions of silicon, we add
|
D | s3c6410.dtsi | 8 * based board files can include this file and provide values for board specfic
|
D | dra72x-mmc-iodelay.dtsi | 2 * MMC IOdelay values for TI's DRA72x, DRA71x and AM571x SoCs. 20 * If there is no update to datamanual, do not update the values. If you 21 * need to use values different from that recommended by the datamanual 22 * for your design, then you should consider adding values to the device- 27 * c) If the values change between multiple revisions of silicon, we add 32 * e) If in future, DRA71x and DRA72x values differ, then add 'dra71_' and
|
D | exynos5800.dtsi | 10 * values for board specfic bindings.
|
D | omap3-n950-n9.dtsi | 317 st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */ 320 st,wakeup2-threshold = <(1000/18)>; /* millig-value / 18 to get HW values */ 371 * bootloader set values when booted with v4.19 using both N950
|
D | socfpga_arria10_socdk.dtsi | 77 * All skews are offset since hardware skew values for the ksz9031
|
/arch/um/drivers/ |
D | vector_user.h | 53 char *values[MAXVARGS]; member
|
/arch/xtensa/ |
D | Kconfig.debug | 19 values to reduce code size and remove unnecessary overhead from
|
/arch/arm/nwfpe/ |
D | softfloat-specialize | 136 Takes two single-precision floating-point values `a' and `b', one of which 233 Takes two double-precision floating-point values `a' and `b', one of which 263 `high' and `low' values hold the most- and least-significant bits, 342 Takes two extended double-precision floating-point values `a' and `b', one
|
D | ChangeLog | 13 - add new method to obtain integer register values. 19 It is used by users of ptrace to examine the values of the
|
/arch/c6x/lib/ |
D | divi.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
D | remi.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
D | remu.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
/arch/m68k/fpsp040/ |
D | do_func.S | 98 | These routines load forced values into fp0. They are called 286 | ;Tag values: 440 | ;dtag values stag values: 500 | This code forces default values for the zero, inf, and nan cases
|
D | x_ovfl.S | 17 | following values should be stored at the destination, based
|
D | srem_mod.S | 5 | input values X and Y. The entry point sREM computes the floating 6 | point (IEEE) REM of the input values X and Y. 11 | A0. Double-extended value X is located in -12(A0). The values
|
/arch/arm/mach-shmobile/ |
D | headsmp.S | 103 add r5, r5, r2 @ array of per-cpu mpidr values
|
/arch/arm/ |
D | Kconfig-nommu | 11 otherwise, the default values are assigned.
|
12345