We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79744 commit 824684cCopy full SHA for 824684c
tools/sdv/samples/SDV-FailDriver-STORPORT/driver/lsi_u3.c
@@ -1243,7 +1243,7 @@ Return Value:
1243
1244
// Enable data phase mismatch processing internal to 1010
1245
WRITE_SIOP_UCHAR( CCNTL0, CCNTL0_DISABLE_PIPE_REQ + CCNTL0_ENA_PM_JUMP);
1246
- // Disable 64-bit slave cycles
+ // Disable 64-bit subordinate cycles
1247
WRITE_SIOP_UCHAR( CCNTL1, 0x10);
1248
// Set phase mismatch jump registers
1249
WRITE_SIOP_ULONG( PMJAD1, DeviceExtension->PhaseMisJump1Phys);
0 commit comments