HomeSort by relevance Sort by last modified time
    Searched refs:OhciSetEDField (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 126 OhciSetEDField (Ed, ED_SKIP, 1);
127 OhciSetEDField (Ed, ED_FUNC_ADD, DeviceAddress);
128 OhciSetEDField (Ed, ED_ENDPT_NUM, 0);
129 OhciSetEDField (Ed, ED_DIR, ED_FROM_TD_DIR);
130 OhciSetEDField (Ed, ED_SPEED, DeviceSpeed);
131 OhciSetEDField (Ed, ED_FORMAT | ED_HALTED | ED_DTTOGGLE, 0);
132 OhciSetEDField (Ed, ED_MAX_PACKET, MaxPacketLength);
133 OhciSetEDField (Ed, ED_PDATA, 0);
134 OhciSetEDField (Ed, ED_ZERO, 0);
135 OhciSetEDField (Ed, ED_TDHEAD_PTR, (UINT32) NULL);
    [all...]
OhciUrb.h 177 OhciSetEDField (
OhciUrb.c 335 OhciSetEDField (
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 361 OhciSetEDField (Ed, ED_SKIP, 1);
362 OhciSetEDField (Ed, ED_FUNC_ADD, DeviceAddress);
363 OhciSetEDField (Ed, ED_ENDPT_NUM, 0);
364 OhciSetEDField (Ed, ED_DIR, ED_FROM_TD_DIR);
365 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice);
366 OhciSetEDField (Ed, ED_FORMAT | ED_HALTED | ED_DTTOGGLE, 0);
367 OhciSetEDField (Ed, ED_MAX_PACKET, MaxPacketLength);
368 OhciSetEDField (Ed, ED_PDATA, 0);
369 OhciSetEDField (Ed, ED_ZERO, 0);
370 OhciSetEDField (Ed, ED_TDHEAD_PTR, 0);
    [all...]
OhciUrb.h 294 OhciSetEDField (
OhciSched.c 514 OhciSetEDField (Ed, ED_HALTED | ED_DTTOGGLE, 0);
OhciUrb.c 588 OhciSetEDField (

Completed in 1859 milliseconds