VIRTUTECH CONFIDENTIAL    Previous - Up - Next

CL-PD6729

Provided by
CL-PD6729
Class Hierarchy
conf-objectlog-objectCL-PD6729
Interfaces Implemented
log_object, io_memory, pci_device, simple_interrupt
Description
The CL-PD6729 class models a Cirrus Logic PD6729 PCI to PCMCIA bridge.

Attributes

Attributes inherited from class conf-object
attributes, classname, component, iface, name, object_id, queue
Attributes inherited from class log-object
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
Attribute List
config_register_info
Pseudo attribute; read-only access; type: [[isii]*].

Register info for all registered configuration registers. The format for each entry is (offset, name, size, write-mask).

config_registers
Optional attribute; read/write access; type: [i{64}]; integer indexed; indexed type: Integer.

The 64 PCI configuration registers, each 32 bits in size.

expansion_rom
Optional attribute; read/write access; type: [oii].

ROM object, map size, and map function number for the Expansion ROM.

interrupt_pin
Optional attribute; read/write access; type: [iiii].

State of the interrupt pin.

mappings
Optional attribute; read/write access; type: [[i{5:8}]|[iiiiiiiio|nii]*].

List of all current PCI IO and memory mappings.

pci_bus
Optional attribute; read/write access; type: Object or Nil.

The PCI bus this device is connected to, implementing the pci-bus interface.

pending_interrupts
Optional attribute; read/write access; type: [bb].

Pending card interrupts for slot 0 and slot 1.

register_index
Optional attribute; read/write access; type: Integer.

Current register index

slot0_extended_registers
Optional attribute; read/write access; type: [i{60}].

Extended registers of slot 0

slot0_io_windows
Optional attribute; read/write access; type: [[i]{2}].

List of i/o space windows of slot 0.

slot0_memory_windows
Optional attribute; read/write access; type: [[ii]{5}].

List of memory/attribute space windows of slot 0.

slot0_registers
Optional attribute; read/write access; type: [i{64}].

Registers of slot 0

slot0_spaces
Optional attribute; read/write access; type: n|[ooo].

Memory space objects representing the PCMCIA Attribute, Common and I/O spaces for slot 0.

slot1_extended_registers
Optional attribute; read/write access; type: [i{60}].

Extended registers of slot 1

slot1_io_windows
Optional attribute; read/write access; type: [[i]{2}].

List of i/o space windows of slot 1.

slot1_memory_windows
Optional attribute; read/write access; type: [[ii]{5}].

List of memory/attribute space windows of slot 1.

slot1_registers
Optional attribute; read/write access; type: [i{64}].

Registers of slot 1

slot1_spaces
Optional attribute; read/write access; type: n|[ooo].

Memory space objects representing the PCMCIA Attribute, Common and I/O spaces for slot 1.

write_masks
Optional attribute; read/write access; type: [[ii]*].

Write masks for all registered configuration registers. The format for each entry is (offset, mask).

Command List

Commands defined by interface log_object
log, log-group, log-level, log-size, log-type
Commands
infoprint information about the device
pci-headerprint PCI device header
statusprint status of the device

Command Descriptions

<CL-PD6729>.info
Synopsis
<CL-PD6729>.info
Description
Print detailed information about the configuration of the device.
<CL-PD6729>.pci-header
Synopsis
<CL-PD6729>.pci-header
Description
Print the PCI header, i.e the configuration registers.
<CL-PD6729>.status
Synopsis
<CL-PD6729>.status
Description
Print detailed information about the current status of the device.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next