Searched refs:SMC_REG (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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.4.14/drivers/net/ethernet/smsc/ |
D | smc91x.h | 481 #define TCR_REG(lp) SMC_REG(lp, 0x0000, 0) 500 #define EPH_STATUS_REG(lp) SMC_REG(lp, 0x0002, 0) 519 #define RCR_REG(lp) SMC_REG(lp, 0x0004, 0) 536 #define COUNTER_REG(lp) SMC_REG(lp, 0x0006, 0) 541 #define MIR_REG(lp) SMC_REG(lp, 0x0008, 0) 546 #define RPC_REG(lp) SMC_REG(lp, 0x000A, 0) 572 #define CONFIG_REG(lp) SMC_REG(lp, 0x0000, 1) 584 #define BASE_REG(lp) SMC_REG(lp, 0x0002, 1) 589 #define ADDR0_REG(lp) SMC_REG(lp, 0x0004, 1) 590 #define ADDR1_REG(lp) SMC_REG(lp, 0x0006, 1) [all …]
|