Man page - mlxreg(1)
Packages contains this manual
- flint(1)
- mlxtrace(1)
- fwtrace(1)
- i2c(1)
- mlxmcg(1)
- mlxreg(1)
- mic(1)
- mlxburn(1)
- mlxi2c(1)
- t2a(1)
- mlxvpd(1)
- mlxcables(1)
- mst(1)
- mst_ib_add.tcl(1)
- mlxdump(1)
- mlxuptime(1)
- mlxfwreset(1)
- wqdump(1)
- mlxmdio(1)
- mlxfwmanager(1)
- mremote(1)
- mstop(1)
- mlxlink(1)
- mget_temp(1)
- minit(1)
- mdevices_info(1)
- mtserver(1)
- mstdump(1)
- pckt_drop(1)
- mlxphyburn(1)
- mlxconfig(1)
- mcra(1)
apt-get install mft
Manual
MLXREG
NAMEDESCRIPTION
SEE ALSO
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.