Home
last modified time | relevance | path

Searched refs:wdata (Results 1 – 8 of 8) sorted by relevance

/u-boot/drivers/power/
A Dmt6323.c14 #define PWRAP_CALC(adr, wdata) ((1 << 31) | (((adr) >> 1) << 16) | (wdata)) argument
/u-boot/drivers/mtd/
A Drenesas_rpc_hf.c208 static int rpc_hf_xfer(void *addr, u64 wdata, u64 *rdata, in rpc_hf_xfer() argument
234 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
236 writel(cpu_to_be32(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
261 static void rpc_hf_write_cmd(void *addr, u64 wdata, enum rpc_hf_size size) in rpc_hf_write_cmd() argument
265 ret = rpc_hf_xfer(addr, wdata, NULL, size, 1); in rpc_hf_write_cmd()
/u-boot/drivers/fpga/
A Dvirtex2.c191 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, in virtex2_slave_pre()
294 (*fn->wdata)(0xff, true, cookie); in virtex2_slave_post()
360 (*fn->wdata)(data[bytecount++], true, cookie); in virtex2_ssm_load()
497 (*fn->wdata)(curr_bit, true, cookie); in virtex2_ss_load()
A Dspartan2.c129 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan2_sp_load()
174 (*fn->wdata) (data[bytecount++], true, cookie); /* write the data */ in spartan2_sp_load()
A Dspartan3.c133 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan3_sp_load()
178 (*fn->wdata) (data[bytecount++], true, cookie); /* write the data */ in spartan3_sp_load()
/u-boot/include/
A Dvirtex2.h26 xilinx_wdata_fn wdata; member
A Dspartan2.h23 xilinx_wdata_fn wdata; member
A Dspartan3.h23 xilinx_wdata_fn wdata; member

Completed in 10 milliseconds