Lines Matching refs:TX4938_REG_BASE
19 #define TX4938_REG_BASE 0xffffffffff1f0000UL /* == TX4937_REG_BASE */ macro
21 #define TX4938_REG_BASE 0xff1f0000UL /* == TX4937_REG_BASE */ macro
26 #define TX4938_NDFMC_REG (TX4938_REG_BASE + 0x5000)
27 #define TX4938_SRAMC_REG (TX4938_REG_BASE + 0x6000)
28 #define TX4938_PCIC1_REG (TX4938_REG_BASE + 0x7000)
29 #define TX4938_SDRAMC_REG (TX4938_REG_BASE + 0x8000)
30 #define TX4938_EBUSC_REG (TX4938_REG_BASE + 0x9000)
31 #define TX4938_DMA_REG(ch) (TX4938_REG_BASE + 0xb000 + (ch) * 0x800)
32 #define TX4938_PCIC_REG (TX4938_REG_BASE + 0xd000)
33 #define TX4938_CCFG_REG (TX4938_REG_BASE + 0xe000)
35 #define TX4938_TMR_REG(ch) ((TX4938_REG_BASE + 0xf000) + (ch) * 0x100)
37 #define TX4938_SIO_REG(ch) ((TX4938_REG_BASE + 0xf300) + (ch) * 0x100)
38 #define TX4938_PIO_REG (TX4938_REG_BASE + 0xf500)
39 #define TX4938_IRC_REG (TX4938_REG_BASE + 0xf600)
40 #define TX4938_ACLC_REG (TX4938_REG_BASE + 0xf700)
41 #define TX4938_SPI_REG (TX4938_REG_BASE + 0xf800)