#ifndef _CBUS_GPT_H_ | |
#define _CBUS_GPT_H_ | |
#define CBUS_GPT_VERSION (CBUS_GPT_BASE_ADDR + 0x00) | |
#define CBUS_GPT_STATUS (CBUS_GPT_BASE_ADDR + 0x04) | |
#define CBUS_GPT_CONFIG (CBUS_GPT_BASE_ADDR + 0x08) | |
#define CBUS_GPT_COUNTER (CBUS_GPT_BASE_ADDR + 0x0c) | |
#define CBUS_GPT_PERIOD (CBUS_GPT_BASE_ADDR + 0x10) | |
#define CBUS_GPT_WIDTH (CBUS_GPT_BASE_ADDR + 0x14) | |
#endif /* _CBUS_GPT_H_ */ |