Man page - mlxreg(1)
Packages contas this manual
- mdevices_info(1)
- minit(1)
- mlxphyburn(1)
- mst_ib_add.tcl(1)
- mlxvpd(1)
- mlxburn(1)
- i2c(1)
- flint(1)
- mlxmdio(1)
- mlxuptime(1)
- mlxcables(1)
- mlxconfig(1)
- mlxfwmanager(1)
- pckt_drop(1)
- fwtrace(1)
- mlxfwreset(1)
- mstop(1)
- mlxdump(1)
- mic(1)
- t2a(1)
- mlxi2c(1)
- mlxlink(1)
- mst(1)
- mlxreg(1)
- mlxtrace(1)
- mlxmcg(1)
- mcra(1)
- mtserver(1)
- mget_temp(1)
- wqdump(1)
- mremote(1)
- mstdump(1)
Package: mft
apt-get install mft
apt-get install mft
Manuals in package:
Documentations in package:
Manual
| MLXREG(1) | User Commands | MLXREG(1) |
NAME
mlxreg - manual page for mlxreg 4.19.0
DESCRIPTION
- NAME:
- mlxreg
- SYNOPSIS:
- mlxreg [OPTIONS]
- DESCRIPTION:
- Exposes supported access registers, and allows users to obtain information regarding the registers fields and attributes, and to set and get data with specific register.
- OPTIONS:
- -h |--help
- : Display help message.
- -v |--version
- : Display version info.
- -d |--device
- <device> : Perform operation for a specified mst device.
- -a |--adb_file
- <adb_file> : An external ADB file
- --reg_name
- <reg_name> : Known access register name
- --reg_id
- <reg_ID> : Access register ID
- --reg_len
- <reg_length> : Access register layout length (bytes)
- -i |--indexes
- <idxs_vals> : Register indexes
- -g |--get
- : Register access GET
- -s |--set
- <reg_dataStr> : Register access SET
- --show_reg
- <reg_name> : Print the fields of a given reg access (must have reg_name)
- --show_regs
- : Print all available reg access'
- --yes
- : Non-interactive mode, answer yes to all questions
- Examples:
- Show all available access register
- : mlxreg -d <device> --show_regs
- Show all fields of register PAOS
- : mlxreg -d <device> --show_reg PAOS
- GET PAOS with indexes: local port 0x1 and swid 0x5:
- mlxreg -d <device> --get --reg_name PAOS --indexes "local_port=0x1,swid=0x5"
- SET PAOS with indexes: local port 0x1 and swid 0x5, and data: e 0x0:
- mlxreg -d <device> --set "e=0x0" --reg_name PAOS --indexes "local_port=0x1,swid=0x5"
SEE ALSO
The full documentation for mlxreg is maintained as a Texinfo manual. If the info and mlxreg programs are properly installed at your site, the command
- info mlxreg
should give you access to the complete manual.
| January 2022 | mlxreg 4.19.0 |