Searched refs:wdata (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | renesas_rpc_hf.c | 205 static int rpc_hf_xfer(void *addr, u64 wdata, u64 *rdata, in rpc_hf_xfer() argument 231 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer() 233 writel(cpu_to_be32(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer() 258 static void rpc_hf_write_cmd(void *addr, u64 wdata, enum rpc_hf_size size) in rpc_hf_write_cmd() argument 262 ret = rpc_hf_xfer(addr, wdata, NULL, size, 1); in rpc_hf_write_cmd()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | virtex2.h | 27 xilinx_wdata_fn wdata; member 38 xilinx_wdata_fn wdata; member
|
| H A D | spartan2.h | 24 xilinx_wdata_fn wdata; member
|
| H A D | spartan3.h | 24 xilinx_wdata_fn wdata; member
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | virtex2.c | 190 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, in virtex2_ssm_load() 274 (*fn->wdata) (data[bytecount++], true, cookie); in virtex2_ssm_load()
|
| H A D | spartan2.c | 130 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan2_sp_load() 175 (*fn->wdata) (data[bytecount++], true, cookie); /* write the data */ in spartan2_sp_load()
|
| H A D | spartan3.c | 134 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan3_sp_load() 179 (*fn->wdata) (data[bytecount++], true, cookie); /* write the data */ in spartan3_sp_load()
|