aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/ohci_private.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2017-06-27 21:51:20 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2017-06-28 00:23:18 +0000
commit70083a1de9e12d8dbd3ba70e7a36a7282090f0e0 (patch)
treecbd182331cc2d5f5248669d95d179212ec6796c2 /payloads/libpayload/drivers/usb/ohci_private.h
parent42b37f537ff59eb28b85f99cc592d14724788575 (diff)
payloads: Add whitespace around '<<'
Change-Id: I0659f6ec59fb808b4cedf57d60d737c13c250042 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/20396 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'payloads/libpayload/drivers/usb/ohci_private.h')
-rw-r--r--payloads/libpayload/drivers/usb/ohci_private.h122
1 files changed, 61 insertions, 61 deletions
diff --git a/payloads/libpayload/drivers/usb/ohci_private.h b/payloads/libpayload/drivers/usb/ohci_private.h
index 07bb20dd51..58be5fa5bb 100644
--- a/payloads/libpayload/drivers/usb/ohci_private.h
+++ b/payloads/libpayload/drivers/usb/ohci_private.h
@@ -38,13 +38,13 @@
typedef enum { CMD} reg;
enum {
- NumberDownstreamPorts = 1<<0,
- PowerSwitchingMode = 1<<8,
- NoPowerSwitching = 1<<9,
- DeviceType = 1<<10,
- OverCurrentProtectionMode = 1<<11,
- NoOverCurrentProtection = 1<<12,
- PowerOnToPowerGoodTime = 1<<24
+ NumberDownstreamPorts = 1 << 0,
+ PowerSwitchingMode = 1 << 8,
+ NoPowerSwitching = 1 << 9,
+ DeviceType = 1 << 10,
+ OverCurrentProtectionMode = 1 << 11,
+ NoOverCurrentProtection = 1 << 12,
+ PowerOnToPowerGoodTime = 1 << 24
} HcRhDescriptorAReg;
enum {
@@ -53,47 +53,47 @@
} HcRhDescriptorAMask;
enum {
- DeviceRemovable = 1<<0,
- PortPowerControlMask = 1<<16
+ DeviceRemovable = 1 << 0,
+ PortPowerControlMask = 1 << 16
} HcRhDescriptorBReg;
enum {
- CurrentConnectStatus = 1<<0,
- PortEnableStatus = 1<<1,
- PortSuspendStatus = 1<<2,
- PortOverCurrentIndicator = 1<<3,
- PortResetStatus = 1<<4,
- PortPowerStatus = 1<<8,
- LowSpeedDeviceAttached = 1<<9,
- ConnectStatusChange = 1<<16,
- PortEnableStatusChange = 1<<17,
- PortSuspendStatusChange = 1<<18,
- PortOverCurrentIndicatorChange = 1<<19,
- PortResetStatusChange = 1<<20
+ CurrentConnectStatus = 1 << 0,
+ PortEnableStatus = 1 << 1,
+ PortSuspendStatus = 1 << 2,
+ PortOverCurrentIndicator = 1 << 3,
+ PortResetStatus = 1 << 4,
+ PortPowerStatus = 1 << 8,
+ LowSpeedDeviceAttached = 1 << 9,
+ ConnectStatusChange = 1 << 16,
+ PortEnableStatusChange = 1 << 17,
+ PortSuspendStatusChange = 1 << 18,
+ PortOverCurrentIndicatorChange = 1 << 19,
+ PortResetStatusChange = 1 << 20
} HcRhPortStatusRead;
enum {
- ClearPortEnable = 1<<0,
- SetPortEnable = 1<<1,
- SetPortSuspend = 1<<2,
- ClearSuspendStatus = 1<<3,
- SetPortReset = 1<<4,
- SetPortPower = 1<<8,
- ClearPortPower = 1<<9,
+ ClearPortEnable = 1 << 0,
+ SetPortEnable = 1 << 1,
+ SetPortSuspend = 1 << 2,
+ ClearSuspendStatus = 1 << 3,
+ SetPortReset = 1 << 4,
+ SetPortPower = 1 << 8,
+ ClearPortPower = 1 << 9,
} HcRhPortStatusSet;
enum {
- LocalPowerStatus = 1<<0,
- OverCurrentIndicator = 1<<1,
- DeviceRemoteWakeupEnable = 1<<15,
- LocalPowerStatusChange = 1<<16,
- OverCurrentIndicatorChange = 1<<17,
- ClearRemoteWakeupEnable = 1<<31
+ LocalPowerStatus = 1 << 0,
+ OverCurrentIndicator = 1 << 1,
+ DeviceRemoteWakeupEnable = 1 << 15,
+ LocalPowerStatusChange = 1 << 16,
+ OverCurrentIndicatorChange = 1 << 17,
+ ClearRemoteWakeupEnable = 1 << 31
} HcRhStatusReg;
enum {
- FrameInterval = 1<<0,
- FSLargestDataPacket = 1<<16,
- FrameIntervalToggle = 1<<31
+ FrameInterval = 1 << 0,
+ FSLargestDataPacket = 1 << 16,
+ FrameIntervalToggle = 1 << 31
} HcFmIntervalOffset;
enum {
FrameIntervalMask = MASK(0, 14),
@@ -102,15 +102,15 @@
} HcFmIntervalMask;
enum {
- ControlBulkServiceRatio = 1<<0,
- PeriodicListEnable = 1<<2,
- IsochronousEnable = 1<<3,
- ControlListEnable = 1<<4,
- BulkListEnable = 1<<5,
- HostControllerFunctionalState = 1<<6,
- InterruptRouting = 1<<8,
- RemoteWakeupConnected = 1<<9,
- RemoteWakeupEnable = 1<<10
+ ControlBulkServiceRatio = 1 << 0,
+ PeriodicListEnable = 1 << 2,
+ IsochronousEnable = 1 << 3,
+ ControlListEnable = 1 << 4,
+ BulkListEnable = 1 << 5,
+ HostControllerFunctionalState = 1 << 6,
+ InterruptRouting = 1 << 8,
+ RemoteWakeupConnected = 1 << 9,
+ RemoteWakeupEnable = 1 << 10
} HcControlReg;
enum {
@@ -126,11 +126,11 @@
};
enum {
- HostControllerReset = 1<<0,
- ControlListFilled = 1<<1,
- BulkListFilled = 1<<2,
- OwnershipChangeRequest = 1<<3,
- SchedulingOverrunCount = 1<<16
+ HostControllerReset = 1 << 0,
+ ControlListFilled = 1 << 1,
+ BulkListFilled = 1 << 2,
+ OwnershipChangeRequest = 1 << 3,
+ SchedulingOverrunCount = 1 << 16
} HcCommandStatusReg;
enum {
@@ -138,19 +138,19 @@
} HcCommandStatusMask;
enum {
- FrameRemaining = 1<<0,
- FrameRemainingToggle = 1<<31
+ FrameRemaining = 1 << 0,
+ FrameRemainingToggle = 1 << 31
} HcFmRemainingReg;
enum {
- SchedulingOverrung = 1<<0,
- WritebackDoneHead = 1<<1,
- StartofFrame = 1<<2,
- ResumeDetected = 1<<3,
- UnrecoverableError = 1<<4,
- FrameNumberOverflow = 1<<5,
- RootHubStatusChange = 1<<6,
- OwnershipChange = 1<<30
+ SchedulingOverrung = 1 << 0,
+ WritebackDoneHead = 1 << 1,
+ StartofFrame = 1 << 2,
+ ResumeDetected = 1 << 3,
+ UnrecoverableError = 1 << 4,
+ FrameNumberOverflow = 1 << 5,
+ RootHubStatusChange = 1 << 6,
+ OwnershipChange = 1 << 30
} HcInterruptStatusReg;
typedef struct {