Searched refs:ssp (Results 26 - 50 of 62) sorted by relevance

123

/linux-master/arch/arm/mach-sa1100/
H A DMakefile19 obj-$(CONFIG_SA1100_SSP) += ssp.o
H A Djornada720_ssp.c22 #include <asm/hardware/ssp.h>
49 * jornada_ssp_byte - waits for ready ssp bus and sends byte
/linux-master/include/linux/
H A Dsrcutree.h43 struct srcu_struct *ssp; member in struct:srcu_data
190 void synchronize_srcu_expedited(struct srcu_struct *ssp);
191 void srcu_barrier(struct srcu_struct *ssp);
192 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
H A Dpxa2xx_ssp.h275 static inline void pxa_ssp_enable(struct ssp_device *ssp) argument
279 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) | SSCR0_SSE;
280 pxa_ssp_write_reg(ssp, SSCR0, sscr0);
283 static inline void pxa_ssp_disable(struct ssp_device *ssp) argument
287 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) & ~SSCR0_SSE;
288 pxa_ssp_write_reg(ssp, SSCR0, sscr0);
306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} argument
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c134 unsigned long ssp; local
139 ssp = get_ssp();
140 printf("[INFO]\tchanging ssp from %lx to %lx\n", ssp, new_ssp);
147 ssp -= 8;
148 asm volatile("rstorssp (%0)\n":: "r" (ssp));
692 unsigned long saved_ssp, ssp = 0; local
698 iov.iov_base = &ssp;
699 iov.iov_len = sizeof(ssp);
703 ssp
[all...]
/linux-master/include/linux/spi/
H A Dpxa2xx_spi.h31 struct ssp_device ssp; member in struct:pxa2xx_spi_controller
H A Dmxs-spi.h133 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate);
/linux-master/drivers/scsi/isci/
H A Dremote_node_context.c129 rnc->ssp.remote_node_index = rni;
130 rnc->ssp.remote_node_port_width = idev->device_port_width;
131 rnc->ssp.logical_port_index = idev->owning_port->physical_port_index;
135 rnc->ssp.remote_sas_address_hi = upper_32_bits(sas_addr);
136 rnc->ssp.remote_sas_address_lo = lower_32_bits(sas_addr);
138 rnc->ssp.nexus_loss_timer_enable = true;
139 rnc->ssp.check_bit = false;
140 rnc->ssp.is_valid = false;
141 rnc->ssp.is_remote_node_context = true;
142 rnc->ssp
[all...]
H A Dport.c552 rnc->ssp.remote_sas_address_hi = 0;
553 rnc->ssp.remote_sas_address_lo = 0;
555 rnc->ssp.remote_node_index = rni;
556 rnc->ssp.remote_node_port_width = 1;
557 rnc->ssp.logical_port_index = iport->physical_port_index;
559 rnc->ssp.nexus_loss_timer_enable = false;
560 rnc->ssp.check_bit = false;
561 rnc->ssp.is_valid = true;
562 rnc->ssp.is_remote_node_context = true;
563 rnc->ssp
[all...]
H A Drequest.c176 cmd_iu = &ireq->ssp.cmd;
197 task_iu = &ireq->ssp.tmf;
247 /* task_context->type.ssp.tag = ireq->io_tag; */
260 dma_addr = sci_io_request_get_dma_addr(ireq, &ireq->ssp.cmd);
269 dma_addr = sci_io_request_get_dma_addr(ireq, &ireq->ssp.rsp);
427 task_context->type.ssp.frame_type = SSP_COMMAND;
475 task_context->type.ssp.frame_type = SSP_TASK;
789 * = start of task context SRAM + offset of (type.ssp.data_offset)
793 (SCU_TASK_CONTEXT_SRAM + offsetof(struct scu_task_context, type.ssp.data_offset)) +
820 tc->type.ssp
[all...]
H A Drequest.h141 } ssp; member in union:isci_request::__anon2418
/linux-master/drivers/spi/
H A Dspi-pxa2xx-dma.c48 pxa_ssp_disable(drv_data->ssp);
90 cfg.dst_addr = drv_data->ssp->phys_base + SSDR;
97 cfg.src_addr = drv_data->ssp->phys_base + SSDR;
107 dev_warn(drv_data->ssp->dev, "DMA slave config failed\n");
121 dev_err(drv_data->ssp->dev, "FIFO overrun\n");
141 dev_err(drv_data->ssp->dev, "failed to get DMA TX descriptor\n");
148 dev_err(drv_data->ssp->dev, "failed to get DMA RX descriptor\n");
186 struct device *dev = drv_data->ssp->dev;
H A Dspi-pxa2xx.h25 struct ssp_device *ssp; member in struct:driver_data
73 return pxa_ssp_read_reg(drv_data->ssp, reg);
78 pxa_ssp_write_reg(drv_data->ssp, reg, val);
/linux-master/sound/soc/intel/avs/
H A Dutils.h62 #define AVS_STRING_FMT(prefix, suffix, ssp, tdm) \
63 (tdm) ? prefix "%d:%d" suffix : prefix "%d" suffix, (ssp), (tdm)
/linux-master/security/smack/
H A Dsmack_lsm.c1555 struct socket_smack *ssp; local
1584 ssp = sock->sk->sk_security;
1587 isp = ssp->smk_in;
1589 isp = ssp->smk_out;
1962 struct socket_smack *ssp; local
1972 ssp = sock->sk->sk_security;
1980 rc = smk_access(tsp->smk_task, ssp->smk_out, MAY_WRITE, &ad);
1984 rc = smk_access(ssp->smk_in, tsp->smk_task, MAY_WRITE, &ad);
2387 struct socket_smack *ssp; local
2389 ssp
2561 struct socket_smack *ssp = sk->sk_security; local
2593 struct socket_smack *ssp = sk->sk_security; local
2625 struct socket_smack *ssp = sk->sk_security; local
2698 struct socket_smack *ssp = sock->sk->sk_security; local
2786 struct socket_smack *ssp = sk->sk_security; local
2854 struct socket_smack *ssp; local
2928 struct socket_smack *ssp; local
3026 struct socket_smack *ssp = sock->sk->sk_security; local
3113 struct smack_known *ssp = smack_of_ipc(isp); local
3202 struct smack_known *ssp = smack_of_ipc(isp); local
3821 struct socket_smack *ssp = sock->sk_security; local
3869 struct socket_smack *ssp = sock->sk->sk_security; local
3907 struct socket_smack *ssp = sock->sk->sk_security; local
3952 smack_from_secattr(struct netlbl_lsm_secattr *sap, struct socket_smack *ssp) argument
4113 struct socket_smack *ssp = NULL; local
4141 struct socket_smack *ssp = sk->sk_security; local
4240 struct socket_smack *ssp; local
4276 struct socket_smack *ssp = NULL; local
4337 struct socket_smack *ssp; local
4364 struct socket_smack *ssp = sk->sk_security; local
4450 struct socket_smack *ssp = sk->sk_security; local
[all...]
/linux-master/drivers/usb/gadget/
H A Dconfig.c163 struct usb_descriptor_header **ssp)
170 if (!ssp)
171 ssp = ss;
188 if (ssp) {
189 f->ssp_descriptors = usb_copy_descriptors(ssp);
159 usb_assign_descriptors(struct usb_function *f, struct usb_descriptor_header **fs, struct usb_descriptor_header **hs, struct usb_descriptor_header **ss, struct usb_descriptor_header **ssp) argument
/linux-master/arch/x86/kernel/
H A Dvm86_32.c496 unsigned char __user *ssp, unsigned short sp)
513 pushw(ssp, sp, get_vflags(regs), cannot_handle);
514 pushw(ssp, sp, regs->pt.cs, cannot_handle);
515 pushw(ssp, sp, IP(regs), cannot_handle);
552 unsigned char __user *ssp; local
564 ssp = (unsigned char __user *) (regs->pt.ss << 4);
591 pushl(ssp, sp, get_vflags(regs), simulate_sigsegv);
594 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv);
605 newflags = popl(ssp, sp, simulate_sigsegv);
608 newflags = popw(ssp, s
495 do_int(struct kernel_vm86_regs *regs, int i, unsigned char __user *ssp, unsigned short sp) argument
[all...]
/linux-master/fs/nilfs2/
H A Dsegment.c389 struct nilfs_segsum_pointer *ssp,
396 if (unlikely(ssp->offset + bytes > blocksize)) {
397 ssp->offset = 0;
398 BUG_ON(NILFS_SEGBUF_BH_IS_LAST(ssp->bh,
400 ssp->bh = NILFS_SEGBUF_NEXT_BH(ssp->bh);
402 p = ssp->bh->b_data + ssp->offset;
403 ssp->offset += bytes;
442 struct nilfs_segsum_pointer *ssp; local
388 nilfs_segctor_map_segsum_entry(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, unsigned int bytes) argument
483 nilfs_segctor_segsum_block_required( struct nilfs_sc_info *sci, const struct nilfs_segsum_pointer *ssp, unsigned int binfo_size) argument
613 nilfs_write_file_data_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) argument
622 nilfs_write_file_node_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) argument
662 nilfs_write_dat_data_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) argument
671 nilfs_write_dat_node_binfo(struct nilfs_sc_info *sci, struct nilfs_segsum_pointer *ssp, union nilfs_binfo *binfo) argument
1550 struct nilfs_segsum_pointer ssp; local
[all...]
/linux-master/include/sound/sof/
H A Ddai.h111 struct sof_ipc_dai_ssp_params ssp; member in union:sof_ipc_dai_config::__anon1266
/linux-master/sound/soc/sof/
H A Dipc3-topology.c1397 ret = sof_update_ipc_object(scomp, &config->ssp, SOF_SSP_TOKENS, slink->tuples,
1414 config[i].ssp.mclk_id, sdev->mclk_id_quirk);
1415 config[i].ssp.mclk_id = sdev->mclk_id_quirk;
1419 config[i].ssp.mclk_rate = le32_to_cpu(hw_config[i].mclk_rate);
1420 config[i].ssp.bclk_rate = le32_to_cpu(hw_config[i].bclk_rate);
1421 config[i].ssp.fsync_rate = le32_to_cpu(hw_config[i].fsync_rate);
1422 config[i].ssp.tdm_slots = le32_to_cpu(hw_config[i].tdm_slots);
1423 config[i].ssp.tdm_slot_width = le32_to_cpu(hw_config[i].tdm_slot_width);
1424 config[i].ssp.mclk_direction = hw_config[i].mclk_direction;
1425 config[i].ssp
[all...]
H A Dipc3-pcm.c200 if (config->ssp.fsync_rate == params_rate(params)) {
258 rate->min = private->dai_config[dai->current_config].ssp.fsync_rate;
259 rate->max = private->dai_config[dai->current_config].ssp.fsync_rate;
260 channels->min = private->dai_config[dai->current_config].ssp.tdm_slots;
261 channels->max = private->dai_config[dai->current_config].ssp.tdm_slots;
/linux-master/sound/soc/intel/boards/
H A DMakefile38 snd-soc-sof-ssp-amp-objs := sof_ssp_amp.o
86 obj-$(CONFIG_SND_SOC_INTEL_SOF_SSP_AMP_MACH) += snd-soc-sof-ssp-amp.o
104 snd-soc-intel-sof-ssp-common-objs += sof_ssp_common.o
105 obj-$(CONFIG_SND_SOC_INTEL_SOF_SSP_COMMON) += snd-soc-intel-sof-ssp-common.o
/linux-master/drivers/clk/mxs/
H A Dclk-imx23.c60 * Source ssp clock from ref_io than ref_xtal,
66 * 480 MHz seems too high to be ssp clock source directly,
85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator in enum:imx23_clk
145 clks[ssp] = mxs_clk_gate("ssp", "ssp_div", SSP, 31);
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c556 /* A passed ssp of zero will not cause any update */
557 static int update_fpu_shstk(struct task_struct *dst, unsigned long ssp) argument
562 /* If ssp update is not needed. */
563 if (!ssp)
570 * If there is a non-zero ssp, then 'dst' must be configured with a shadow
578 xstate->user_ssp = (u64)ssp;
585 unsigned long ssp)
648 if (update_fpu_shstk(dst, ssp))
584 fpu_clone(struct task_struct *dst, unsigned long clone_flags, bool minimal, unsigned long ssp) argument
/linux-master/arch/x86/kvm/
H A Dsmm.h119 /* ssp and svm_* fields below are not implemented by KVM */
120 u64 ssp; member in struct:kvm_smram_state_64

Completed in 282 milliseconds

123