Searched refs:scs (Results 1 – 12 of 12) sorted by relevance
134 scs->error = true; in scs_write_callback()195 i = scs->output_bytes; in scs_output_work()223 scs->buffer[i++] = scs->output_status; in scs_output_work()270 fw_send_request(scs->fw_dev->card, &scs->transaction, in scs_output_work()273 scs->buffer, scs->transaction_bytes, in scs_output_work()319 scs->error = false; in midi_playback_trigger()331 wait_event(scs->idle_wait, scs->output_idle); in midi_playback_drain()371 struct fw_scs1x *scs; in snd_oxfw_scs1x_add() local376 if (!scs) in snd_oxfw_scs1x_add()379 oxfw->spec = scs; in snd_oxfw_scs1x_add()[all …]
474 struct gdsc **scs = desc->scs; in gdsc_register() local487 if (!scs[i] || !scs[i]->supply) in gdsc_register()490 scs[i]->rsupply = devm_regulator_get(dev, scs[i]->supply); in gdsc_register()497 if (!scs[i]) in gdsc_register()509 if (!scs[i]) in gdsc_register()511 if (scs[i]->parent) in gdsc_register()512 pm_genpd_add_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_register()524 struct gdsc **scs = desc->scs; in gdsc_unregister() local529 if (!scs[i]) in gdsc_unregister()531 if (scs[i]->parent) in gdsc_unregister()[all …]
80 struct gdsc **scs; member
271 scd->scs = desc->gdscs; in qcom_cc_really_probe()
268 td->scs = cpu_to_le32(skb->len) & cpu_to_le32(SIZE_MASK); in ipc_protocol_ul_td_send()356 td->scs = cpu_to_le32(pipe->buf_size) & cpu_to_le32(SIZE_MASK); in ipc_protocol_dl_td_prepare()410 } else if ((le32_to_cpu(p_td->scs) & SIZE_MASK) > pipe->buf_size) { in ipc_protocol_dl_td_process()412 le32_to_cpu(p_td->scs) & SIZE_MASK, in ipc_protocol_dl_td_process()417 } else if (le32_to_cpu(p_td->scs) >> COMPLETION_STATUS == in ipc_protocol_dl_td_process()427 skb_put(skb, le32_to_cpu(p_td->scs) & SIZE_MASK); in ipc_protocol_dl_td_process()
319 __le32 scs; member
76 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.o77 CFLAGS_patch-scs.o += -mbranch-protection=none
31 <http://www.myri.com/scs/download-Myri10GE.html>
112 obj-$(CONFIG_SHADOW_CALL_STACK) += scs.o
431 struct sc_config_sizes *scs = &dd->sc_sizes[i]; in init_send_contexts() local433 for (j = 0; j < scs->count; j++) { in init_send_contexts()438 sci->credits = scs->size; in init_send_contexts()441 base += scs->size; in init_send_contexts()
255 scs %d6 | ...set Carry if 2(R) overflows
9578 scs %d6 # set Carry if 2(R) overflows
Completed in 30 milliseconds