Expand description

The Logical Device Configuration registers support motherboard designs in which the resources required by their components are known and assigned by the BIOS at POST.

Modules

A read-only register which provides device identification.

A read-only register which provides device revision information.

A read-only register which provides device sub ID information.

A write to this register selects the current logical device. This allows access to the control and configuration registers for each logical device. Note: The Activate command operates only on the selected logical device.

A read-only register which provides legacy device identification.

A read-only register which provides legacy device revision information.

Structs

Register block

Type Definitions

DEV_ID (r) register accessor: an alias for Reg<DEV_ID_SPEC>

DEV_REV (r) register accessor: an alias for Reg<DEV_REV_SPEC>

DEV_SUBID (r) register accessor: an alias for Reg<DEV_SUBID_SPEC>

LDN (rw) register accessor: an alias for Reg<LDN_SPEC>

LEG_DEV_ID (r) register accessor: an alias for Reg<LEG_DEV_ID_SPEC>

LEG_DEV_REV (r) register accessor: an alias for Reg<LEG_DEV_REV_SPEC>