Searched refs:TX3927_REG_BASE (Results 1 – 2 of 2) sorted by relevance
11 #define TX3927_REG_BASE 0xfffe0000UL macro13 #define TX3927_SDRAMC_REG (TX3927_REG_BASE + 0x8000)14 #define TX3927_ROMC_REG (TX3927_REG_BASE + 0x9000)15 #define TX3927_DMA_REG (TX3927_REG_BASE + 0xb000)16 #define TX3927_IRC_REG (TX3927_REG_BASE + 0xc000)17 #define TX3927_PCIC_REG (TX3927_REG_BASE + 0xd000)18 #define TX3927_CCFG_REG (TX3927_REG_BASE + 0xe000)20 #define TX3927_TMR_REG(ch) (TX3927_REG_BASE + 0xf000 + (ch) * 0x100)22 #define TX3927_SIO_REG(ch) (TX3927_REG_BASE + 0xf300 + (ch) * 0x100)23 #define TX3927_PIO_REG (TX3927_REG_BASE + 0xf500)
36 txx9_reg_res_init(TX3927_REV_PCODE(), TX3927_REG_BASE, in tx3927_setup()