Searched refs:wdata (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/power/ |
A D | mt6323.c | 14 #define PWRAP_CALC(adr, wdata) ((1 << 31) | (((adr) >> 1) << 16) | (wdata)) argument
|
/u-boot/drivers/mtd/ |
A D | renesas_rpc_hf.c | 208 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 D | virtex2.c | 191 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 D | spartan2.c | 129 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 D | spartan3.c | 133 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 D | virtex2.h | 26 xilinx_wdata_fn wdata; member
|
A D | spartan2.h | 23 xilinx_wdata_fn wdata; member
|
A D | spartan3.h | 23 xilinx_wdata_fn wdata; member
|
Completed in 9 milliseconds