Home
last modified time | relevance | path

Searched refs:PhysTCBAddress (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c483 OutLong (AdapterInfo, cmd_ptr->PhysTCBAddress, AdapterInfo->ioaddr + SCBPointer); in IssueCB()
1458 cur_ptr[Index].PhysTCBAddress = in SetupCBlink()
1461 cur_ptr[Index].PhysArrayAddr = (UINT32)(cur_ptr[Index].PhysTCBAddress + array_off); in SetupCBlink()
1462 cur_ptr[Index].PhysTBDArrayAddres = (UINT32)(cur_ptr[Index].PhysTCBAddress + array_off); in SetupCBlink()
1467 cur_ptr[Index].cb_header.link = cur_ptr[Index].PhysTCBAddress + sizeof (TxCB); in SetupCBlink()
1475 tail_ptr->cb_header.link = head_ptr->PhysTCBAddress; in SetupCBlink()
DE100b.h412 UINT32 PhysTCBAddress; /* for this TCB */ member