Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/pwm/
H A Dpwm-sprd.c72 struct sprd_pwm_chip *spc = in sprd_pwm_get_state() local
165 struct sprd_pwm_chip *spc = in sprd_pwm_apply() local
183 dev_err(spc->dev, in sprd_pwm_apply()
248 spc->num_pwms = i; in sprd_pwm_clk_init()
255 struct sprd_pwm_chip *spc; in sprd_pwm_probe() local
258 spc = devm_kzalloc(&pdev->dev, sizeof(*spc), GFP_KERNEL); in sprd_pwm_probe()
259 if (!spc) in sprd_pwm_probe()
263 if (IS_ERR(spc->base)) in sprd_pwm_probe()
264 return PTR_ERR(spc->base); in sprd_pwm_probe()
266 spc->dev = &pdev->dev; in sprd_pwm_probe()
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dtrace.c254 u8 attrib = spc[0]; in nvme_trace_fabrics_property_set()
267 u16 recfmt = get_unaligned_le16(spc); in nvme_trace_fabrics_connect()
270 u8 cattr = spc[6]; in nvme_trace_fabrics_connect()
282 u8 attrib = spc[0]; in nvme_trace_fabrics_property_get()
293 u8 spsp0 = spc[1]; in nvme_trace_fabrics_auth_send()
294 u8 spsp1 = spc[2]; in nvme_trace_fabrics_auth_send()
295 u8 secp = spc[3]; in nvme_trace_fabrics_auth_send()
307 u8 spsp0 = spc[1]; in nvme_trace_fabrics_auth_receive()
308 u8 spsp1 = spc[2]; in nvme_trace_fabrics_auth_receive()
309 u8 secp = spc[3]; in nvme_trace_fabrics_auth_receive()
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dtrace.c138 u8 *spc) in nvmet_trace_fabrics_property_set() argument
141 u8 attrib = spc[0]; in nvmet_trace_fabrics_property_set()
142 u32 ofst = get_unaligned_le32(spc + 4); in nvmet_trace_fabrics_property_set()
152 u8 *spc) in nvmet_trace_fabrics_connect() argument
155 u16 recfmt = get_unaligned_le16(spc); in nvmet_trace_fabrics_connect()
156 u16 qid = get_unaligned_le16(spc + 2); in nvmet_trace_fabrics_connect()
158 u8 cattr = spc[6]; in nvmet_trace_fabrics_connect()
159 u32 kato = get_unaligned_le32(spc + 8); in nvmet_trace_fabrics_connect()
168 u8 *spc) in nvmet_trace_fabrics_property_get() argument
171 u8 attrib = spc[0]; in nvmet_trace_fabrics_property_get()
[all …]
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h147 #define R_SP spc.SP.I16_reg.x_reg
148 #define R_BP spc.BP.I16_reg.x_reg
149 #define R_SI spc.SI.I16_reg.x_reg
150 #define R_DI spc.DI.I16_reg.x_reg
151 #define R_IP spc.IP.I16_reg.x_reg
152 #define R_FLG spc.FLAGS
155 #define R_SP spc.SP.I16_reg.x_reg
156 #define R_BP spc.BP.I16_reg.x_reg
160 #define R_FLG spc.FLAGS
168 #define R_EFLG spc.FLAGS
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dentry.S187 mfctl %pcsq, spc
200 mfctl %pcsq, spc
218 mfctl %isr,spc
232 mfctl %isr,spc
250 mfctl %isr, spc
264 mfctl %isr, spc
280 mfctl %isr,spc
292 mfctl %isr,spc
310 mfctl %isr,spc
324 mfctl %isr,spc
[all …]
/openbmc/linux/arch/arm/mach-versatile/
H A Dspc.c487 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument
491 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local
494 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate()
503 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local
511 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local
525 struct clk_spc *spc; in ve_spc_clk_register() local
527 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register()
528 if (!spc) in ve_spc_clk_register()
531 spc->hw.init = &init; in ve_spc_clk_register()
534 spc->cluster = spc->cluster < 0 ? 0 : spc->cluster; in ve_spc_clk_register()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dedit_usage_message.patch27 "$spc Usage: bastille [ -b | -c | -x ] [ --os <version> ] [ -f <alternate config> ]\n".
28 - "$spc bastille [ -r | --assess | --assessnobowser ]\n\n".
29 + "$spc bastille [ -r | --assess | --assessnobowser ] [ --os <version> ]\n\n".
30 "$spc --assess : check status of system and report in browser\n".
31 "$spc --assessnobrowser : check status of system and list report locations\n".
32 "$spc -b : use a saved config file to apply changes\n".
H A DAPI.pm199 my $spc =" ";
213 "$spc directly to system\n".
214 "$spc -c : use the Curses (non-X11) TUI\n".
216 "$spc -r : revert all Bastille changes to-date\n".
217 "$spc -x : use the Perl/Tk (X11) GUI\n" .
219 "$spc version. e.g. --os RH6.0\n";
662 "$spc for '$distro'.\n" .
807 "$spc for $actualDistro or $distro\n";
894 print STDERR "$spc $distro operating system.\n";
901 print STDERR "$spc $oSType:\n$spc ";
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dparent.c48 struct xchk_parent_ctx *spc = priv; in xchk_parent_actor() local
58 spc->nlink++; in xchk_parent_actor()
60 if (xchk_should_terminate(spc->sc, &error)) in xchk_parent_actor()
99 struct xchk_parent_ctx spc = { in xchk_parent_validate() local
160 error = xchk_dir_walk(sc, dp, xchk_parent_actor, &spc); in xchk_parent_validate()
168 if (spc.nlink != expected_nlink) in xchk_parent_validate()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2676 spc->width = pw; in stbtt_PackBegin()
2677 spc->height = ph; in stbtt_PackBegin()
2678 spc->pixels = pixels; in stbtt_PackBegin()
2680 spc->nodes = nodes; in stbtt_PackBegin()
2683 spc->h_oversample = 1; in stbtt_PackBegin()
2684 spc->v_oversample = 1; in stbtt_PackBegin()
2696 STBTT_free(spc->nodes , spc->user_allocator_context); in stbtt_PackEnd()
2697 STBTT_free(spc->pack_info, spc->user_allocator_context); in stbtt_PackEnd()
2866 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1); in stbtt_PackFontRangesGatherRects()
2867 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1); in stbtt_PackFontRangesGatherRects()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dcs42l73.c33 u8 spc, mmcc, spfs; member
940 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
963 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
977 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt()
983 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt()
989 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt()
991 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
995 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt()
1002 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1071 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
[all …]
/openbmc/qemu/hw/ssi/
H A Dssi.c78 if (s->spc->set_cs) { in ssi_cs_default()
79 s->spc->set_cs(s, cs); in ssi_cs_default()
87 SSIPeripheralClass *ssc = dev->spc; in ssi_transfer_raw_default()
106 s->spc = ssc; in ssi_peripheral_realize()
165 r |= p->spc->transfer_raw(p, val); in ssi_transfer()
/openbmc/linux/drivers/tty/vt/
H A Dselection.c233 int new_sel_start, new_sel_end, spc; in vc_do_selection() local
242 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
244 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
245 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
252 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection()
254 if ((spc && !is_space_on_vt(sel_pos(pe, unicode))) || in vc_do_selection()
255 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H 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()
/openbmc/linux/block/partitions/
H A Dsun.c67 unsigned long spc; in sun_partition() local
107 spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect); in sun_partition()
112 st_sector = be32_to_cpu(p->start_cylinder) * spc; in sun_partition()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c699 if (skb->len <= spc) { in build_inline_wqe()
713 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
714 if (hlen <= spc) { in build_inline_wqe()
716 if (hlen < spc) { in build_inline_wqe()
718 fragptr, spc - hlen); in build_inline_wqe()
719 fragptr += spc - hlen; in build_inline_wqe()
721 inl = (void *)inl->data + spc; in build_inline_wqe()
722 memcpy(inl->data, fragptr, skb->len - spc); in build_inline_wqe()
725 inl = (void *)inl->data + spc; in build_inline_wqe()
727 hlen - spc); in build_inline_wqe()
[all …]
/openbmc/linux/net/sctp/
H A Dulpevent.c247 struct sctp_paddr_change *spc; in sctp_ulpevent_make_peer_addr_change() local
256 spc = skb_put(skb, sizeof(struct sctp_paddr_change)); in sctp_ulpevent_make_peer_addr_change()
265 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_ulpevent_make_peer_addr_change()
275 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_ulpevent_make_peer_addr_change()
283 spc->spc_flags = 0; in sctp_ulpevent_make_peer_addr_change()
293 spc->spc_state = state; in sctp_ulpevent_make_peer_addr_change()
304 spc->spc_error = error; in sctp_ulpevent_make_peer_addr_change()
316 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change()
326 memcpy(&spc->spc_aaddr, aaddr, sizeof(struct sockaddr_storage)); in sctp_ulpevent_make_peer_addr_change()
331 (union sctp_addr *)&spc->spc_aaddr); in sctp_ulpevent_make_peer_addr_change()
/openbmc/qemu/target/hppa/
H A Dcpu.h301 static inline target_ulong hppa_form_gva_psw(target_ulong psw, uint64_t spc, in hppa_form_gva_psw() argument
308 return spc | off; in hppa_form_gva_psw()
312 static inline target_ulong hppa_form_gva(CPUHPPAState *env, uint64_t spc, in hppa_form_gva() argument
315 return hppa_form_gva_psw(env->psw, spc, off); in hppa_form_gva()
/openbmc/qemu/target/sh4/
H A Dgdbstub.c67 return gdb_get_regl(mem_buf, env->spc); in superh_cpu_gdb_read_register()
131 env->spc = ldl_p(mem_buf); in superh_cpu_gdb_write_register()
/openbmc/u-boot/fs/ubifs/
H A Dlprops.c472 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument
474 ubifs_assert(!(spc & 7)); in ubifs_calc_dark()
476 if (spc < c->dark_wm) in ubifs_calc_dark()
477 return spc; in ubifs_calc_dark()
484 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark()
485 return spc - MIN_WRITE_SZ; in ubifs_calc_dark()
1222 int spc = free + dirty; in scan_check_cb() local
1224 if (spc < c->dead_wm) in scan_check_cb()
1225 lst->total_dead += spc; in scan_check_cb()
1227 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
/openbmc/linux/fs/ubifs/
H A Dlprops.c467 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument
469 ubifs_assert(c, !(spc & 7)); in ubifs_calc_dark()
471 if (spc < c->dark_wm) in ubifs_calc_dark()
472 return spc; in ubifs_calc_dark()
479 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark()
480 return spc - MIN_WRITE_SZ; in ubifs_calc_dark()
1217 int spc = free + dirty; in scan_check_cb() local
1219 if (spc < c->dead_wm) in scan_check_cb()
1220 lst->total_dead += spc; in scan_check_cb()
1222 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
/openbmc/u-boot/cmd/
H A Defidebug.c48 static const char spc[] = " "; variable
79 printf("Device%.*s Device Path\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_devices()
160 EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_drivers()
287 printf("Handle%.*s Protocols\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_handles()
435 EFI_PHYS_ADDR_WIDTH - 5, spc, EFI_PHYS_ADDR_WIDTH - 3, spc); in do_efi_show_memmap()
/openbmc/qemu/linux-user/cris/
H A Dtarget_syscall.h32 unsigned long spc; member
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S209 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra
239 ldc.l @r15+, spc
314 stc spc, k1
322 ldc k0, spc ! PC = saved r0 + r15 - 2
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h72 unsigned long spc; member

1234