Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c36 #define RPC_CMNCR_BSZ(val) (((val) & 0x3) << 0) macro
181 RPC_CMNCR_MD | RPC_CMNCR_BSZ(3), in rpc_hf_mode()
183 (man ? RPC_CMNCR_MD : 0) | RPC_CMNCR_BSZ(1)); in rpc_hf_mode()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c38 #define RPC_CMNCR_BSZ(val) (((val) & 0x3) << 0) macro
217 RPC_CMNCR_MOIIO_HIZ | RPC_CMNCR_IOFV_HIZ | RPC_CMNCR_BSZ(0), in rpc_spi_claim_bus()