OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UndiLoaderTable
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c
446
UNDI_LOADER_T *
UndiLoaderTable
;
525
&SimpleNetworkDevice->
UndiLoaderTable
532
UndiLoaderTable
= SimpleNetworkDevice->
UndiLoaderTable
;
548
*StackPointer++ = TO_OFFSET (
UndiLoaderTable
);
552
*StackPointer++ = TO_SEGMENT (
UndiLoaderTable
);
582
UndiLoaderTable
->Undi_Ds = (UINT16) ((UINTN) SimpleNetworkDevice->DestinationDataSegment >> 4);
615
UndiLoaderTable
->Undi_Cs = (UINT16) ((UINTN) SimpleNetworkDevice->DestinationCodeSegment >> 4);
620
UndiLoaderTable
->Status = 0xAA55;
623
//
UndiLoaderTable
->_AX is AX value when UNDI ROM is initialized by BIOS, it is the PCI bus device
[
all
...]
BiosSnp16.h
92
VOID *
UndiLoaderTable
;
[
all
...]
BiosSnp16.c
[
all
...]
Completed in 76 milliseconds