mmd

mmd - configure an MII AE PHY.

SYNOPSIS

mmd sub-command options

DESCRIPTION

The mmd command is used to configure an individual MII AE PHY device. After configuration, miiae addDevice should be used to add the device to the MII AE. The current contents of the device may be obtained by miiae getDevice. The value of a device may only be changed by a sequence of miiae getDevice, miiae delDevice and miiae addDevice.

STANDARD OPTIONS
address

The address of the device in the MMD device. (default = 0)

name

The name of the device. (default = {})

COMMANDS

The mmd command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

mmd addRegister

Adds the register defined through the use of the mmdRegister command to the MMD device.

mmd clearAllRegisters

Deletes all the registers associated with the MMD device.

mmd config option value

Modify the configuration options of the MMD device. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS).

mmd delRegister registerAddress

Deletes the register whose address is registerAddress.

mmd getRegister registerAddress

Gets the register whose address is registerAddress. The values associated with the register may be viewed and modified through the use of the mmdRegister command.

mmd setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See examples in miiae.

SEE ALSO

mii, miiae, mmdRegister.