sysfs-class-net-grcan 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. What: /sys/class/net/<iface>/grcan/enable0
  2. Date: October 2012
  3. KernelVersion: 3.8
  4. Contact: Andreas Larsson <andreas@gaisler.com>
  5. Description:
  6. Hardware configuration of physical interface 0. This file reads
  7. and writes the "Enable 0" bit of the configuration register.
  8. Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP
  9. core library documentation for details. The default value is 0
  10. or set by the module parameter grcan.enable0 and can be read at
  11. /sys/module/grcan/parameters/enable0.
  12. What: /sys/class/net/<iface>/grcan/enable1
  13. Date: October 2012
  14. KernelVersion: 3.8
  15. Contact: Andreas Larsson <andreas@gaisler.com>
  16. Description:
  17. Hardware configuration of physical interface 1. This file reads
  18. and writes the "Enable 1" bit of the configuration register.
  19. Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP
  20. core library documentation for details. The default value is 0
  21. or set by the module parameter grcan.enable1 and can be read at
  22. /sys/module/grcan/parameters/enable1.
  23. What: /sys/class/net/<iface>/grcan/select
  24. Date: October 2012
  25. KernelVersion: 3.8
  26. Contact: Andreas Larsson <andreas@gaisler.com>
  27. Description:
  28. Configuration of which physical interface to be used. Possible
  29. values: 0 or 1. See the GRCAN chapter of the GRLIB IP core
  30. library documentation for details. The default value is 0 or is
  31. set by the module parameter grcan.select and can be read at
  32. /sys/module/grcan/parameters/select.