Searched refs:SMC_REG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-mmp/include/mach/ |
D | regs-smc.h | 17 #define SMC_REG(x) (SMC_VIRT_BASE + (x)) macro 19 #define SMC_MSC0 SMC_REG(0x0020) 20 #define SMC_MSC1 SMC_REG(0x0024) 21 #define SMC_SXCNFG0 SMC_REG(0x0030) 22 #define SMC_SXCNFG1 SMC_REG(0x0034) 23 #define SMC_MEMCLKCFG SMC_REG(0x0068) 24 #define SMC_CSDFICFG0 SMC_REG(0x0090) 25 #define SMC_CSDFICFG1 SMC_REG(0x0094) 26 #define SMC_CLK_RET_DEL SMC_REG(0x00b0) 27 #define SMC_ADV_RET_DEL SMC_REG(0x00b4) [all …]
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 450 #define TCR_REG(lp) SMC_REG(lp, 0x0000, 0) 469 #define EPH_STATUS_REG(lp) SMC_REG(lp, 0x0002, 0) 488 #define RCR_REG(lp) SMC_REG(lp, 0x0004, 0) 505 #define COUNTER_REG(lp) SMC_REG(lp, 0x0006, 0) 510 #define MIR_REG(lp) SMC_REG(lp, 0x0008, 0) 515 #define RPC_REG(lp) SMC_REG(lp, 0x000A, 0) 541 #define CONFIG_REG(lp) SMC_REG(lp, 0x0000, 1) 553 #define BASE_REG(lp) SMC_REG(lp, 0x0002, 1) 558 #define ADDR0_REG(lp) SMC_REG(lp, 0x0004, 1) 559 #define ADDR1_REG(lp) SMC_REG(lp, 0x0006, 1) [all …]
|