Man page - mlxreg(1)

Packages contas this manual

Manual

MLXREG(1) User Commands MLXREG(1)

mlxreg - manual page for mlxreg 4.19.0

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:
: Display help message.
: Display version info.
<device> : Perform operation for a specified mst device.
<adb_file> : An external ADB file
<reg_name> : Known access register name
<reg_ID> : Access register ID
<reg_length> : Access register layout length (bytes)
<idxs_vals> : Register indexes
: Register access GET
<reg_dataStr> : Register access SET
<reg_name> : Print the fields of a given reg access (must have reg_name)
: Print all available reg access'
: Non-interactive mode, answer yes to all questions
Examples:
: mlxreg -d <device> --show_regs
: 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"

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