Searched refs:zTwoBase (Results 1 – 3 of 3) sorted by relevance
25 #define GAYLE_RAM (0x600000+zTwoBase)27 #define GAYLE_ATTRIBUTE (0xa00000+zTwoBase)29 #define GAYLE_IO (0xa20000+zTwoBase) /* 16bit and even 8bit registers */31 #define GAYLE_IO_8BITODD (0xa30000+zTwoBase) /* odd 8bit registers */57 #define gayle (*(volatile struct GAYLE *)(zTwoBase+GAYLE_ADDRESS))58 #define gayle_reset (*(volatile u_char *)(zTwoBase+GAYLE_RESET))
243 #define zTwoBase (0x80000000) macro244 #define ZTWO_PADDR(x) (((unsigned long)(x))-zTwoBase)245 #define ZTWO_VADDR(x) ((void __iomem *)(((unsigned long)(x))+zTwoBase))248 #define amiga_custom ((*(volatile struct CUSTOM *)(zTwoBase+CUSTOM_PHYSADDR)))252 #define ciaa ((*(volatile struct CIA *)(zTwoBase + CIAA_PHYSADDR)))253 #define ciab ((*(volatile struct CIA *)(zTwoBase + CIAB_PHYSADDR)))298 #define tod_3000 ((*(volatile struct tod3000 *)(zTwoBase+0xDC0000)))323 #define tod_2000 ((*(volatile struct tod2000 *)(zTwoBase+0xDC0000)))
101 DEFINE(ZTWOBASE, zTwoBase); in main()