Home
last modified time | relevance | path

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

/drivers/pwm/
A Dpwm-sprd.c60 return readl_relaxed(spc->base + offset); in sprd_pwm_read()
68 writel_relaxed(val, spc->base + offset); in sprd_pwm_write()
74 struct sprd_pwm_chip *spc = sprd_pwm_from_chip(chip); in sprd_pwm_get_state() local
75 struct sprd_pwm_chn *chn = &spc->chn[pwm->hwpwm]; in sprd_pwm_get_state()
126 struct sprd_pwm_chn *chn = &spc->chn[pwm->hwpwm]; in sprd_pwm_config()
167 struct sprd_pwm_chn *chn = &spc->chn[pwm->hwpwm]; in sprd_pwm_apply()
251 struct sprd_pwm_chip *spc; in sprd_pwm_probe() local
262 spc = sprd_pwm_from_chip(chip); in sprd_pwm_probe()
265 if (IS_ERR(spc->base)) in sprd_pwm_probe()
266 return PTR_ERR(spc->base); in sprd_pwm_probe()
[all …]
/drivers/nvme/target/
A Dtrace.c312 u8 *spc) in nvmet_trace_fabrics_property_set() argument
315 u8 attrib = spc[0]; in nvmet_trace_fabrics_property_set()
326 u8 *spc) in nvmet_trace_fabrics_connect() argument
332 u8 cattr = spc[6]; in nvmet_trace_fabrics_connect()
342 u8 *spc) in nvmet_trace_fabrics_property_get() argument
356 u8 spsp0 = spc[1]; in nvmet_trace_fabrics_auth_send()
357 u8 spsp1 = spc[2]; in nvmet_trace_fabrics_auth_send()
358 u8 secp = spc[3]; in nvmet_trace_fabrics_auth_send()
370 u8 spsp0 = spc[1]; in nvmet_trace_fabrics_auth_receive()
371 u8 spsp1 = spc[2]; in nvmet_trace_fabrics_auth_receive()
[all …]
A Dtrace.h26 u8 *spc);
/drivers/nvme/host/
A Dtrace.c397 u8 attrib = spc[0]; in nvme_trace_fabrics_property_set()
410 u16 recfmt = get_unaligned_le16(spc); in nvme_trace_fabrics_connect()
413 u8 cattr = spc[6]; in nvme_trace_fabrics_connect()
425 u8 attrib = spc[0]; in nvme_trace_fabrics_property_get()
436 u8 spsp0 = spc[1]; in nvme_trace_fabrics_auth_send()
437 u8 spsp1 = spc[2]; in nvme_trace_fabrics_auth_send()
438 u8 secp = spc[3]; in nvme_trace_fabrics_auth_send()
450 u8 spsp0 = spc[1]; in nvme_trace_fabrics_auth_receive()
451 u8 spsp1 = spc[2]; in nvme_trace_fabrics_auth_receive()
452 u8 secp = spc[3]; in nvme_trace_fabrics_auth_receive()
[all …]
A Dtrace.h24 u8 *spc);
/drivers/tty/vt/
A Dselection.c255 int new_sel_start, new_sel_end, spc; in vc_do_selection() local
264 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
266 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
267 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
274 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection()
276 if ((spc && !is_space_on_vt(sel_pos(pe, unicode))) || in vc_do_selection()
277 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
/drivers/net/ethernet/netronome/nfp/
A Dnfp_main.c388 int spc, i, j; in nfp_net_fw_find() local
421 spc = ARRAY_SIZE(fw_name); in nfp_net_fw_find()
422 spc -= snprintf(fw_name, spc, "netronome/nic_%s", fw_model); in nfp_net_fw_find()
424 for (i = 0; spc > 0 && i < pf->eth_tbl->count; i += j) { in nfp_net_fw_find()
431 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, in nfp_net_fw_find()
435 if (spc <= 0) in nfp_net_fw_find()
438 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, ".nffw"); in nfp_net_fw_find()
439 if (spc <= 0) in nfp_net_fw_find()
/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c696 if (skb->len <= spc) { in build_inline_wqe()
710 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
711 if (hlen <= spc) { in build_inline_wqe()
713 if (hlen < spc) { in build_inline_wqe()
715 fragptr, spc - hlen); in build_inline_wqe()
716 fragptr += spc - hlen; in build_inline_wqe()
718 inl = (void *)inl->data + spc; in build_inline_wqe()
719 memcpy(inl->data, fragptr, skb->len - spc); in build_inline_wqe()
722 inl = (void *)inl->data + spc; in build_inline_wqe()
724 hlen - spc); in build_inline_wqe()
[all …]
/drivers/infiniband/hw/mlx4/
A Dqp.c2882 int spc; in build_sriov_qp0_header() local
2950 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header()
2952 if (header_size <= spc) { in build_sriov_qp0_header()
2961 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header()
3035 int spc; in build_mlx_header() local
3251 spc = MLX4_INLINE_ALIGN - in build_mlx_header()
3253 if (header_size <= spc) { in build_mlx_header()
3262 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_mlx_header()
3410 int spc; in build_tunnel_header() local
3420 spc = MLX4_INLINE_ALIGN - in build_tunnel_header()
[all …]
/drivers/platform/x86/amd/pmf/
A DMakefile10 tee-if.o spc.o
/drivers/cpufreq/
A DMakefile91 obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
/drivers/dma/
A Dimx-sdma.c317 u32 spc :14; member

Completed in 29 milliseconds