Searched refs:Mode (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwacpi.c3 * Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface
57 * PARAMETERS: Mode - SYS_MODE_ACPI or SYS_MODE_LEGACY
67 UINT32 Mode)
109 switch (Mode)
150 if (AcpiHwGetMode () == Mode)
153 "Mode %X successfully enabled\n", Mode));
66 AcpiHwSetMode( UINT32 Mode) argument
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c125 snp->Mode->State, snp->Mode->HwAddressSize,
126 snp->Mode->MediaHeaderSize, snp->Mode->MaxPacketSize);
128 snp->Mode->ReceiveFilterMask, snp->Mode->ReceiveFilterSetting,
129 snp->Mode->MaxMCastFilterCount, snp->Mode->MCastFilterCount);
130 uint8_t* x = snp->Mode->CurrentAddress.addr;
134 snp->Mode
[all...]
H A Dframebuffer.c22 return gop->Mode->Mode;
27 return gop->Mode->MaxMode;
34 efi_status status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info);
45 efi_status status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info);
56 if (mode >= gop->Mode->MaxMode) {
88 uint32_t max_mode = gop->Mode->MaxMode;
106 hres, vres, gop->Mode
[all...]
H A Dmisc.c112 efi_graphics_pixel_format efi_fmt = gop->Mode->Info->PixelFormat;
117 return get_zx_pixel_format_from_bitmask(gop->Mode->Info->PixelInformation);
H A Dosboot.c109 bool cur_vis = gConOut->Mode->CursorVisible;
110 int32_t col = gConOut->Mode->CursorColumn;
111 int32_t row = gConOut->Mode->CursorRow;
370 int32_t prev_attr = gConOut->Mode->Attribute;
377 gop->Mode->FrameBufferBase);
H A Dzircon.c282 .base = gop->Mode->FrameBufferBase,
283 .width = gop->Mode->Info->HorizontalResolution,
284 .height = gop->Mode->Info->VerticalResolution,
285 .stride = gop->Mode->Info->PixelsPerScanLine,
/fuchsia/zircon/system/private/efi/protocol/
H A Dgraphics-output.h39 uint32_t Mode; member in struct:__anon597
75 efi_graphics_output_mode* Mode; member in struct:efi_graphics_output_protocol
H A Dsimple-text-output.h15 int32_t Mode; member in struct:__anon614
142 simple_text_output_mode* Mode; member in struct:efi_simple_text_output_protocol
H A Dsimple-network.h131 efi_simple_network_mode* Mode; member in struct:efi_simple_network_protocol
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslfileio.c84 * Mode - Open mode for fopen
97 char *Mode)
105 File = fopen (Filename, Mode);
94 FlOpenFile( UINT32 FileId, char *Filename, char *Mode) argument
H A Daslcompiler.h576 char *Mode);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dachware.h62 UINT32 Mode);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacefiex.h222 INT32 Mode; member in struct:__anon1518
243 SIMPLE_TEXT_OUTPUT_MODE *Mode; member in struct:_SIMPLE_TEXT_OUTPUT_INTERFACE
/fuchsia/zircon/third_party/lib/acpica/source/tools/examples/
H A Dextables.c369 Use APIC Physical Destination Mode (V4) : 0

Completed in 113 milliseconds