brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · f418c92 Raw
36 lines · plain
1 2What:		/sys/class/net/<iface>/grcan/enable03Date:		October 20124KernelVersion:	3.85Contact:	Andreas Larsson <andreas@gaisler.com>6Description:7		Hardware configuration of physical interface 0. This file reads8		and writes the "Enable 0" bit of the configuration register.9		Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP10		core library documentation for details. The default value is 011		or set by the module parameter grcan.enable0 and can be read at12		/sys/module/grcan/parameters/enable0.13 14What:		/sys/class/net/<iface>/grcan/enable115Date:		October 201216KernelVersion:	3.817Contact:	Andreas Larsson <andreas@gaisler.com>18Description:19		Hardware configuration of physical interface 1. This file reads20		and writes the "Enable 1" bit of the configuration register.21		Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP22		core library documentation for details. The default value is 023		or set by the module parameter grcan.enable1 and can be read at24		/sys/module/grcan/parameters/enable1.25 26What:		/sys/class/net/<iface>/grcan/select27Date:		October 201228KernelVersion:	3.829Contact:	Andreas Larsson <andreas@gaisler.com>30Description:31		Configuration of which physical interface to be used. Possible32		values: 0 or 1. See the GRCAN chapter of the GRLIB IP core33		library documentation for details. The default value is 0 or is34		set by the module parameter grcan.select and can be read at35		/sys/module/grcan/parameters/select.36