Home
last modified time | relevance | path

Searched refs:sci (Results 1 – 6 of 6) sorted by relevance

/drivers/spi/
Dspi-s3c64xx.c787 struct s3c64xx_spi_info *sci; in s3c64xx_spi_setup() local
823 sci = sdd->cntrlr_info; in s3c64xx_spi_setup()
942 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit() local
955 writel(sci->src_clk_nr << S3C64XX_SPI_CLKSEL_SRCSHFT, in s3c64xx_spi_hwinit()
982 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt() local
985 sci = devm_kzalloc(dev, sizeof(*sci), GFP_KERNEL); in s3c64xx_spi_parse_dt()
986 if (!sci) in s3c64xx_spi_parse_dt()
991 sci->src_clk_nr = 0; in s3c64xx_spi_parse_dt()
993 sci->src_clk_nr = temp; in s3c64xx_spi_parse_dt()
998 sci->num_cs = 1; in s3c64xx_spi_parse_dt()
[all …]
DMakefile80 obj-$(CONFIG_SPI_SH_SCI) += spi-sh-sci.o
/drivers/staging/rdma/hfi1/
Dpio.c458 struct send_context_info *sci = in init_send_contexts() local
460 sci->type = i; in init_send_contexts()
461 sci->base = base; in init_send_contexts()
462 sci->credits = scs->size; in init_send_contexts()
480 struct send_context_info *sci; in sc_hw_alloc() local
484 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
485 index < dd->num_send_contexts; index++, sci++) { in sc_hw_alloc()
486 if (sci->type == type && sci->allocated == 0) { in sc_hw_alloc()
487 sci->allocated = 1; in sc_hw_alloc()
507 struct send_context_info *sci; in sc_hw_free() local
[all …]
Dchip.c2481 struct send_context_info *sci; in is_sendctxt_err_int() local
2494 sci = &dd->send_contexts[sw_index]; in is_sendctxt_err_int()
2495 sc = sci->sc; in is_sendctxt_err_int()
/drivers/crypto/caam/
Dpdb.h231 u64 sci; member
244 u64 sci; member
/drivers/tty/serial/
DMakefile43 obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o