HomeSort by relevance Sort by last modified time
    Searched refs:Toggle (Results 1 - 25 of 69) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 28 @param Toggle Data toggle to use in the QTD.
41 IN UINT8 Toggle,
73 QtdHw->DataToggle = Toggle;
211 QhHw->DataToggle = Ep->Toggle;
221 // 1. Control transfer initialize data toggle from each QTD
378 UINT8 Toggle;
391 Toggle = 0;
438 Toggle = 1;
460 Toggle,
    [all...]
EhciUrb.h 164 UINT8 Toggle; // Data toggle, not used for control transfer
249 @param Toggle Data toggle to use in the QTD.
262 IN UINT8 Toggle,
305 @param Toggle Initial data toggle to use.
325 IN UINT8 Toggle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 28 @param Toggle Data toggle to use in the QTD.
40 IN UINT8 Toggle,
72 QtdHw->DataToggle = Toggle;
205 QhHw->DataToggle = Ep->Toggle;
215 // 1. Control transfer initialize data toggle from each QTD
354 UINT8 Toggle;
366 Toggle = 0;
411 Toggle = 1;
432 Toggle,
    [all...]
EhciUrb.h 160 UINT8 Toggle; // Data toggle, not used for control transfer
245 @param Toggle Data toggle to use in the QTD.
257 IN UINT8 Toggle,
299 @param Toggle Initial data toggle to use.
319 IN UINT8 Toggle,
EhciSched.c 62 Ep.Toggle = 0;
392 // Return the data toggle set by EHCI hardware, bulk and interrupt
394 // Control transfer, it always start a new data toggle sequence for
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 131 // Reset the endpoint toggle when endpoint stall is cleared
141 EpDesc->Toggle = 0;
235 UINT8 Toggle;
258 Toggle = EpDesc->Toggle;
268 &Toggle,
274 EpDesc->Toggle = Toggle;
330 UINT8 Toggle;
351 Toggle = EpDesc->Toggle;
    [all...]
UsbDesc.h 52 UINT8 Toggle;
UsbEnumer.c 305 also reset its endpoints' toggle to zero.
348 // Reset the endpoint toggle to zero
351 Setting->Endpoints[Index]->Toggle = 0;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciSched.c 427 UINT8 Toggle;
459 Toggle = 0;
462 // Update toggle if there is no error, and re-submit the interrupt Ed&Tds
469 // ToggleCarry:This bit is the data toggle carry bit,
471 // contain the last data toggle value(LSb of data Toggel
478 Toggle = (UINT8) OhciGetEDField (Ed, ED_DTTOGGLE);
484 OhciSetTDField (DataTd, TD_DT_TOGGLE, Toggle);
487 Toggle ^= 1;
OhciSched.h 44 UINT8 *Toggle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.h 36 // is the next data toggle to use. Complete is the actual
225 @param Toggle The next data toggle to use.
237 OUT UINT8 *Toggle
UhciQueue.c 374 @param Toggle Data toggle value.
389 IN UINT8 Toggle,
413 Td->TdHw.DataToggle = Toggle & 0x01;
622 @param DataToggle Data Toggle Pointer.
UhciSched.c 436 // Initialize the data toggle to that of the first
437 // TD. The next toggle to use is either:
438 // 1. first TD's toggle if no TD is executed OK
439 // 2. the next toggle of last executed-OK TD
501 // Update the next data toggle, it is always the
502 // next to the last known-good TD's data toggle if
535 // called after data toggle is successfully updated.
633 @param NextToggle The toggle of next data.
655 // 1. Update the TD's data toggle
814 @param Toggle The next data toggle to use.
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 26 import com.android.ide.common.api.RuleAction.Toggle;
248 assert newAction instanceof Toggle;
249 Toggle toggle = (Toggle) newAction; local
250 item.setSelection(toggle.isChecked());
303 } else if (action instanceof RuleAction.Toggle) {
304 addToggle((Toggle) action);
321 private void addToggle(Toggle toggle) {
    [all...]
DynamicContextMenu.java 37 import com.android.ide.common.api.RuleAction.Toggle;
405 } else if (action instanceof Toggle) {
413 Toggle toggleAction = (Toggle) action;
423 null/* no valueId for a toggle */, !isChecked);
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
176 // toggle shut on the first try. --joeo@android.com
319 /* TOGGLE INHERITED MEMBERS */
321 /* Toggle an inherited class (arrow toggle)
324 * 'null' to simply toggle.
348 /* Toggle all inherited classes in a single table (e.g. all inherited methods
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
157 // toggle shut on the first try. --joeo@android.com
300 /* TOGGLE INHERITED MEMBERS */
302 /* Toggle an inherited class (arrow toggle)
305 * 'null' to simply toggle.
329 /* Toggle all inherited classes in a single table (e.g. all inherited methods
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 231 "Toggle nested items upto the lowest level.\n"
290 'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c 68 IN UINT32 *Toggle,
100 *Toggle = (Hctsiz & DWC2_HCTSIZ_PID_MASK) >> DWC2_HCTSIZ_PID_OFFSET;
    [all...]
  /external/v8/tools/profviz/
profviz.js 141 this.toggle("plot");
146 this.toggle = function(mode) { method in class:UIWrapper
164 if (field && this[field].style.display != "none") field = null; // Toggle.
203 ui.toggle("plot");
211 ui.toggle("prof");
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.h 246 @param DataToggle On input, the initial data toggle for the transfer;
247 On output, it is updated to to next data toggle to use of
685 @param Toggle Data toggle value.
701 IN UINT8 Toggle,
903 Set the data toggle bit to DATA1.
914 Set the data toggle bit to DATA0.
    [all...]
UhcPeim.c 391 @param DataToggle On input, the initial data toggle for the transfer;
392 On output, it is updated to to next data toggle to use of
586 // the Data Toggle value is also re-updated to the value
    [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 481 this.Toggle = function(id)
786 srLink.setAttribute('href','javascript:searchResults.Toggle("SR_'+id+'")');
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 713 milliseconds

1 2 3