Home
last modified time | relevance | path

Searched refs:sfc (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/drivers/spi/
A Dspi-rockchip-sfc.c458 ret = rockchip_sfc_fifo_transfer_dma(sfc, sfc->dma_buffer, len); in rockchip_sfc_xfer_data_dma()
500 sfc->frequency, clk_get_rate(sfc->clk)); in rockchip_sfc_exec_mem_op()
549 complete(&sfc->cp); in rockchip_sfc_irq_handler()
577 sfc->dev = dev; in rockchip_sfc_probe()
585 if (IS_ERR(sfc->clk)) { in rockchip_sfc_probe()
591 if (IS_ERR(sfc->hclk)) { in rockchip_sfc_probe()
596 sfc->use_dma = !of_property_read_bool(sfc->dev->of_node, in rockchip_sfc_probe()
599 if (sfc->use_dma) { in rockchip_sfc_probe()
609 if (!sfc->buffer) in rockchip_sfc_probe()
642 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe()
[all …]
/linux-6.3-rc2/arch/m68k/include/asm/
A Dsun3mmu.h75 unsigned char sfc, c; in sun3_get_buserr() local
77 GET_SFC (sfc); in sun3_get_buserr()
80 SET_SFC (sfc); in sun3_get_buserr()
91 GET_SFC (sfc); in sun3_get_segmap()
94 SET_SFC (sfc); in sun3_get_segmap()
105 GET_DFC (sfc); in sun3_put_segmap()
108 SET_DFC (sfc); in sun3_put_segmap()
119 GET_SFC (sfc); in sun3_get_pte()
135 SET_DFC (sfc); in sun3_put_pte()
145 GET_SFC(sfc); in sun3_get_context()
[all …]
/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_sfc.c3071 if (sfc->srate_in == sfc->srate_out) in tegra210_sfc_write_coeff_ram()
3074 coeff_ram = coef_addr_table[sfc->srate_in][sfc->srate_out]; in tegra210_sfc_write_coeff_ram()
3078 sfc->srate_in, sfc->srate_out); in tegra210_sfc_write_coeff_ram()
3200 &sfc->srate_in); in tegra210_sfc_in_hw_params()
3210 regmap_write(sfc->regmap, TEGRA210_SFC_RX_FREQ, sfc->srate_in); in tegra210_sfc_in_hw_params()
3234 regmap_write(sfc->regmap, TEGRA210_SFC_TX_FREQ, sfc->srate_out); in tegra210_sfc_out_hw_params()
3551 struct tegra210_sfc *sfc; in tegra210_sfc_platform_probe() local
3555 sfc = devm_kzalloc(dev, sizeof(*sfc), GFP_KERNEL); in tegra210_sfc_platform_probe()
3556 if (!sfc) in tegra210_sfc_platform_probe()
3559 dev_set_drvdata(dev, sfc); in tegra210_sfc_platform_probe()
[all …]
A DMakefile18 snd-soc-tegra210-sfc-objs := tegra210_sfc.o
38 obj-$(CONFIG_SND_SOC_TEGRA210_SFC) += snd-soc-tegra210-sfc.o
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dnvidia,tegra210-sfc.yaml4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-sfc.yaml#
24 pattern: "^sfc@[0-9a-f]*$"
28 - const: nvidia,tegra210-sfc
31 - nvidia,tegra234-sfc
32 - nvidia,tegra194-sfc
33 - nvidia,tegra186-sfc
34 - const: nvidia,tegra210-sfc
68 sfc@702d2000 {
69 compatible = "nvidia,tegra210-sfc";
A Dnvidia,tegra210-ahub.yaml93 '^sfc@[0-9a-f]+$':
95 $ref: nvidia,tegra210-sfc.yaml#
/linux-6.3-rc2/sound/firewire/oxfw/
A Doxfw-command.c115 unsigned int sfc; in avc_general_inquiry_sig_fmt() local
119 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_inquiry_sig_fmt()
120 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
123 if (sfc == CIP_SFC_COUNT) in avc_general_inquiry_sig_fmt()
138 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_inquiry_sig_fmt()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A DMakefile2 sfc-siena-y += farch.o siena.o \
8 sfc-siena-$(CONFIG_SFC_SIENA_MTD) += mtd.o
9 sfc-siena-$(CONFIG_SFC_SIENA_SRIOV) += siena_sriov.o
11 obj-$(CONFIG_SFC_SIENA) += sfc-siena.o
/linux-6.3-rc2/sound/firewire/
A Dfcp.c32 unsigned int sfc; in avc_general_set_sig_fmt() local
38 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_set_sig_fmt()
39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt()
59 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_set_sig_fmt()
88 unsigned int sfc; in avc_general_get_sig_fmt() local
125 sfc = 0x07 & buf[5]; in avc_general_get_sig_fmt()
126 if (sfc >= CIP_SFC_COUNT) { in avc_general_get_sig_fmt()
131 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
A Damdtp-stream.c283 unsigned int sfc; in amdtp_stream_set_parameters() local
285 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters()
286 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
292 s->sfc = sfc; in amdtp_stream_set_parameters()
380 const enum cip_sfc sfc = s->sfc; in pool_ideal_nonblocking_data_blocks() local
387 if (!cip_sfc_is_base_44100(sfc)) { in pool_ideal_nonblocking_data_blocks()
401 if (sfc == CIP_SFC_44100) in pool_ideal_nonblocking_data_blocks()
407 if (++phase >= (80 >> (sfc >> 1))) in pool_ideal_nonblocking_data_blocks()
424 if (!cip_sfc_is_base_44100(sfc)) in calculate_syt_offset()
460 const enum cip_sfc sfc = s->sfc; in pool_ideal_syt_offsets() local
[all …]
A Damdtp-stream.h185 enum cip_sfc sfc; member
292 static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc) in cip_sfc_is_base_44100() argument
294 return sfc & 1; in cip_sfc_is_base_44100()
A Damdtp-am824.c94 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters()
292 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Drockchip-sfc.yaml4 $id: http://devicetree.org/schemas/spi/rockchip-sfc.yaml#
18 const: rockchip,sfc
20 The rockchip sfc controller is a standalone IP with version register,
43 rockchip,sfc-no-dma:
70 sfc: spi@ff3a0000 {
71 compatible = "rockchip,sfc";
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A DMakefile2 sfc-y += efx.o efx_common.o efx_channels.o nic.o \
11 sfc-$(CONFIG_SFC_MTD) += mtd.o
12 sfc-$(CONFIG_SFC_SRIOV) += sriov.o ef10_sriov.o ef100_sriov.o ef100_rep.o \
15 obj-$(CONFIG_SFC) += sfc.o
A DKconfig34 will be called sfc.
68 source "drivers/net/ethernet/sfc/falcon/Kconfig"
69 source "drivers/net/ethernet/sfc/siena/Kconfig"
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A DMakefile2 sfc-falcon-y += efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \
6 sfc-falcon-$(CONFIG_SFC_FALCON_MTD) += mtd.o
7 obj-$(CONFIG_SFC_FALCON) += sfc-falcon.o
A DKconfig14 will be called sfc-falcon.
/linux-6.3-rc2/Documentation/networking/devlink/
A Dsfc.rst4 sfc devlink support
7 This document describes the devlink features implemented by the ``sfc``
13 The ``sfc`` driver reports the following versions
/linux-6.3-rc2/sound/firewire/fireface/
A Dff-stream.c12 int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc, in snd_ff_stream_get_multiplier_mode() argument
25 if (sfc >= CIP_SFC_COUNT) in snd_ff_stream_get_multiplier_mode()
28 *mode = modes[sfc]; in snd_ff_stream_get_multiplier_mode()
/linux-6.3-rc2/sound/firewire/motu/
A Dmotu-command-dsp-message-parser.c49 int snd_motu_command_dsp_message_parser_init(struct snd_motu *motu, enum cip_sfc sfc) in snd_motu_command_dsp_message_parser_init() argument
56 switch (sfc) { in snd_motu_command_dsp_message_parser_init()
/linux-6.3-rc2/drivers/mtd/spi-nor/controllers/
A DMakefile2 obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
/linux-6.3-rc2/arch/m68k/ifpsp060/
A Diskeleton.S204 | load sfc/dfc
212 movec.l %d0,%sfc
226 | restore sfc/dfc
228 movec.l %d2,%sfc
/linux-6.3-rc2/arch/arm/boot/dts/
A Drv1108.dtsi544 sfc: spi@301c0000 { label
545 compatible = "rockchip,sfc";
723 sfc {
724 sfc_bus4: sfc-bus4 {
732 sfc_bus2: sfc-bus2 {
738 sfc_cs0: sfc-cs0 {
743 sfc_clk: sfc-clk {
/linux-6.3-rc2/arch/m68k/kernel/
A Dsun3-head.S41 movec %d0, %sfc
/linux-6.3-rc2/sound/firewire/digi00x/
A Damdtp-dot.c130 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_dot_set_parameters()
245 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()

Completed in 51 milliseconds

123