Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/arch/parisc/kernel/
Dentry.S63 .macro space_to_prot spc prot
64 depd,z \spc,62,31,\prot
67 .macro space_to_prot spc prot
68 extrd,u \spc,(64 - (SPACEID_SHIFT)),32,\prot
202 spc = r24 /* space for which the trap occurred */ define
212 mfctl %pcsq, spc
225 mfctl %pcsq, spc
243 mfctl %isr,spc
257 mfctl %isr,spc
275 mfctl %isr, spc
[all …]
/Linux-v4.19/arch/arm/mach-vexpress/
Dspc.c495 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument
499 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local
502 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate()
511 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local
513 return ve_spc_round_performance(spc->cluster, drate); in spc_round_rate()
519 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local
521 return ve_spc_set_performance(spc->cluster, rate / 1000); in spc_set_rate()
533 struct clk_spc *spc; in ve_spc_clk_register() local
535 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register()
536 if (!spc) in ve_spc_clk_register()
[all …]
DMakefile12 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
/Linux-v4.19/fs/xfs/scrub/
Dparent.c57 struct xchk_parent_ctx *spc; in xchk_parent_actor() local
59 spc = container_of(dc, struct xchk_parent_ctx, dc); in xchk_parent_actor()
60 if (spc->ino == ino) in xchk_parent_actor()
61 spc->nlink++; in xchk_parent_actor()
72 struct xchk_parent_ctx spc = { in xchk_parent_count_parent_dentries() local
105 error = xfs_readdir(sc->tp, parent, &spc.dc, bufsize); in xchk_parent_count_parent_dentries()
108 if (oldpos == spc.dc.pos) in xchk_parent_count_parent_dentries()
110 oldpos = spc.dc.pos; in xchk_parent_count_parent_dentries()
112 *nlink = spc.nlink; in xchk_parent_count_parent_dentries()
/Linux-v4.19/sound/soc/codecs/
Dcs42l73.c36 u8 spc, mmcc, spfs; member
949 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
951 spc = snd_soc_component_read32(component, CS42L73_SPC(id)); in cs42l73_set_dai_fmt()
972 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
986 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
992 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt()
994 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt()
998 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt()
1000 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1004 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
[all …]
/Linux-v4.19/drivers/tty/vt/
Dselection.c169 int new_sel_start, new_sel_end, spc; in set_selection() local
218 spc = isspace(sel_pos(ps)); in set_selection()
221 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
222 (!spc && !inword(sel_pos(ps)))) in set_selection()
228 spc = isspace(sel_pos(pe)); in set_selection()
231 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
232 (!spc && !inword(sel_pos(pe)))) in set_selection()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_main.c366 int spc, i, j; in nfp_net_fw_find() local
397 spc = ARRAY_SIZE(fw_name); in nfp_net_fw_find()
398 spc -= snprintf(fw_name, spc, "netronome/nic_%s", fw_model); in nfp_net_fw_find()
400 for (i = 0; spc > 0 && i < pf->eth_tbl->count; i += j) { in nfp_net_fw_find()
407 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, in nfp_net_fw_find()
411 if (spc <= 0) in nfp_net_fw_find()
414 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, ".nffw"); in nfp_net_fw_find()
415 if (spc <= 0) in nfp_net_fw_find()
/Linux-v4.19/block/partitions/
Dsun.c60 unsigned long spc; in sun_partition() local
101 spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect); in sun_partition()
106 st_sector = be32_to_cpu(p->start_cylinder) * spc; in sun_partition()
/Linux-v4.19/net/sctp/
Dulpevent.c262 struct sctp_paddr_change *spc; in sctp_ulpevent_make_peer_addr_change() local
271 spc = skb_put(skb, sizeof(struct sctp_paddr_change)); in sctp_ulpevent_make_peer_addr_change()
280 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_ulpevent_make_peer_addr_change()
290 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_ulpevent_make_peer_addr_change()
298 spc->spc_flags = 0; in sctp_ulpevent_make_peer_addr_change()
308 spc->spc_state = state; in sctp_ulpevent_make_peer_addr_change()
319 spc->spc_error = error; in sctp_ulpevent_make_peer_addr_change()
331 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change()
341 memcpy(&spc->spc_aaddr, aaddr, sizeof(struct sockaddr_storage)); in sctp_ulpevent_make_peer_addr_change()
346 (union sctp_addr *)&spc->spc_aaddr); in sctp_ulpevent_make_peer_addr_change()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c647 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl); in build_inline_wqe() local
650 if (skb->len <= spc) { in build_inline_wqe()
664 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
665 if (hlen <= spc) { in build_inline_wqe()
667 if (hlen < spc) { in build_inline_wqe()
669 fragptr, spc - hlen); in build_inline_wqe()
670 fragptr += spc - hlen; in build_inline_wqe()
672 inl = (void *) (inl + 1) + spc; in build_inline_wqe()
673 memcpy(((void *)(inl + 1)), fragptr, skb->len - spc); in build_inline_wqe()
675 skb_copy_from_linear_data(skb, inl + 1, spc); in build_inline_wqe()
[all …]
/Linux-v4.19/fs/ubifs/
Dlprops.c479 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument
481 ubifs_assert(c, !(spc & 7)); in ubifs_calc_dark()
483 if (spc < c->dark_wm) in ubifs_calc_dark()
484 return spc; in ubifs_calc_dark()
491 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark()
492 return spc - MIN_WRITE_SZ; in ubifs_calc_dark()
1229 int spc = free + dirty; in scan_check_cb() local
1231 if (spc < c->dead_wm) in scan_check_cb()
1232 lst->total_dead += spc; in scan_check_cb()
1234 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
Ddebug.c651 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local
655 spc = lp->free + lp->dirty; in ubifs_dump_lprop()
656 if (spc < c->dead_wm) in ubifs_dump_lprop()
657 dead = spc; in ubifs_dump_lprop()
659 dark = ubifs_calc_dark(c, spc); in ubifs_dump_lprop()
663 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop()
667 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop()
668 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
/Linux-v4.19/arch/sh/kernel/cpu/sh3/
Dentry.S213 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra
243 ldc.l @r15+, spc
318 stc spc, k1
326 ldc k0, spc ! PC = saved r0 + r15 - 2
Dswsusp.S103 ldc r1, spc ! setup pc value for resuming
/Linux-v4.19/arch/sh/include/asm/
Dsuspend.h72 unsigned long spc; member
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt67 "qcom,idle-state-spc",
76 CPU_SPC: spc {
77 compatible = "qcom,idle-state-spc", "arm,idle-state";
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c2809 int spc; in build_sriov_qp0_header() local
2874 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header()
2876 if (header_size <= spc) { in build_sriov_qp0_header()
2881 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_sriov_qp0_header()
2882 memcpy(inl + 1, sqp->header_buf, spc); in build_sriov_qp0_header()
2884 inl = (void *) (inl + 1) + spc; in build_sriov_qp0_header()
2885 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header()
2900 inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc)); in build_sriov_qp0_header()
2958 int spc; in build_mlx_header() local
3162 spc = MLX4_INLINE_ALIGN - in build_mlx_header()
[all …]
/Linux-v4.19/arch/sh/kernel/
Drelocate_kernel.S43 stc.l spc, @-r15
128 ldc.l @r15+, spc
Dasm-offsets.c42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
/Linux-v4.19/arch/sh/kernel/cpu/sh5/
Dentry.S601 getcon spc, r6
617 ! construct spc
620 putcon r18, spc
1336 putcon r0, spc
1354 putcon r0, spc
1394 putcon r36, spc
1403 putcon r37, spc
1443 putcon r36, spc
1452 putcon r37, spc
/Linux-v4.19/arch/arm/boot/dts/
Dqcom-apq8084.dtsi80 CPU_SPC: spc {
81 compatible = "qcom,idle-state-spc",
Dqcom-msm8974.dtsi123 CPU_SPC: spc {
124 compatible = "qcom,idle-state-spc",
/Linux-v4.19/drivers/cpufreq/
DMakefile87 obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
/Linux-v4.19/net/xfrm/
Dxfrm_user.c1087 struct xfrmu_spdinfo spc; in build_spdinfo() local
1102 spc.incnt = si.incnt; in build_spdinfo()
1103 spc.outcnt = si.outcnt; in build_spdinfo()
1104 spc.fwdcnt = si.fwdcnt; in build_spdinfo()
1105 spc.inscnt = si.inscnt; in build_spdinfo()
1106 spc.outscnt = si.outscnt; in build_spdinfo()
1107 spc.fwdscnt = si.fwdscnt; in build_spdinfo()
1120 err = nla_put(skb, XFRMA_SPD_INFO, sizeof(spc), &spc); in build_spdinfo()
/Linux-v4.19/arch/sh/kernel/cpu/shmobile/
Dsleep.S268 ldc r0, spc

12