GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MSTREG(1) User Commands MSTREG(1)

mstreg - Expose supported access registers

NAME:
mstreg
SYNOPSIS:
mstreg [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:
: mstreg -d <device> --show_regs
: mstreg -d <device> --show_reg PAOS
GET PAOS with indexes: local port 0x1 and swid 0x5:
mstreg -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:
mstreg -d <device> --set "e=0x0" --reg_name PAOS --indexes "local_port=0x1,swid=0x5"

mstflint(1)

March 2020 mstflint

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.