Home | History | Annotate | Download | only in SdBlockIoPei

Lines Matching refs:AdmaDesc

951   Trb->AdmaDesc     = SdPeimAllocateMem (Trb->Slot->Private->Pool, Trb->AdmaDescSize);

952 if (Trb->AdmaDesc == NULL) {
960 Trb->AdmaDesc[Index].Valid = 1;
961 Trb->AdmaDesc[Index].Act = 2;
962 Trb->AdmaDesc[Index].Length = (UINT16)Remaining;
963 Trb->AdmaDesc[Index].Address = Address;
966 Trb->AdmaDesc[Index].Valid = 1;
967 Trb->AdmaDesc[Index].Act = 2;
968 Trb->AdmaDesc[Index].Length = 0;
969 Trb->AdmaDesc[Index].Address = Address;
979 Trb->AdmaDesc[Index].End = 1;
1074 if ((Trb != NULL) && (Trb->AdmaDesc != NULL)) {
1075 SdPeimFreeMem (Trb->Slot->Private->Pool, Trb->AdmaDesc, Trb->AdmaDescSize);
1254 AdmaAddr = (UINT64)(UINTN)Trb->AdmaDesc;