Home
last modified time | relevance | path

Searched refs:PKUNITY_I2C_BASE (Results 1 – 3 of 3) sorted by relevance

/arch/unicore32/include/mach/
Dregs-i2c.h8 #define I2C_CON (PKUNITY_I2C_BASE + 0x0000)
12 #define I2C_TAR (PKUNITY_I2C_BASE + 0x0004)
16 #define I2C_DATACMD (PKUNITY_I2C_BASE + 0x0010)
20 #define I2C_ENABLE (PKUNITY_I2C_BASE + 0x006C)
24 #define I2C_STATUS (PKUNITY_I2C_BASE + 0x0070)
28 #define I2C_TXFLR (PKUNITY_I2C_BASE + 0x0074)
32 #define I2C_RXFLR (PKUNITY_I2C_BASE + 0x0078)
36 #define I2C_ENSTATUS (PKUNITY_I2C_BASE + 0x009C)
DPKUnity.h76 #define PKUNITY_I2C_BASE (PKUNITY_APB_BASE + 0x200000) /* APB-2 */ macro
/arch/unicore32/kernel/
Dpuv3-nb0916.c41 .start = io_v2p(PKUNITY_I2C_BASE),
42 .end = io_v2p(PKUNITY_I2C_BASE) + 0xff,