| D | gpio.h | 33 #define COMMUNITY_BASE(community) \ argument 34 (IO_BASE_ADDRESS + community * 0x8000) 36 #define GP_READ_ACCESS_POLICY_BASE(community) \ argument 37 (COMMUNITY_BASE(community) + 0x000) 39 #define GP_WRITE_ACCESS_POLICY_BASE(community) \ argument 40 (COMMUNITY_BASE(community) + 0x100) 42 #define GP_WAKE_STATUS_REG_BASE(community) \ argument 43 (COMMUNITY_BASE(community) + 0x200) 45 #define GP_WAKE_MASK_REG_BASE(community) \ argument 46 (COMMUNITY_BASE(community) + 0x280) [all …]
|