Searched refs:TX4927_REG_BASE (Results 1 – 2 of 2) sorted by relevance
36 #define TX4927_REG_BASE 0xffffffffff1f0000UL macro38 #define TX4927_REG_BASE 0xff1f0000UL macro42 #define TX4927_SDRAMC_REG (TX4927_REG_BASE + 0x8000)43 #define TX4927_EBUSC_REG (TX4927_REG_BASE + 0x9000)44 #define TX4927_DMA_REG (TX4927_REG_BASE + 0xb000)45 #define TX4927_PCIC_REG (TX4927_REG_BASE + 0xd000)46 #define TX4927_CCFG_REG (TX4927_REG_BASE + 0xe000)47 #define TX4927_IRC_REG (TX4927_REG_BASE + 0xf600)49 #define TX4927_TMR_REG(ch) (TX4927_REG_BASE + 0xf000 + (ch) * 0x100)51 #define TX4927_SIO_REG(ch) (TX4927_REG_BASE + 0xf300 + (ch) * 0x100)[all …]
95 txx9_reg_res_init(TX4927_REV_PCODE(), TX4927_REG_BASE, in tx4927_setup()