Home
last modified time | relevance | path

Searched full:spib (Results 1 – 19 of 19) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-pcm.c137 /* enable SPIB when rewinds are disabled */ in hda_dsp_pcm_hw_params()
152 /* update SPIB register with appl position */
158 u32 spib; in hda_dsp_pcm_ack() local
163 spib = appl_pos % buf_size; in hda_dsp_pcm_ack()
165 /* Allowable value for SPIB is 1 byte to max buffer size */ in hda_dsp_pcm_ack()
166 if (!spib) in hda_dsp_pcm_ack()
167 spib = buf_size; in hda_dsp_pcm_ack()
169 sof_io_write(sdev, hstream->spib_addr, spib); in hda_dsp_pcm_ack()
H A Dhda-stream.c195 dev_err(sdev->dev, "error: address of spib capability is NULL\n"); in hda_dsp_stream_spib_config()
201 /* enable/disable SPIB for the stream */ in hda_dsp_stream_spib_config()
206 /* set the SPIB value */ in hda_dsp_stream_spib_config()
945 /* do we support SPIB */ in hda_dsp_stream_init()
H A Dhda-ctrl.c99 dev_dbg(sdev->dev, "found SPIB capability at 0x%x\n", in hda_dsp_ctrl_get_caps()
/linux/Documentation/spi/
H A Dspi-summary.rst170 /sys/devices/.../CTLR/spiB.C ... spi_device on bus "B",
173 /sys/bus/spi/devices/spiB.C ... symlink to that physical
174 .../CTLR/spiB.C device
176 /sys/devices/.../CTLR/spiB.C/modalias ... identifies the driver
181 /sys/class/spi_master/spiB ... symlink to a logical node which could hold
183 All spiB.* devices share one physical SPI bus segment, with SCLK,
194 /sys/class/spi_slave/spiB ... symlink to a logical node which could hold
196 registered, a single spiB.* device is present here, possible sharing
199 At this time, the only class-specific state is the bus number ("B" in "spiB"),
H A Dspidev.rst66 echo spidev > /sys/bus/spi/devices/spiB.C/driver_override
67 echo spiB.C > /sys/bus/spi/drivers/spidev/bind
81 /sys/devices/.../spiB.C ...
/linux/sound/soc/intel/avs/
H A Dloader.c384 /* enable SPIB for hda stream */ in avs_hda_load_basefw()
416 /* disable SPIB for hda stream */ in avs_hda_load_basefw()
452 /* enable SPIB for hda stream */ in avs_hda_load_library()
467 /* disable SPIB for hda stream */ in avs_hda_load_library()
H A Dcldma.c247 /* enable spib */ in hda_cldma_setup()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts179 nvidia,pins = "spia", "spib", "spic";
225 nvidia,pins = "csus", "spia", "spib",
H A Dtegra20-tamonten.dtsi52 "spia", "spib", "spic";
189 "rm", "slxa", "slxk", "spia", "spib",
H A Dtegra20-paz00.dts61 "spib", "spic", "spid", "spie";
223 nvidia,pins = "csus", "spia", "spib", "spid",
H A Dtegra20-ventana.dts68 "spib", "spic";
220 "gpv", "owc", "spia", "spib", "spic",
H A Dtegra20-harmony.dts66 "spia", "spib", "spic";
207 "slxk", "spia", "spib", "uac";
H A Dtegra20-seaboard.dts66 "spib", "spic";
218 "gpv", "owc", "slxc", "spib", "spid",
H A Dtegra20-asus-tf101.dts121 "spib", "spic";
313 "owc", "spia", "spib", "spic",
H A Dtegra20-acer-a500-picasso.dts109 "spib", "spic";
261 "gmd", "owc", "spia", "spib", "spic",
H A Dtegra20-colibri.dtsi113 "irrx", "irtx", "spia", "spib",
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml44 spib, spic, spid, spie, spif, spig, spih, uaa, uab, uac,
/linux/sound/hda/
H A Dhdac_controller.c459 /* SPIB capability found, handler function */ in snd_hdac_bus_parse_capabilities()
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c2139 MUX_PG(spib, SPI1, SPI2, SPI3, GMI, 0x18, 11, 0x8c, 28, 0xa8, 6),