Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 25 of 61) sorted by relevance

123

/linux/drivers/memory/
A Drenesas-rpc-if.c422 regmap_write(rpc->regmap, RPCIF_SMCMR, rpc->command); in rpcif_manual_xfer()
423 regmap_write(rpc->regmap, RPCIF_SMOPR, rpc->option); in rpcif_manual_xfer()
424 regmap_write(rpc->regmap, RPCIF_SMDMCR, rpc->dummy); in rpcif_manual_xfer()
425 regmap_write(rpc->regmap, RPCIF_SMDRENR, rpc->ddr); in rpcif_manual_xfer()
426 regmap_write(rpc->regmap, RPCIF_SMADR, rpc->smadr); in rpcif_manual_xfer()
487 regmap_write(rpc->regmap, RPCIF_DRDRENR, rpc->ddr); in rpcif_manual_xfer()
488 memcpy_fromio(rpc->buffer, rpc->dirmap, rpc->xferlen); in rpcif_manual_xfer()
542 rpcif_hw_init(rpc, rpc->bus_size == 2); in rpcif_manual_xfer()
604 regmap_write(rpc->regmap, RPCIF_DROPR, rpc->option); in rpcif_dirmap_read()
607 regmap_write(rpc->regmap, RPCIF_DRDMCR, rpc->dummy); in rpcif_dirmap_read()
[all …]
/linux/arch/mips/pci/
A Dpci-rt3883.c212 rpc->irq_domain = in rt3883_pci_irq_init()
215 rpc); in rt3883_pci_irq_init()
216 if (!rpc->irq_domain) { in rt3883_pci_irq_init()
381 if (!rpc->pcie_ready) { in rt3883_pci_preinit()
415 rpc = devm_kzalloc(dev, sizeof(*rpc), GFP_KERNEL); in rt3883_pci_probe()
416 if (!rpc) in rt3883_pci_probe()
421 if (IS_ERR(rpc->base)) in rt3883_pci_probe()
489 rpc->pci_controller.io_resource = &rpc->io_res; in rt3883_pci_probe()
490 rpc->pci_controller.mem_resource = &rpc->mem_res; in rt3883_pci_probe()
496 rt3883_pci_w32(rpc, rpc->mem_res.start, RT3883_PCI_REG_MEMBASE); in rt3883_pci_probe()
[all …]
/linux/drivers/mtd/hyperbus/
A Drpc-if.c21 struct rpcif rpc; member
59 rpcif_prepare(rpc, &op, NULL, NULL); in rpcif_hb_prepare_read()
73 rpcif_prepare(rpc, &op, NULL, NULL); in rpcif_hb_prepare_write()
84 rpcif_manual_xfer(&hyperbus->rpc); in rpcif_hb_read16()
97 rpcif_manual_xfer(&hyperbus->rpc); in rpcif_hb_write16()
127 rpcif_sw_init(&hyperbus->rpc, pdev->dev.parent); in rpcif_hb_probe()
131 rpcif_enable_rpm(&hyperbus->rpc); in rpcif_hb_probe()
133 rpcif_hw_init(&hyperbus->rpc, true); in rpcif_hb_probe()
135 hyperbus->hbdev.map.size = hyperbus->rpc.size; in rpcif_hb_probe()
144 rpcif_disable_rpm(&hyperbus->rpc); in rpcif_hb_probe()
[all …]
A DMakefile5 obj-$(CONFIG_RPCIF_HYPERBUS) += rpc-if.o
/linux/drivers/spi/
A Dspi-rpc-if.c61 rpcif_prepare(rpc, &rpc_op, offs, len); in rpcif_spi_mem_prepare()
81 struct rpcif *rpc = in rpcif_spi_mem_dirmap_read() local
94 struct rpcif *rpc = in rpcif_spi_mem_dirmap_create() local
115 struct rpcif *rpc = in rpcif_spi_mem_exec_op() local
120 return rpcif_manual_xfer(rpc); in rpcif_spi_mem_exec_op()
134 struct rpcif *rpc; in rpcif_spi_probe() local
142 error = rpcif_sw_init(rpc, parent); in rpcif_spi_probe()
150 rpcif_enable_rpm(rpc); in rpcif_spi_probe()
159 rpcif_hw_init(rpc, false); in rpcif_spi_probe()
164 rpcif_disable_rpm(rpc); in rpcif_spi_probe()
[all …]
/linux/drivers/greybus/
A Des2.c886 rpc = kzalloc(sizeof(*rpc), GFP_KERNEL); in arpc_alloc()
887 if (!rpc) in arpc_alloc()
891 rpc->req = kzalloc(sizeof(*rpc->req) + size, GFP_KERNEL); in arpc_alloc()
895 rpc->resp = kzalloc(sizeof(*rpc->resp), GFP_KERNEL); in arpc_alloc()
900 rpc->req->size = cpu_to_le16(sizeof(*rpc->req) + size); in arpc_alloc()
905 return rpc; in arpc_alloc()
910 kfree(rpc); in arpc_alloc()
919 kfree(rpc); in arpc_free()
959 rpc->req, le16_to_cpu(rpc->req->size), in arpc_send()
982 if (!rpc) in arpc_sync()
[all …]
/linux/include/memory/
A Drenesas-rpc-if.h80 int rpcif_sw_init(struct rpcif *rpc, struct device *dev);
81 void rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
82 void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs,
84 int rpcif_manual_xfer(struct rpcif *rpc);
85 ssize_t rpcif_dirmap_read(struct rpcif *rpc, u64 offs, size_t len, void *buf);
87 static inline void rpcif_enable_rpm(struct rpcif *rpc) in rpcif_enable_rpm() argument
89 pm_runtime_enable(rpc->dev); in rpcif_enable_rpm()
92 static inline void rpcif_disable_rpm(struct rpcif *rpc) in rpcif_disable_rpm() argument
94 pm_runtime_disable(rpc->dev); in rpcif_disable_rpm()
/linux/drivers/clk/renesas/
A Drcar-cpg-lib.c288 struct rpc_clock *rpc; in cpg_rpc_clk_register() local
291 rpc = kzalloc(sizeof(*rpc), GFP_KERNEL); in cpg_rpc_clk_register()
292 if (!rpc) in cpg_rpc_clk_register()
295 rpc->div.reg = rpcckcr; in cpg_rpc_clk_register()
296 rpc->div.width = 3; in cpg_rpc_clk_register()
298 rpc->div.lock = &cpg_lock; in cpg_rpc_clk_register()
300 rpc->gate.reg = rpcckcr; in cpg_rpc_clk_register()
301 rpc->gate.bit_idx = 8; in cpg_rpc_clk_register()
303 rpc->gate.lock = &cpg_lock; in cpg_rpc_clk_register()
305 rpc->csn.reg = rpcckcr; in cpg_rpc_clk_register()
[all …]
/linux/Documentation/devicetree/bindings/memory-controllers/
A Drenesas,rpc-if.yaml4 $id: http://devicetree.org/schemas/memory-controllers/renesas,rpc-if.yaml#
29 - renesas,r8a774a1-rpc-if # RZ/G2M
30 - renesas,r8a774b1-rpc-if # RZ/G2N
31 - renesas,r8a774c0-rpc-if # RZ/G2E
32 - renesas,r8a774e1-rpc-if # RZ/G2H
33 - renesas,r8a77970-rpc-if # R-Car V3M
34 - renesas,r8a77980-rpc-if # R-Car V3H
35 - renesas,r8a77995-rpc-if # R-Car D3
36 - renesas,r8a779a0-rpc-if # R-Car V3U
37 - const: renesas,rcar-gen3-rpc-if # a generic R-Car gen3 or RZ/G2 device
[all …]
/linux/drivers/md/
A Ddm-era-target.c1181 struct rpc { struct
1307 struct rpc *rpc, *tmp; in process_rpc_calls() local
1315 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls()
1360 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc() argument
1377 struct rpc rpc; in in_worker0() local
1378 rpc.fn0 = fn; in in_worker0()
1379 rpc.fn1 = NULL; in in_worker0()
1387 struct rpc rpc; in in_worker1() local
1388 rpc.fn0 = NULL; in in_worker1()
1389 rpc.fn1 = fn; in in_worker1()
[all …]
/linux/drivers/pci/pcie/
A Daer.c1119 struct pci_dev *pdev = rpc->rpd; in aer_isr_one_error()
1179 aer_isr_one_error(rpc, &e_src); in aer_isr()
1194 struct pci_dev *rp = rpc->rpd; in aer_irq()
1258 struct pci_dev *pdev = rpc->rpd; in aer_enable_rootport()
1329 aer_disable_rootport(rpc); in aer_remove()
1341 struct aer_rpc *rpc; in aer_probe() local
1351 if (!rpc) in aer_probe()
1354 rpc->rpd = port; in aer_probe()
1355 INIT_KFIFO(rpc->aer_fifo); in aer_probe()
1356 set_service_data(dev, rpc); in aer_probe()
[all …]
/linux/Documentation/filesystems/nfs/
A Dindex.rst10 rpc-cache
11 rpc-server-gss
A Drpc-server-gss.rst50 to talk to a custom daemon called rpc.svcgssd that is provide by the
76 This upcall mechanism uses the kernel rpc client and connects to the gssproxy
86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
92 from /proc/net/rpc/use-gss-proxy and checking that it contains a
A Dnfs41-server.rst13 control file, the nfsd service must be taken down. You can use rpc.nfsd
14 for this; see rpc.nfsd(8).
19 on or off; rpc.nfsd does this correctly.)
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_utils.c524 err = hw_atl_write_fwcfg_dwords(self, (u32 *)(void *)&self->rpc, in hw_atl_utils_fw_rpc_call()
539 struct hw_atl_utils_fw_rpc **rpc) in hw_atl_utils_fw_rpc_wait() argument
562 if (sw.len > sizeof(self->rpc)) { in hw_atl_utils_fw_rpc_wait()
573 if (rpc) { in hw_atl_utils_fw_rpc_wait()
575 if (fw.len > sizeof(self->rpc)) { in hw_atl_utils_fw_rpc_wait()
584 &self->rpc, in hw_atl_utils_fw_rpc_wait()
592 *rpc = &self->rpc; in hw_atl_utils_fw_rpc_wait()
A Dhw_atl_utils_fw2x.c360 struct hw_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_wol() local
381 err = hw_atl_utils_fw_rpc_wait(self, &rpc); in aq_fw2x_set_wol()
387 memset(rpc, 0, rpc_size); in aq_fw2x_set_wol()
388 info = &rpc->fw2x_offloads; in aq_fw2x_set_wol()
/linux/drivers/staging/most/dim2/
A Dhal.c69 u16 rpc; member
389 g.atx_dbr.rpc = dim2_rpc(ch_addr); in dbrcnt_init()
390 g.atx_dbr.wpc = g.atx_dbr.rpc; in dbrcnt_init()
410 while (norm_pc(dbr->rpc) != cur_rpc) { in dim_dbr_space()
411 dbr->rest_size += dbr->sz_queue[norm_pc(dbr->rpc)]; in dim_dbr_space()
412 dbr->rpc++; in dim_dbr_space()
415 if ((u16)(dbr->wpc - dbr->rpc) >= CDT0_RPC_MASK) in dim_dbr_space()
/linux/tools/io_uring/
A Dio_uring-bench.c568 unsigned long rpc = 0, ipc = 0; in main() local
575 rpc = (this_done - done) / (this_call - calls); in main()
578 rpc = ipc = -1; in main()
581 this_done - done, rpc, ipc, s->inflight, in main()
/linux/drivers/tee/optee/
A Dbuilt-in.a5 rpc.o/
A DMakefile5 optee-objs += rpc.o
/linux/arch/sparc/kernel/
A Dprocess_64.c224 rp->rpc = rw->ins[7]; in __global_reg_self()
228 rp->rpc = 0; in __global_reg_self()
291 (void *) gp->rpc); in arch_trigger_cpumask_backtrace()
294 gp->tpc, gp->o7, gp->i7, gp->rpc); in arch_trigger_cpumask_backtrace()
/linux/drivers/tee/
A Dbuilt-in.a8 optee/rpc.o/
/linux/arch/arm64/boot/dts/realtek/
A Drtd139x.dtsi24 rpc_comm: rpc@2f000 {
28 rpc_ringbuf: rpc@1ffe000 {
/linux/arch/mips/include/asm/
A Dasm.h55 #define NESTED(symbol, framesize, rpc) \ argument
61 symbol: .frame sp, framesize, rpc; \
/linux/fs/nfs/
A Dsuper.c731 struct rpc_clnt *rpc; in nfs_umount_begin() local
735 rpc = server->client_acl; in nfs_umount_begin()
736 if (!IS_ERR(rpc)) in nfs_umount_begin()
737 rpc_killall_tasks(rpc); in nfs_umount_begin()
738 rpc = server->client; in nfs_umount_begin()
739 if (!IS_ERR(rpc)) in nfs_umount_begin()
740 rpc_killall_tasks(rpc); in nfs_umount_begin()

Completed in 75 milliseconds

123