Home
last modified time | relevance | path

Searched full:can (Results 1 – 25 of 6629) sorted by relevance

12345678910>>...266

/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Drcar_can.txt1 Renesas R-Car CAN controller Device Tree Bindings
5 - compatible: "renesas,can-r8a7742" if CAN controller is a part of R8A7742 SoC.
6 "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC.
7 "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC.
8 "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC.
9 "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC.
10 "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC.
11 "renesas,can-r8a774b1" if CAN controller is a part of R8A774B1 SoC.
12 "renesas,can-r8a774c0" if CAN controller is a part of R8A774C0 SoC.
13 "renesas,can-r8a774e1" if CAN controller is a part of R8A774E1 SoC.
[all …]
H A Drenesas,rcar-can.yaml4 $id: http://devicetree.org/schemas/net/can/renesas,rcar-can.yaml#
7 title: Renesas R-Car CAN Controller
17 - renesas,can-r8a7778 # R-Car M1-A
18 - renesas,can-r8a7779 # R-Car H1
19 - const: renesas,rcar-gen1-can # R-Car Gen1
23 - renesas,can-r8a7742 # RZ/G1H
24 - renesas,can-r8a7743 # RZ/G1M
25 - renesas,can-r8a7744 # RZ/G1N
26 - renesas,can-r8a7745 # RZ/G1E
27 - renesas,can-r8a77470 # RZ/G1C
[all …]
H A Dxilinx_can.txt1 Xilinx Axi CAN/Zynq CANPS controller Device Tree Bindings
6 - "xlnx,zynq-can-1.0" for Zynq CAN controllers
7 - "xlnx,axi-can-1.00.a" for Axi CAN controllers
8 - "xlnx,canfd-1.0" for CAN FD controllers
9 - "xlnx,canfd-2.0" for CAN FD 2.0 controllers
16 - "can_clk", "s_axi_aclk" (For AXI CAN and CAN FD).
19 - tx-fifo-depth : Can Tx fifo depth (Zynq, Axi CAN).
20 - rx-fifo-depth : Can Rx fifo depth (Zynq, Axi CAN, CAN FD in
22 - tx-mailbox-count : Can Tx mailbox buffer count (CAN FD).
23 - rx-mailbox-count : Can Rx mailbox buffer count (CAN FD in mailbox Rx
[all …]
H A Dxilinx,can.yaml4 $id: http://devicetree.org/schemas/net/can/xilinx,can.yaml#
8 Xilinx CAN and CANFD controller
16 - xlnx,zynq-can-1.0
17 - xlnx,axi-can-1.00.a
39 description: CAN Tx fifo depth (Zynq, Axi CAN).
43 description: CAN Rx fifo depth (Zynq, Axi CAN, CAN FD in sequential Rx mode)
47 description: CAN Tx mailbox buffer count (CAN FD)
54 description: CAN TX_OL, TX_TL and RX FIFOs have ECC support(AXI CAN)
66 - $ref: can-controller.yaml#
72 - xlnx,zynq-can-1.0
[all …]
H A Dallwinner,sun4i-a10-can.yaml4 $id: http://devicetree.org/schemas/net/can/allwinner,sun4i-a10-can.yaml#
7 title: Allwinner A10 CAN Controller
14 - $ref: can-controller.yaml#
20 - const: allwinner,sun7i-a20-can
21 - const: allwinner,sun4i-a10-can
22 - const: allwinner,sun4i-a10-can
23 - const: allwinner,sun8i-r40-can
24 - const: allwinner,sun20i-d1-can
42 - allwinner,sun8i-r40-can
[all...]
H A Dst,stm32-bxcan.yaml4 $id: http://devicetree.org/schemas/net/can/st,stm32-bxcan.yaml#
9 description: STMicroelectronics BxCAN controller for CAN bus
15 - $ref: can-controller.yaml#
22 st,can-primary:
25 two CAN peripherals in dual CAN configuration. In that case they share
27 Not to be used if the peripheral is in single CAN configuration.
32 st,can-secondary:
35 has two CAN peripherals in dual CAN configuration. In that case they
37 Not to be used if the peripheral is in single CAN configuration.
70 secondary) in dual CAN peripheral configuration.
[all …]
H A Dfsl,flexcan.yaml4 $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml#
8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
14 - $ref: can-controller.yaml#
71 description: Regulator that powers the CAN transceiver.
81 can-transceiver:
82 $ref: can-transceiver.yaml#
92 req_gpr is the gpr register offset of CAN stop request.
93 req_bit is the bit offset of CAN stop request.
98 - description: The 'req_gpr' is the gpr register offset of CAN stop request.
100 - description: The 'req_bit' is the bit offset of CAN stop request.
[all …]
/freebsd/sys/sys/
H A Dpriv.h71 #define PRIV_REBOOT 8 /* Can reboot system. */
72 #define PRIV_SWAPON 9 /* Can swapon(). */
73 #define PRIV_SWAPOFF 10 /* Can swapoff(). */
74 #define PRIV_MSGBUF 11 /* Can read kernel message buffer. */
75 #define PRIV_IO 12 /* Can perform low-level I/O. */
80 #define PRIV_CLOCK_SETTIME 17 /* Can call clock_settime. */
81 #define PRIV_SETTIMEOFDAY 18 /* Can call settimeofday. */
88 #define PRIV_AUDIT_CONTROL 40 /* Can configure audit. */
89 #define PRIV_AUDIT_FAILSTOP 41 /* Can run during audit fail stop. */
90 #define PRIV_AUDIT_GETAUDIT 42 /* Can get proc audit properties. */
[all …]
H A Dcdio.h15 for functions that drive can actually do. Things it can't do
16 can disappear or be greyed-out (like some other system).
232 #define CDDOPLAYTRK 0x00000001 /*<2>Can Play tracks/index*/
233 #define CDDOPLAYMSF 0x00000002 /*<2>Can Play msf to msf*/
234 #define CDDOPLAYBLOCKS 0x00000004 /*<2>Can Play range of blocks*/
235 #define CDDOPAUSE 0x00000100 /*<2>Output can be paused*/
236 #define CDDORESUME 0x00000200 /*<2>Output can be resumed*/
237 #define CDDORESET 0x00000400 /*<2>Drive can be completely reset*/
238 #define CDDOSTART 0x00000800 /*<2>Audio can be started*/
239 #define CDDOSTOP 0x00001000 /*<2>Audio can be stopped*/
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dlibarchive-formats.551 library can read most tar archives.
52 It can write POSIX-standard
70 library can read most GNU-format tar archives.
75 It can read GNU sparse file entries, including the new POSIX-based
80 library can write GNU tar format, including long filename
85 library can read and write POSIX-compliant pax interchange format
100 The libarchive library can read most of the SCHILY keys
112 The libarchive library can also write pax archives in which it
120 In all cases, the result can be dearchived by any program that
121 can rea
[all...]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.in65 you can insert new text any place in the file quite easily.
84 While it is advantageous to have an intelligent terminal which can locally
137 Before you can start
143 If your terminal does not have a code, one can be assigned and a description
144 for the terminal can be created.
173 In this case you can use one of the following commands to tell the system
190 when you log in, you can use the
235 Another thing which can go wrong is that you typed the wrong file name and
267 If you don't have cursor positioning keys, or even if you do, you can use
303 harmless one to hit, so you can just hit it if you don't know
[all …]
/freebsd/share/doc/usd/07.mail/
H A Dmail5.nr101 As a shorthand notation, you can specify simply
120 You can search for the presence of a word in subject lines with
155 \fBPrint\fP can be abbreviated to \fBP\fP.
163 You can
184 \fBReply\fP (and \fBRespond\fP) can be abbreviated to \fBR\fP.
189 \fBType\fP can be abbreviated to \fBT\fP.
203 \fBAlias\fP can be abbreviated to \fBa\fP.
227 \fBAlternates\fP can be abbreviated to \fBalt\fP.
237 \fBChdir\fP can be abbreviated to \fBc\fP.
245 \fBCopy\fP can be abbreviated to \fBco\fP.
[all …]
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpoolconcepts.78 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
46 ZFS can use individual slices or partitions, though the recommended mode of
48 A disk can be specified by a full path, or it can be a shorthand name
52 A whole disk can be specified by omitting the slice or partition designation.
68 .Em N No disks of size Em X No can hold Em X No bytes and can withstand Em N-1
78 A raidz group can have single, double, or triple parity, meaning that the
79 raidz group can sustain one, two, or three failures, respectively, without
94 .Em N No disks of size Em X No with Em P No parity disks can hold approximately
95 .Em (N-P)*X No bytes and can withstand Em P No devices failing without losing data .
112 If using compression, this relatively large allocation size can reduce the
[all …]
H A Dzfsconcepts.78 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
47 The root of the pool can be accessed as a file system, such as mounting and
58 Snapshots can be created extremely quickly, and initially consume no additional
63 Snapshots can have arbitrary names.
64 Snapshots of volumes can be cloned or rolled back, visibility is determined
69 File system snapshots can be accessed under the
76 directory can be controlled by the
81 Bookmarks can be created extremely quickly, compared to snapshots, and they
83 Bookmarks can also have arbitrary names, much like snapshots.
85 Unlike snapshots, bookmarks can not be accessed through the filesystem in any
[all …]
/freebsd/contrib/less/
H A DINSTALL16 you can run in the future to recreate the current configuration, a file
23 diffs or instructions to the address given in the `README' so they can
50 5. You can remove the program binaries and object files from the
52 files that `configure' created (so you can compile the package for
63 the `configure' script does not know about. You can give `configure'
65 a Bourne-compatible shell, you can do that on the command line like
69 Or on systems that have the `env' program, you can do it like this:
75 You can compile the package for more than one kind of computer at the
93 `/usr/local/bin', `/usr/local/man', etc. You can specify an
97 You can specify separate installation prefixes for
[all …]
/freebsd/contrib/pjdfstest/tests/granular/
H A D00.t24 # Tests 2..7 - check out whether root user can do stuff.
25 # Can create files?
28 # Can create symlinks?
33 # Can create directories?
41 # Can create files?
44 # Can create symlinks?
49 # Can create directories?
55 # Can move files from other directory?
59 # Can move files from other directory overwriting existing files?
65 # Can move directories from other directory?
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-WPS5 can be configured and how an external component on the client (e.g.,
20 While WPS can enable more home networks to use encryption in the
30 - Registrar: a device that control a network and can authorize
48 wpa_supplicant includes an optional WPS component that can be used as
69 The following parameter can be used to enable support for NFC config
104 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing.
110 for each WPS registration session. wpa_supplicant can do this with a
121 random PIN, a hardcoded PIN that is printed on a label can be
131 interface, an optional timeout parameter can be used to specify
137 can be used to generate a new PIN without starting WPS negotiation.
[all …]
H A DREADME-Windows.txt46 wpa_supplicant can be built with Microsoft Visual C++ compiler. This
49 can also be used by creating a project that includes the files and
51 files are included in vs2005 subdirectory. This can be used as a
55 WinPcap development package is needed for the build and this can be
58 that Include and Lib directories are in this directory. The files can be
64 OpenSSL source package can be downloaded from
70 this directory can be modified by changing OPENSSLDIR variable in
82 needed) for it. Alternative, you can copy files from
90 wpa_supplicant can be built for cygwin by installing the needed
106 additional tool, win_if_list.exe, can be built by running "make
[all …]
/freebsd/sys/dev/mmc/
H A Dbridge.h67 * A mmc bridge is a chipset that can have one or more mmc and/or sd
148 #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can do 4-bit data transfers */
149 #define MMC_CAP_8_BIT_DATA (1 << 1) /* Can do 8-bit data transfers */
150 #define MMC_CAP_HSPEED (1 << 2) /* Can do High Speed transfers */
153 #define MMC_CAP_UHS_SDR12 (1 << 6) /* Can do UHS SDR12 */
154 #define MMC_CAP_UHS_SDR25 (1 << 7) /* Can do UHS SDR25 */
155 #define MMC_CAP_UHS_SDR50 (1 << 8) /* Can do UHS SDR50 */
156 #define MMC_CAP_UHS_SDR104 (1 << 9) /* Can do UHS SDR104 */
157 #define MMC_CAP_UHS_DDR50 (1 << 10) /* Can do UHS DDR50 */
158 #define MMC_CAP_MMC_DDR52_120 (1 << 11) /* Can do eMMC DDR52 at 1.2 V */
[all …]
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips1 Any user that is a member of the wheel group can use "su -" to simulate
2 a root login. You can add a user to the wheel group with:
6 By pressing "Scroll Lock" you can use the arrow keys to scroll backward
10 Can't remember if you've installed a certain port or not? Try "pkg info
32 you can learn a lot about how the system is put together, which again will
41 If other operating systems have damaged your Master Boot Record, you can
45 If you accidentally end up inside vi, you can quit it by pressing Escape, colon
48 If you do not want to get beeps in X11 (X Windows), you can turn them off with
52 If you have a CD-ROM drive in your machine, you can make the CD-ROM that is
85 environment to 'K'. You can also use 'M' for Megabytes or 'G' for
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml128 hardware performs emergency shutdown. Zero can be passed to disable
130 limit setting can be omitted.
135 Zero can be passed to disable error detection and value '1' indicates
136 that detection should be enabled but limit setting can be omitted.
141 damaged. Recovery actions should be initiated. Zero can be passed to
143 be enabled but limit setting can be omitted.
147 hardware performs emergency shutdown. Zero can be passed to disable
149 limit setting can be omitted. Limit is given as microvolt offset from
155 Zero can be passed to disable error detection and value '1' indicates
156 that detection should be enabled but limit setting can b
[all...]
/freebsd/contrib/libpcap/pcap/
H A Dcan_socketcan.h45 * SocketCAN header for CAN and CAN FD frames, as per
46 * Documentation/networking/can.rst in the Linux source.
59 #define CANFD_FDF 0x04 /* mark CAN FD for dual use of CAN format */
62 * SocketCAN header for CAN XL frames, as per Linux's can.h header.
65 * the payload_length field in a CAN or CAN FD frame never has the
66 * 0x80 bit set, and the flags field in a CAN XL frame always has
68 * it's CAN XL or not.
80 #define CANXL_XLF 0x80 /* mark to distinguish CAN XL from CAN/CAN FD frames */
/freebsd/contrib/ntp/
H A DINSTALL13 you can run in the future to recreate the current configuration, a file
20 diffs or instructions to the address given in the `README' so they can
47 5. You can remove the program binaries and object files from the
49 files that `configure' created (so you can compile the package for
60 the `configure' script does not know about. You can give `configure'
62 a Bourne-compatible shell, you can do that on the command line like
66 Or on systems that have the `env' program, you can do it like this:
72 You can compile the package for more than one kind of computer at the
90 `/usr/local/bin', `/usr/local/man', etc. You can specify an
94 You can specify separate installation prefixes for
[all …]
/freebsd/contrib/wpa/hostapd/
H A DREADME-WPS4 This document describes how the WPS implementation in hostapd can be
19 While WPS can enable more home networks to use encryption in the
29 - Registrar: a device that control a network and can authorize
47 hostapd includes an optional WPS component that can be used as an
49 to the network. In addition, WPS Enrollee functionality in hostapd can
51 point, e.g., for initial network setup. In addition, hostapd can proxy a
67 Following parameter can be used to enable support for NFC config method:
127 digit. "hostapd_cli wps_check_pin <PIN>" can be used to do such
168 interface. This can be done either by using the UNIX domain socket
184 time in seconds can be set for the new PIN (value 0 indicates no
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dbranch.json18 …executed. This event counts when any branch that the conditional predictor can predict is retired.…
21 …executed. This event counts when any branch that the conditional predictor can predict is retired.…
24 …ounts when any indirect branch that the Branch Target Address Cache (BTAC) can predict is retired …
27 …ounts when any indirect branch that the Branch Target Address Cache (BTAC) can predict is retired …
30 …dress miscompare. This event counts when any indirect branch that the BTAC can predict is retired,…
33 …dress miscompare. This event counts when any indirect branch that the BTAC can predict is retired,…
36 …redicted. This event counts when any branch that the conditional predictor can predict is retired …
39 …redicted. This event counts when any branch that the conditional predictor can predict is retired …
42 …address executed. This event counts when any indirect branch that the BTAC can predict is retired,…
45 …address executed. This event counts when any indirect branch that the BTAC can predict is retired,…
[all …]

12345678910>>...266