Searched refs:RPC_REG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 543 #define RPC_REG(lp) SMC_REG(lp, 0x000A, 0) macro 982 #define SMC_GET_RPC(lp) SMC_inw(ioaddr, RPC_REG(lp)) 989 SMC_outw(lp, x, ioaddr, RPC_REG(lp)); \
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.c | 1150 SMC_outw (dev, RPC_DEFAULT, RPC_REG); in smc_phy_configure() 1226 SMC_outw (dev, RPC_DEFAULT, RPC_REG); in smc_phy_configure()
|
H A D | smc91111.h | 425 #define RPC_REG 0x000A macro
|