Home | History | Annotate | Download | only in Dxe

Lines Matching refs:OhciSetEDField

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);
371 OhciSetEDField (Ed, ED_TDTAIL_PTR, 0);
372 OhciSetEDField (Ed, ED_NEXT_EDPTR, 0);
509 OhciSetEDField (Ed, ED_SKIP, 0);
554 OhciSetEDField (Ed, ED_SKIP, 1);
709 OhciSetEDField (Ed, ED_SKIP, 1);
710 OhciSetEDField (Ed, ED_FUNC_ADD, DeviceAddress);
711 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
712 OhciSetEDField (Ed, ED_DIR, ED_FROM_TD_DIR);
713 OhciSetEDField (Ed, ED_SPEED, HI_SPEED);
714 OhciSetEDField (Ed, ED_FORMAT | ED_HALTED | ED_DTTOGGLE, 0);
715 OhciSetEDField (Ed, ED_MAX_PACKET, MaxPacketLength);
716 OhciSetEDField (Ed, ED_PDATA, 0);
717 OhciSetEDField (Ed, ED_ZERO, 0);
718 OhciSetEDField (Ed, ED_TDHEAD_PTR, 0);
719 OhciSetEDField (Ed, ED_TDTAIL_PTR, 0);
720 OhciSetEDField (Ed, ED_NEXT_EDPTR, 0);
799 OhciSetEDField (Ed, ED_SKIP, 0);
840 OhciSetEDField (Ed, ED_SKIP, 1);
1006 OhciSetEDField (Ed, ED_SKIP, 1);
1014 OhciSetEDField (Ed, ED_SKIP, 1);
1015 OhciSetEDField (Ed, ED_FUNC_ADD, DeviceAddress);
1016 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
1017 OhciSetEDField (Ed, ED_DIR, ED_FROM_TD_DIR);
1018 OhciSetEDField (Ed, ED_SPEED, IsSlowDevice);
1019 OhciSetEDField (Ed, ED_FORMAT, 0);
1020 OhciSetEDField (Ed, ED_MAX_PACKET, MaxPacketLength);
1021 OhciSetEDField (Ed, ED_PDATA | ED_ZERO | ED_HALTED | ED_DTTOGGLE, 0);
1022 OhciSetEDField (Ed, ED_TDHEAD_PTR, 0);
1023 OhciSetEDField (Ed, ED_TDTAIL_PTR, 0);
1024 OhciSetEDField (Ed, ED_NEXT_EDPTR, 0);
1123 OhciSetEDField (Ed, ED_SKIP, 0);