Searched refs:SMC_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 478 #define TCR_REG(lp) SMC_REG(lp, 0x0000, 0) 516 #define RCR_REG(lp) SMC_REG(lp, 0x0004, 0) 538 #define MIR_REG(lp) SMC_REG(lp, 0x0008, 0) 543 #define RPC_REG(lp) SMC_REG(lp, 0x000A, 0) 581 #define BASE_REG(lp) SMC_REG(lp, 0x0002, 1) 593 #define GP_REG(lp) SMC_REG(lp, 0x000A, 1) 598 #define CTL_REG(lp) SMC_REG(lp, 0x000C, 1) 625 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) 630 #define AR_REG(lp) SMC_REG(lp, 0x0003, 2) 666 #define IM_REG(lp) SMC_REG(lp, 0x000D, 2) [all …]
|