Home
last modified time | relevance | path

Searched refs:RPC_SMCMR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c83 #define RPC_SMCMR 0x0024 /* R/W */ macro
279 priv->regs + RPC_SMCMR); in rpc_spi_xfer()
282 writel(0, priv->regs + RPC_SMCMR); in rpc_spi_xfer()
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c81 #define RPC_SMCMR 0x0024 /* R/W */ macro
215 writel(write ? 0 : RPC_SMCMR_CMD(0x80), rpc_base + RPC_SMCMR); in rpc_hf_xfer()