Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/usb/serial/
A Diuu_phoenix.c394 int Count = 0; in iuu_clk() local
478 priv->buf[Count++] = 0x09; in iuu_clk()
482 priv->buf[Count++] = 0x0C; in iuu_clk()
486 priv->buf[Count++] = 0x12; in iuu_clk()
490 priv->buf[Count++] = 0x13; in iuu_clk()
494 priv->buf[Count++] = 0x40; in iuu_clk()
499 priv->buf[Count++] = 0x41; in iuu_clk()
503 priv->buf[Count++] = 0x42; in iuu_clk()
507 priv->buf[Count++] = 0x44; in iuu_clk()
511 priv->buf[Count++] = 0x45; in iuu_clk()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-papr-pmem48 * "CtlResCt" : Controller Reset Count
53 * "HostLCnt" : Host Load Count
54 * "HostSCnt" : Host Store Count
57 * "MedRCnt " : Media Read Count
58 * "MedWCnt " : Media Write Count
61 * "CchRHCnt" : Cache Read Hit Count
62 * "CchWHCnt" : Cache Write Hit Count
63 * "FastWCnt" : Fast Write Count
A Dsysfs-bus-counter5 Count data of Count Y represented as a string.
11 Count value ceiling for Count Y. This is the upper limit for the
18 Count value floor for Count Y. This is the lower limit for the
25 Count mode for channel Y. The ceiling and floor values for
35 the Count Y ceiling value, while the lower limit is set
36 to the Count Y floor value. The counter freezes at
49 A count value boundary is set between the Count Y floor
50 value and the Count Y ceiling value. The counter is
51 reset to the Count Y floor value at count = ceiling when
52 counting up, while the counter is set to the Count Y
[all …]
/linux/Documentation/driver-api/
A Dgeneric-counter.rst33 Association of a Signal, and evaluation trigger, with a Count.
35 * Count:
88 A Synapse associates one Signal with one Count.
138 A Count has a set of one or more associated Synapses.
148 Count Synapse Signal
151 | Data: Count | Rising Edge ________
171 Count Synapse Signal
328 Count's directory in sysfs.
395 Count data request:
400 | Count register: 0x28 |
[all …]
/linux/arch/mips/fw/arc/
A Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
18 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
24 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
/linux/drivers/usb/storage/
A Dfreecom.c53 __le32 Count; /* Number of bytes to transfer. */ member
72 __le16 Count; member
161 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()
194 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()
330 le16_to_cpu(fst->Count)); in freecom_transport()
339 length = le16_to_cpu(fst->Count); in freecom_transport()
A Dene_ub6250.c855 u32 Ende, Count; in ms_count_freeblock() local
859 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock()
863 Count++; in ms_count_freeblock()
870 return Count; in ms_count_freeblock()
/linux/Documentation/i2c/
A Dsmbus-protocol.rst50 Count (8 bits) A data byte containing the length of a block operation.
181 of data is specified by the device in the Count byte.
186 Sr Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
198 Comm byte. The amount of data is specified in the Count byte.
202 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
216 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
217 Sr Addr Rd [A] [Count] A [Data] ... A P
288 and Write operations, except these do not have a Count byte. They are
A Di2c-protocol.rst21 Count (8 bits) A data byte containing the length of a block operation.
/linux/Documentation/devicetree/bindings/arm/hisilicon/
A Dlow-pin-count.yaml7 title: Hisilicon HiP06 Low Pin Count device
13 Hisilicon HiP06 SoCs implement a Low Pin Count (LPC) controller, which
/linux/Documentation/driver-api/pldmfw/
A Dfile-format.rst95 | Record Count |
119 | Descriptor Count |
150 | Component Count |
/linux/Documentation/ABI/stable/
A Dsysfs-class-ubi47 Count of bad physical eraseblocks on the underlying MTD device.
132 Count of volumes on this UBI device.
191 Count of physical eraseblock reserved for this volume.
/linux/drivers/media/dvb-frontends/
A Dtda18271c2dd.c594 s32 Count = 0; in PowerScan() local
636 freq_MainPLL = RF_in + sign * Count + 1000000; in PowerScan()
649 Count += 200000; in PowerScan()
651 if (Count < CountLimit * 100000) in PowerScan()
657 Count = 200000; in PowerScan()
/linux/drivers/scsi/aic7xxx/
A Daic79xx.reg545 * Data Channel Host Count
556 * Host Overlay DMA Count
607 * SCB Host Count
857 * CMC Sequencer Byte Count
1053 * SG Sequencer Byte Count
2076 * SCSI Offset Count
2795 * Shadow Byte Count
2894 * CMC SCB Array Count
3028 * Flex DMA Byte Count
3361 * Data FIFO Space Count
[all …]
/linux/Documentation/hwmon/
A Daquacomputer_d5next.rst60 power_cycles Count of how many times the pump was powered on
/linux/Documentation/accounting/
A Dtaskstats-struct.rst91 __u64 ac_minflt; /* Minor Page Fault Count */
94 __u64 ac_majflt; /* Major Page Fault Count */
/linux/Documentation/gpu/
A Damdgpu.rst105 RAS Error Count sysfs Interface
109 :doc: AMDGPU RAS sysfs Error Count Interface
/linux/scripts/dtc/
A Ddtc-parser.tab.c492 # define YYCOPY(Dst, Src, Count) \ argument
493 __builtin_memcpy (Dst, Src, YY_CAST (YYSIZE_T, (Count)) * sizeof (*(Src)))
495 # define YYCOPY(Dst, Src, Count) \ argument
499 for (yyi = 0; yyi < (Count); yyi++) \
/linux/scripts/kconfig/
A Dparser.tab.c515 # define YYCOPY(Dst, Src, Count) \ argument
516 __builtin_memcpy (Dst, Src, YY_CAST (YYSIZE_T, (Count)) * sizeof (*(Src)))
518 # define YYCOPY(Dst, Src, Count) \ argument
522 for (yyi = 0; yyi < (Count); yyi++) \
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dstmpe.txt32 (fraction-z ([0..7]) = Count of the fractional part)
/linux/Documentation/devicetree/bindings/memory-controllers/
A Drenesas,rpc-if.yaml7 title: Renesas Reduced Pin Count Interface (RPC-IF)
/linux/Documentation/networking/device_drivers/atm/
A Dcxacru.rst103 - Count of total attempts to initialise ADSL.
/linux/Documentation/driver-api/media/
A Ddtv-frontend.rst363 /* Read Bit Error Count */
368 /* Read Total Bit Count */
414 /* Read Bit Error Count */
/linux/Documentation/devicetree/bindings/mfd/
A Daspeed-lpc.yaml8 title: Aspeed Low Pin Count (LPC) Bus Controller
/linux/Documentation/admin-guide/
A Dras.rst640 - ``ch0_ce_count`` - Channel 0 CE Count attribute file
646 - ``ch0_ue_count`` - Channel 0 UE Count attribute file
668 - ``ch1_ce_count`` - Channel 1 CE Count attribute file
675 - ``ch1_ue_count`` - Channel 1 UE Count attribute file
773 - ``pci_parity_count`` - Parity Count

Completed in 54 milliseconds

12