|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hardware.h>

Public Attributes | |
| struct { | |
| union { | |
| struct { | |
| USHORT CurrentConnectStatus: 1 | |
| USHORT PortEnableStatus: 1 | |
| USHORT PortSuspendStatus: 1 | |
| USHORT PortOverCurrentIndicator: 1 | |
| USHORT PortResetStatus: 1 | |
| USHORT Reserved1r: 3 | |
| USHORT PortPowerStatus: 1 | |
| USHORT LowSpeedDeviceAttached: 1 | |
| USHORT Reserved2r: 6 | |
| } | |
| struct { | |
| USHORT ClearPortEnable: 1 | |
| USHORT SetPortEnable: 1 | |
| USHORT SetPortSuspend: 1 | |
| USHORT ClearSuspendStatus: 1 | |
| USHORT SetPortReset: 1 | |
| USHORT Reserved1w: 3 | |
| USHORT SetPortPower: 1 | |
| USHORT ClearPortPower: 1 | |
| USHORT Reserved2w: 6 | |
| } | |
| } | |
| USHORT ConnectStatusChange: 1 | |
| USHORT PortEnableStatusChange: 1 | |
| USHORT PortSuspendStatusChange: 1 | |
| USHORT PortOverCurrentIndicatorChange: 1 | |
| USHORT PortResetStatusChange: 1 | |
| USHORT Reserved3: 11 | |
| }; | |
| ULONG | AsULONG |
Definition at line 272 of file hardware.h.
| struct { ... } _OHCI_REG_RH_PORT_STATUS::@1540 |
| ULONG _OHCI_REG_RH_PORT_STATUS::AsULONG |
Definition at line 305 of file hardware.h.
Referenced by OHCI_RH_GetPortStatus().
| USHORT _OHCI_REG_RH_PORT_STATUS::ClearPortEnable |
Definition at line 287 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::ClearPortPower |
Definition at line 294 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::ClearSuspendStatus |
Definition at line 290 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::ConnectStatusChange |
Definition at line 298 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::CurrentConnectStatus |
Definition at line 276 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::LowSpeedDeviceAttached |
Definition at line 283 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortEnableStatus |
Definition at line 277 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortEnableStatusChange |
Definition at line 299 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortOverCurrentIndicator |
Definition at line 279 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortOverCurrentIndicatorChange |
Definition at line 301 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortPowerStatus |
Definition at line 282 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortResetStatus |
Definition at line 280 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortResetStatusChange |
Definition at line 302 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortSuspendStatus |
Definition at line 278 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::PortSuspendStatusChange |
Definition at line 300 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::Reserved1r |
Definition at line 281 of file hardware.h.
Referenced by OHCI_RH_GetPortStatus().
| USHORT _OHCI_REG_RH_PORT_STATUS::Reserved1w |
Definition at line 292 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::Reserved2r |
Definition at line 284 of file hardware.h.
Referenced by OHCI_RH_GetPortStatus().
| USHORT _OHCI_REG_RH_PORT_STATUS::Reserved2w |
Definition at line 295 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::Reserved3 |
Definition at line 303 of file hardware.h.
Referenced by OHCI_RH_GetPortStatus().
| USHORT _OHCI_REG_RH_PORT_STATUS::SetPortEnable |
Definition at line 288 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::SetPortPower |
Definition at line 293 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::SetPortReset |
Definition at line 291 of file hardware.h.
| USHORT _OHCI_REG_RH_PORT_STATUS::SetPortSuspend |
Definition at line 289 of file hardware.h.