Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c84 #define RPC_SMCMR 0x0024 /* R/W */ macro
280 priv->regs + RPC_SMCMR); in rpc_spi_xfer()
283 writel(0, priv->regs + RPC_SMCMR); in rpc_spi_xfer()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c82 #define RPC_SMCMR 0x0024 /* R/W */ macro
216 writel(write ? 0 : RPC_SMCMR_CMD(0x80), rpc_base + RPC_SMCMR); in rpc_hf_xfer()