Home | History | Annotate | Download | only in Pei

Lines Matching refs:OhciSetEDField

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);
136 OhciSetEDField (Ed, ED_TDTAIL_PTR, (UINT32) NULL);
137 OhciSetEDField (Ed, ED_NEXT_EDPTR, (UINT32) NULL);
256 OhciSetEDField (Ed, ED_SKIP, 0);
421 OhciSetEDField (Ed, ED_SKIP, 1);
422 OhciSetEDField (Ed, ED_FUNC_ADD, DeviceAddress);
423 OhciSetEDField
424 OhciSetEDField (Ed, ED_DIR, ED_FROM_TD_DIR);
425 OhciSetEDField (Ed, ED_SPEED, HI_SPEED);
426 OhciSetEDField (Ed, ED_FORMAT | ED_HALTED | ED_DTTOGGLE, 0);
427 OhciSetEDField (Ed, ED_MAX_PACKET, MaxPacketLength);
428 OhciSetEDField (Ed, ED_PDATA, 0);
429 OhciSetEDField (Ed, ED_ZERO, 0);
430 OhciSetEDField (Ed, ED_TDHEAD_PTR, (UINT32) NULL);
431 OhciSetEDField (Ed, ED_TDTAIL_PTR, (UINT32) NULL);
432 OhciSetEDField (Ed, ED_NEXT_EDPTR, (UINT32) NULL);
508 OhciSetEDField (Ed, ED_SKIP, 0);