| /linux/arch/sparc/kernel/ |
| H A D | head_64.S | 174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer" 176 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 177 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1 178 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0 179 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1 181 add %sp, (2047 + 128), %o0 ! argument array 183 ldx [%sp + 2047 + 128 + 0x20], %l4 ! prom root node 198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 200 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4 202 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1 [all …]
|
| H A D | trampoline_64.S | 146 stx %g2, [%sp + 2047 + 128 + 0x00] 148 stx %g2, [%sp + 2047 + 128 + 0x08] 150 stx %g2, [%sp + 2047 + 128 + 0x10] 153 stx %g2, [%sp + 2047 + 128 + 0x18] 156 stx %g2, [%sp + 2047 + 128 + 0x20] 162 stx %g2, [%sp + 2047 + 128 + 0x28] ! VADDR 164 stx %g2, [%sp + 2047 + 128 + 0x30] ! TTE 168 stx %g2, [%sp + 2047 + 128 + 0x38] 174 add %sp, (2047 + 128), %o0 179 stx %g2, [%sp + 2047 + 128 + 0x00] [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | switch_to_64.h | 29 "stx %%i6, [%%sp + 2047 + 0x70]\n\t" \ 30 "stx %%i7, [%%sp + 2047 + 0x78]\n\t" \ 44 "ldx [%%sp + 2047 + 0x70], %%i6\n\t" \ 45 "ldx [%%sp + 2047 + 0x78], %%i7\n\t" \
|
| /linux/drivers/clk/ti/ |
| H A D | dpll.c | 413 .max_multiplier = 2047, in of_ti_omap3_dpll_setup() 438 .max_multiplier = 2047, in of_ti_omap3_core_dpll_setup() 457 .max_multiplier = 2047, in of_ti_omap3_per_dpll_setup() 500 .max_multiplier = 2047, in of_ti_omap4_dpll_setup() 519 .max_multiplier = 2047, in of_ti_omap5_mpu_dpll_setup() 540 .max_multiplier = 2047, in of_ti_omap4_core_dpll_setup() 561 .max_multiplier = 2047, in of_ti_omap4_m4xen_dpll_setup() 609 .max_multiplier = 2047, in of_ti_am3_no_gate_dpll_setup() 648 .max_multiplier = 2047, in of_ti_am3_no_gate_jtype_dpll_setup() 675 .max_multiplier = 2047, in of_ti_am3_dpll_setup() [all …]
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | FR-TEC__Raptor-Mach-2.bpf.c | 31 * 0x26, 0xff, 0x07, // Logical Maximum (2047) 20 32 * 0x46, 0xff, 0x07, // Physical Maximum (2047) 23 39 * 0x26, 0xff, 0x07, // Logical Maximum (2047) 38 40 * 0x46, 0xff, 0x07, // Physical Maximum (2047) 41 79 * 0x26, 0xff, 0x07, // Logical Maximum (2047) 128 80 * 0x46, 0xff, 0x07, // Physical Maximum (2047) 131
|
| /linux/drivers/input/misc/ |
| H A D | mma8450.c | 179 input_set_abs_params(input, ABS_X, -2048, 2047, 32, 32); in mma8450_probe() 180 input_set_abs_params(input, ABS_Y, -2048, 2047, 32, 32); in mma8450_probe() 181 input_set_abs_params(input, ABS_Z, -2048, 2047, 32, 32); in mma8450_probe()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo9039.c | 50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf()
|
| H A D | nouveau_bo0039.c | 67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf()
|
| /linux/arch/x86/kernel/ |
| H A D | probe_roms.c | 229 start = (video_rom_resource.end + 1 + 2047) & ~2047UL; in probe_roms() 267 start = adapter_rom_resources[i++].end & ~2047UL; in probe_roms()
|
| /linux/arch/arm/vfp/ |
| H A D | vfpdouble.c | 43 .exponent = 2047, 81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions)) in vfp_double_normaliseround() 177 vd->exponent = 2047; /* infinity */ in vfp_double_normaliseround() 364 if (vfp_double_packed_exponent(m) == 2047 && vfp_double_packed_mantissa(m)) { in vfp_compare() 374 if (vfp_double_packed_exponent(d) == 2047 && vfp_double_packed_mantissa(d)) { in vfp_compare() 753 if (vdn->exponent == 2047) in vfp_double_add() 813 if (vdn->exponent == 2047) { in vfp_double_multiply() 814 if (vdn->significand || (vdm->exponent == 2047 && vdm->significand)) in vfp_double_multiply() 1103 vdd.exponent = 2047; in vfp_double_fdiv()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | sc.h | 174 #define SC_MAX_PIXEL_WIDTH 2047 177 #define SC_MAX_PIXEL_HEIGHT 2047
|
| /linux/tools/include/nolibc/ |
| H A D | arch-sparc.h | 165 "add %sp, 128 + 2047, %o0\n" /* on sparc64 / v9 the stack is offset by 2047 */ in _start()
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | crcc37d.h | 10 #define CRCC37D_MAX_ENTRIES 2047
|
| /linux/include/linux/ |
| H A D | leds-ti-lmu-common.h | 21 #define MAX_BRIGHTNESS_11BIT 2047
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | ld_dw.c | 17 .retval = 2047,
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcm63xx_enet.h | 30 * actually 2047, but if we set max rx size register to 2047 we won't
|
| /linux/drivers/gpu/drm/fsl-dcu/ |
| H A D | fsl_dcu_drm_kms.c | 30 fsl_dev->drm->mode_config.max_height = 2047; in fsl_dcu_drm_modeset_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | pci_irq.h | 13 /* max irq_index is 2047, so four chars */
|
| /linux/drivers/iio/proximity/ |
| H A D | sx9360.c | 176 * Therefore the smallest frequency is 4MHz / (2047 * 8192), 178 * The interval is not linear, but given there is 2047 possible value, 179 * Returns the fake increment of (Max-Min)/2047 185 { 0, 281250 }, /* 4MHz / (8192 * 2047) */
|
| /linux/drivers/hid/ |
| H A D | hid-kye.c | 262 0x27, 0xFF, 0x07, 0x00, 0x00, /* Logical Maximum (2047), */ 337 20480, 15360, 2047, 8, 6, 0, 0x13, true}, 347 61440, 46080, 2047, 12, 9, 0, 0x13, true, 350 40960, 25600, 2047, 8, 5, 0, 0x13, true, 353 40960, 25600, 2047, 8, 5, 0, 0x13, true, 359 40960, 30720, 2047, 8, 6, 0, 0x13, true},
|
| H A D | hid-vrc2.c | 28 0x26, 0xFF, 0x07, // Logical Maximum (2047)
|
| /linux/Documentation/arch/s390/ |
| H A D | 3270.ChangeLog | 24 The IBM 2047 device emulates a 3174 control unit.
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 116 #define REG_TXS_MEM_SIZE 0x1550 /* double word unit, max 4*2047 123 * 1536*2047) */ 286 unsigned pkt_size:11; /* packet size, max 2047 bytes */
|
| /linux/lib/lzo/ |
| H A D | lzodefs.h | 65 #define MAX_ZERO_RUN_LENGTH (2047 + MIN_ZERO_RUN_LENGTH)
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | Kconfig.aic7xxx | 75 int "Debug code enable mask (2047 for all debugging)"
|