Searched refs:TX4939_REG_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/txx9/
H A Dtx4939.h17 #define TX4939_REG_BASE 0xffffffffff1f0000UL /* == TX4938_REG_BASE */ macro
19 #define TX4939_REG_BASE 0xff1f0000UL /* == TX4938_REG_BASE */ macro
23 #define TX4939_ATA_REG(ch) (TX4939_REG_BASE + 0x3000 + (ch) * 0x1000)
24 #define TX4939_NDFMC_REG (TX4939_REG_BASE + 0x5000)
25 #define TX4939_SRAMC_REG (TX4939_REG_BASE + 0x6000)
26 #define TX4939_CRYPTO_REG (TX4939_REG_BASE + 0x6800)
27 #define TX4939_PCIC1_REG (TX4939_REG_BASE + 0x7000)
28 #define TX4939_DDRC_REG (TX4939_REG_BASE + 0x8000)
29 #define TX4939_EBUSC_REG (TX4939_REG_BASE + 0x9000)
30 #define TX4939_VPC_REG (TX4939_REG_BASE + 0xa000)
31 #define TX4939_DMA_REG(ch) (TX4939_REG_BASE + 0xb000 + (ch) * 0x800)
32 #define TX4939_PCIC_REG (TX4939_REG_BASE + 0xd000)
33 #define TX4939_CCFG_REG (TX4939_REG_BASE + 0xe000)
34 #define TX4939_IRC_REG (TX4939_REG_BASE + 0xe800)
37 (TX4939_REG_BASE + 0xf000 + ((ch) + ((ch) >= 3) * 10) * 0x100)
40 (TX4939_REG_BASE + 0xf300 + (((ch) & 1) << 8) + (((ch) & 2) << 6))
41 #define TX4939_ACLC_REG (TX4939_REG_BASE + 0xf700)
42 #define TX4939_SPI_REG (TX4939_REG_BASE + 0xf800)
43 #define TX4939_I2C_REG (TX4939_REG_BASE + 0xf900)
44 #define TX4939_I2S_REG (TX4939_REG_BASE + 0xfa00)
45 #define TX4939_RTC_REG (TX4939_REG_BASE + 0xfb00)
46 #define TX4939_CIR_REG (TX4939_REG_BASE + 0xfc00)
/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup_tx4939.c120 txx9_reg_res_init(TX4939_REV_PCODE(), TX4939_REG_BASE, tx4939_setup() local

Completed in 48 milliseconds