OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PL111_REG_LCD_CONTROL
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
PL111Lcd.c
99
LcdControl = MmioRead32(
PL111_REG_LCD_CONTROL
);
100
MmioWrite32(
PL111_REG_LCD_CONTROL
, LcdControl & ~1);
108
//
PL111_REG_LCD_CONTROL
110
MmioWrite32(
PL111_REG_LCD_CONTROL
, LcdControl);
114
MmioWrite32(
PL111_REG_LCD_CONTROL
, LcdControl);
125
MmioAnd32 (
PL111_REG_LCD_CONTROL
, ~PL111_CTRL_LCD_EN);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL111Lcd.h
31
#define
PL111_REG_LCD_CONTROL
((UINTN)PcdGet32 (PcdPL111LcdBase) + 0x018)
Completed in 45 milliseconds