Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL301Axi/
DPL301Axi.c52 #define FAxiWriteReg(reg,val) MmioWrite32(FAxiBase + reg, val)
53 #define FAxiReadReg(reg) MmioRead32(FAxiBase + reg)
57 VOID PL301AxiInit(UINTN FAxiBase) { in PL301AxiInit() argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DPL301Axi.h18 VOID PL301AxiInit(UINTN FAxiBase);