Home
last modified time | relevance | path

Searched refs:DtCtrl (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.h116 UINT32 DtCtrl : 1; member
DEhciUrb.c197 QhHw->DtCtrl = 0; in EhcCreateQh()
218 QhHw->DtCtrl = 1; in EhcCreateQh()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.h120 UINT32 DtCtrl : 1; member
DEhciUrb.c203 QhHw->DtCtrl = 0; in EhcCreateQh()
224 QhHw->DtCtrl = 1; in EhcCreateQh()
DEhciDebug.c152 DEBUG ((EFI_D_VERBOSE, "DT control : %d\n", QhHw->DtCtrl)); in EhcDumpQh()