Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef __PL061_GPIO_H__
10#define __PL061_GPIO_H__
15#define PL061_GPIO_DATA_REG_OFFSET ((UINTN) 0x000)
16#define PL061_GPIO_DATA_REG 0x000
17#define PL061_GPIO_DIR_REG 0x400
18#define PL061_GPIO_IS_REG 0x404
19#define PL061_GPIO_IBE_REG 0x408
20#define PL061_GPIO_IEV_REG 0x40C
21#define PL061_GPIO_IE_REG 0x410
22#define PL061_GPIO_RIS_REG 0x414
23#define PL061_GPIO_MIS_REG 0x410
24#define PL061_GPIO_IC_REG 0x41C
25#define PL061_GPIO_AFSEL_REG 0x420
27#define PL061_GPIO_PERIPH_ID0 0xFE0
28#define PL061_GPIO_PERIPH_ID1 0xFE4
29#define PL061_GPIO_PERIPH_ID2 0xFE8
30#define PL061_GPIO_PERIPH_ID3 0xFEC
32#define PL061_GPIO_PCELL_ID0 0xFF0
33#define PL061_GPIO_PCELL_ID1 0xFF4
34#define PL061_GPIO_PCELL_ID2 0xFF8
35#define PL061_GPIO_PCELL_ID3 0xFFC
37#define PL061_GPIO_PINS 8
40#define GPIO_PIN_MASK(Pin) (UINT8)(1 << (Pin & (PL061_GPIO_PINS - 1)))