Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 83 of 83) sorted by relevance

/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c570 #define IPIPE_U8Q5(decimal, integer) \ argument
571 (((decimal & 0x1f) | ((integer & 0x7) << 5)))
603 val = IPIPE_U8Q5(gic->nf2_thr_gain.decimal, in ipipe_set_gic_regs()
609 #define IPIPE_U13Q9(decimal, integer) \ argument
610 (((decimal & 0x1ff) | ((integer & 0xf) << 9)))
624 val = IPIPE_U13Q9(wb->gain_r.decimal, wb->gain_r.integer); in ipipe_set_wb_regs()
627 val = IPIPE_U13Q9(wb->gain_gr.decimal, wb->gain_gr.integer); in ipipe_set_wb_regs()
630 val = IPIPE_U13Q9(wb->gain_gb.decimal, wb->gain_gb.integer); in ipipe_set_wb_regs()
633 val = IPIPE_U13Q9(wb->gain_b.decimal, wb->gain_b.integer); in ipipe_set_wb_regs()
692 val = (rgb->coef_rr.decimal & 0xff) | in ipipe_set_rgb2rgb_regs()
[all …]
Ddm365_ipipe.c294 gic->nf2_thr_gain.decimal > GIC_NFGAN_DECI_MASK) in ipipe_validate_gic_params()
340 wbal->gain_r.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
342 wbal->gain_gr.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
344 wbal->gain_gb.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params()
346 wbal->gain_b.decimal > WB_GAIN_DECI_MASK) in ipipe_validate_wb_params()
450 if (rgb2rgb->coef_rr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
454 if (rgb2rgb->coef_gr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
458 if (rgb2rgb->coef_br.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
462 if (rgb2rgb->coef_rg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
466 if (rgb2rgb->coef_gg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params()
[all …]
Ddavinci_vpfe_user.h323 __u8 decimal; member
330 __u16 decimal; member
587 unsigned short decimal; member
592 unsigned short decimal; member
597 unsigned char decimal; member
Ddm365_isif.c452 csc->coeff[i].decimal > in isif_validate_df_csc_params()
954 ((df_csc->csc.coeff[i].decimal & in isif_config_csc()
962 ((df_csc->csc.coeff[i].decimal & in isif_config_csc()
1013 val |= linearize->scale_fact.decimal & ISIF_LIN_SCALE_FACT_DECIMAL_MASK; in isif_config_linearization()
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt38 5. Set the decimal places.
39 The device has either 6 or 8 decimal points.
40 to set the nth decimal place calculate 10 ** n
43 For example, to set the 0th and 3rd decimal place
Dhotplug.txt67 TYPE ... device class codes (decimal)
68 INTERFACE ... interface 0 class codes (decimal)
Dusbmon.txt115 - Timestamp in microseconds, a decimal number. The timestamp's resolution
129 Bus number, Device address, and Endpoint are decimal numbers, but they may
139 The status field is a decimal number, sometimes negative, which represents
159 total of 5. The word consists of 3 colon-separated decimal numbers for
Dproc_usb_info.txt110 d = decimal number (may have leading spaces or 0's)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg38 Description: Controls the decimal places on the device.
39 To set the nth decimal place, give this field
41 the value k and has 1 or more decimal places set,
Dsysfs-devices-mmc10 Unit Byte. Format decimal.
21 Unit KByte. Format decimal.
Dima_policy34 uid:= decimal value
35 euid:= decimal value
36 fowner:=decimal value
Dsysfs-class-net145 decimal number. This attribute is used for mapping an interface
156 the interface is linked to. Format is decimal. This attribute is
165 Indicates the interface link mode, as a decimal number. This
177 bytes, and in decimal format. Specific values depends on the
186 Indicates the interface network device group, as a decimal
244 Indicates the interface protocol type as a decimal value. See
Dsysfs-driver-hid-lenovo35 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
42 Values are decimal integers from 1 (slowest) to 255 (fastest).
Dsysfs-devices-memory38 which is equivalent to decimal X contained in the
Dsysfs-driver-hid-wiimote69 Data is encoded as decimal numbers and specifies the offsets of
Ddev-kmsg13 carries the syslog priority and facility. The single decimal
Dsysfs-driver-hid-roccat-kone34 number the decimal point has to be shifted 2 positions to the
/linux-4.4.14/drivers/media/platform/davinci/
Disif.c242 gain_off_p->gain.r_ye.decimal; in isif_config_gain_offset()
246 gain_off_p->gain.gr_cy.decimal; in isif_config_gain_offset()
250 gain_off_p->gain.gb_g.decimal; in isif_config_gain_offset()
254 gain_off_p->gain.b_mg.decimal; in isif_config_gain_offset()
402 linearize->scale_fact.decimal; in isif_config_linearization()
510 df_csc->csc.coeff[i].decimal; in isif_config_csc()
516 df_csc->csc.coeff[i].decimal; in isif_config_csc()
Ddm355_ccdc.c575 val1 |= (((csc->coeff[i].decimal & in ccdc_config_csc()
584 val2 |= (((csc->coeff[i].decimal & in ccdc_config_csc()
/linux-4.4.14/Documentation/video4linux/
Dnot-in-cx2388x-datasheet.txt38 Datasheet incorrectly states to use 47 decimal. 188 is the length.
/linux-4.4.14/include/media/davinci/
Disif.h31 __u8 decimal; member
39 __u16 decimal; member
Ddm355_ccdc.h133 unsigned int decimal; member
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-brcmstb.txt6 - clock-frequency: 32-bit decimal value of iic master clock freqency in Hz
/linux-4.4.14/arch/m68k/fpsp040/
Dbinstr.S10 | lword of the packed decimal memory string.)
15 | The 64-bit binary is assumed to have a decimal point before
18 | msb form a decimal digit. This process is iterated until
Dbindec.S47 | after the decimal point which are to be included as
54 | of decimal places needed to insure LEN integer digits
96 | such that the decimal point is to the left of bit 63.
280 | original decimal point which are to be included as
330 | of decimal places needed to insure LEN integer digits
Ddecbin.S32 | The mantissa digits will be converted with the decimal point
128 | (i.e., all digits assumed left of the decimal point.)
Dres_func.S1991 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
1996 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2003 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2007 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt95 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
106 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0.
174 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
191 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt128 06+07 Dead band (Val 01F4 = 5000 (decimal))
129 08 Positive saturation (Val 0a = 1000 (decimal) Val 64 = 10000 (decimal))
133 maximum value is 64 (100 decimal), the min is 9c.
/linux-4.4.14/Documentation/hwmon/
Dds62022 returned via sysfs displays post decimal positions.
Dsmsc47b39751 AL contains the data in hex, the temperature in Celsius is the decimal
/linux-4.4.14/Documentation/cgroups/
Dnet_cls.txt18 Reading net_cls.classid yields a decimal result.
/linux-4.4.14/Documentation/fb/
Dsisfb.txt80 - or simply use the VESA mode number in hexadecimal or decimal.
88 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please
144 represents the VESA mode number (can be given in decimal or
Dvesafb.txt76 "vga=mode-number" you have to transform the numbers to decimal.
Dmodedb.txt26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string.
Dmatroxfb.txt71 You can enter these number either hexadecimal (leading `0x') or decimal
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dgeneric.txt16 in binary-coded decimal (i.e. 2.0 is 0200H). This
/linux-4.4.14/Documentation/devicetree/bindings/
Dchosen.txt36 baud - baud rate in decimal
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dsamsung_uart.txt37 (non-negative decimal integer) as specified by User's Manual of respective
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/
Dpmu.txt25 "clkoutN", where N is a decimal number corresponding to
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
/linux-4.4.14/Documentation/isdn/
DREADME.syncppp29 'X' is a decimal value.
DREADME.hysdn123 following additional codes (decimal):
149 A root user may write a decimal or hex (with 0x) value t this file to select
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-ib_srp24 * max_sect, a decimal number specifying the maximum number of
26 * max_cmd_per_lun, a decimal number specifying the maximum
/linux-4.4.14/Documentation/filesystems/
Dtmpfs.txt93 NodeList format is a comma-separated list of decimal numbers and ranges,
94 a range being two hyphen-separated decimal numbers, the smallest and
Dudf.txt41 decimal numeric value which will be used as the default ID for that mount.
Dexofs.txt99 /dev/osdX: X is a decimal number. /dev/osdX was created after a successful
Ddebugfs.txt81 values in these files are in decimal; if hexadecimal is more appropriate,
Df2fs.txt308 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]
309 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
Dproc.txt1718 represents the current offset of the opened file in decimal form [see lseek(2)
1763 where 'tfd' is a target file descriptor number in decimal form,
1775 where 'wd' is a watch descriptor in decimal form, ie a target file
/linux-4.4.14/Documentation/block/
Dstat.txt17 The stat file consists of a single line of text containing 11 decimal
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME28 conversions to and from decimal. We use only the single precision,
/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py60 from decimal import *
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt52 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
Dkprobetrace.txt56 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt122 33, 34 (in decimal)
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt28 a sequence of unsigned decimal numeric fields. One line is shown
/linux-4.4.14/arch/cris/
DKconfig177 Size of DRAM (decimal in MB) typically 2, 8 or 16.
184 Size of Video accessible memory (decimal, in MB).
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus48 number the decimal point has to be shifted 2 positions to the
Dsysfs-driver-hid-roccat-pyra34 number the decimal point has to be shifted 2 positions to the
Dsysfs-driver-hid-roccat-koneplus30 number the decimal point has to be shifted 2 positions to the
/linux-4.4.14/tools/perf/Documentation/
Dperf-stat.txt40 where M, N, K are numbers (in decimal, hex, octal format).
Dperf-script.txt263 Use 9 decimal places when displaying time (i.e. show the nanoseconds)
Dperf-record.txt42 where M, N, K are numbers (in decimal, hex, octal format). Acceptable
/linux-4.4.14/Documentation/
Dsvga.txt15 ** set the vga parameter to this number (converted to decimal first).
38 hexadecimal numbers -- you have to convert it to decimal manually.
Dprintk-formats.txt164 For printing IPv4 dot-separated decimal addresses. The 'I4' and 'i4'
Dsysrq.txt33 The number may be written here either as decimal or as hexadecimal
Ddevices.txt2937 Yes, each board is really spaced 10 (decimal) apart.
3265 A hash mark (#) in a device name is used here to indicate a decimal
3351 for the slaves; the slaves are named with decimal integers (/dev/pts/#
Dkernel-parameters.txt1672 example, to map IOAPIC-ID decimal 10 to
1679 example, to map HPET-ID decimal 0 to
1826 PORT[.DEVICE]. PORT and DEVICE are decimal numbers
/linux-4.4.14/Documentation/networking/
Dz8530drv.txt419 sccparam <device> <paramname> <decimal-|hexadecimal value>
586 Don't forget to convert the octal numbers into decimal before
Dfilter.txt431 A: [00000000][0] <-- content of A (hex, decimal)
432 X: [00000000][0] <-- content of X (hex, decimal)
433 M[0,15]: [00000000][0] <-- folded content of M (hex, decimal)
De1000.txt366 The parameter may be specified as either a decimal or hexadecimal value as
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices220 hexadecimal starting with 0x, but can also be expressed in decimal.)
/linux-4.4.14/Documentation/acpi/
Dnamespace.txt196 two-digit decimal representation of an unsigned integer).
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt71 combination of two or three letters, followed by a decimal number.
84 The name must be followed by a decimal number, that stands for the
126 decimal 11 is the major of SCSI CD-ROMs, and the minor 0 stands for
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt287 of values from 5 to 9. Each cblock must be expressed as a decimal
/linux-4.4.14/firmware/
DWHENCE754 Found in decimal form in kernel source.
/linux-4.4.14/Documentation/security/
Dkeys.txt363 Root may alter these by writing each new limit as a decimal number string to
554 Where type and description are strings, uid and gid are decimal, and perm
/linux-4.4.14/Documentation/x86/
Dboot.txt929 decimal, octal, or hexadecimal) or one of the strings
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt584 represents a 32-bit value, specified in decimal or hexadecimal (the
/linux-4.4.14/Documentation/s390/
DDebugging390.txt749 Addresses & values in the VM debugger are always hex never decimal
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1153 MAX_FCP_CMDS to their decimal equivalents and updated