Home
last modified time | relevance | path

Searched full:ao (Results 1 – 25 of 144) sorted by relevance

123456

/Linux-v6.1/drivers/comedi/drivers/
Dni_at_ao.c4 * Driver for NI AT-AO-6/10 boards
12 * Description: National Instruments AT-AO-6/10
13 * Devices: [National Instruments] AT-AO-6 (at-ao-6), AT-AO-10 (at-ao-10)
97 .name = "at-ao-6",
100 .name = "at-ao-10",
205 * 0 - DAC0 Chan 0 0x30 AO Channel 0 Offset
206 * 1 - DAC0 Chan 1 0x31 AO Channel 0 Gain
207 * 2 - DAC0 Chan 2 0x32 AO Channel 1 Offset
208 * 3 - DAC0 Chan 3 0x33 AO Channel 1 Gain
209 * 4 - DAC0 Chan 4 0x34 AO Channel 2 Offset
[all …]
Dcb_pcimdda.c19 * This board has 6 16-bit AO channels, and the usual 8255 DIO setup.
23 * The board has a peculiar way of specifying AO gain/range settings -- You have
24 * 1 jumper bank on the card, which either makes all 6 AO channels either
33 * state is also completely invisible to software. It toggles two possible AO
36 * - Update Mode: Writing to an AO channel instantaneously updates the actual
38 * - Simultaneous XFER Mode: Writing to an AO channel has no effect until
39 * you read from any one of the AO channels. This is useful for loading
40 * all 6 AO values, and then reading from any one of the AO channels on the
41 * device to instantly update all 6 AO values in unison. Useful for some
44 * then issue one comedi_data_read() on any channel on the AO subdevice
Ddas08_isa.c18 * DAS08-AOL (das08-aol), DAS08-AOM (das08-aom), DAS08/JR-AO (das08/jr-ao),
19 * DAS08/JR-16-AO (das08jr-16-ao), PC104-DAS08 (pc104-das08),
116 /* cio-das08-jr-ao.pdf */
117 .name = "das08/jr-ao",
127 /* cio-das08jr-16-ao.pdf */
128 .name = "das08jr-16-ao",
Dpcmda12.c4 * Driver for Winsystems PC-104 based PCM-D/A-12 8-channel AO board.
31 * enable "simultaneous xfer" mode for this board, in which AO writes
32 * will not take effect until a subsequent read of any AO channel. This
33 * is so that one can speed up programming by preloading all AO registers
76 * mode by reading one of the AO registers. in pcmda12_ao_insn_write()
95 * AO registers. All analog outputs will then be updated. in pcmda12_ao_insn_read()
112 /* Initiate transfer by reading one of the AO registers. */ in pcmda12_ao_reset()
Ddas1800.c15 * DAS-1701ST-DA (das-1701st-da), DAS-1701/AO (das-1701ao),
18 * DAS-1702/AO (das-1702ao), DAS-1801ST (das-1801st),
20 * DAS-1801AO (das-1801ao), DAS-1802ST (das-1802st),
23 * DAS-1802AO (das-1802ao)
68 * The waveform analog output on the 'ao' cards is not supported.
170 * The waveform analog outputs on the 'ao' boards are not currently
245 .name = "das-1701ao",
251 .name = "das-1702ao",
299 .name = "das-1801ao",
305 .name = "das-1802ao",
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/media/
Damlogic,meson-gx-ao-cec.yaml5 $id: "http://devicetree.org/schemas/media/amlogic,meson-gx-ao-cec.yaml#"
8 title: Amlogic Meson AO-CEC Controller
14 The Amlogic Meson AO-CEC module is present is Amlogic SoCs and its purpose is
20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module
21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module
22 - amlogic,meson-sm1-ao-cec # SM1 AO_CEC_B module
46 - amlogic,meson-gx-ao-cec
52 - description: AO-CEC clock
63 - amlogic,meson-g12a-ao-cec
64 - amlogic,meson-sm1-ao-cec
[all …]
Damlogic,gx-vdec.yaml77 amlogic,ao-sysctrl:
121 - amlogic,ao-sysctrl
138 amlogic,ao-sysctrl = <&sysctrl_AO>;
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Damlogic,meson-mx-ao-arc.yaml4 $id: "http://devicetree.org/schemas/remoteproc/amlogic,meson-mx-ao-arc.yaml#"
7 title: Amlogic Meson AO ARC Remote Processor bindings
23 - amlogic,meson8-ao-arc
24 - amlogic,meson8b-ao-arc
25 - const: amlogic,meson-mx-ao-arc
78 compatible= "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
/Linux-v6.1/Documentation/devicetree/bindings/arm/amlogic/
Damlogic,meson-gx-ao-secure.yaml5 $id: "http://devicetree.org/schemas/arm/amlogic/amlogic,meson-gx-ao-secure.yaml#"
22 const: amlogic,meson-gx-ao-secure
29 - const: amlogic,meson-gx-ao-secure
50 ao-secure@140 {
51 compatible = "amlogic,meson-gx-ao-secure", "syscon";
/Linux-v6.1/Documentation/sound/cards/
Daudiophile-usb.rst39 * Analog Stereo Output (Ao)
59 - Ai+Ao+Di+Do
64 - Ai+Ao+Do or Ai+Di+Ao or Ai+Di+Do or Di+Ao+Do
68 - Ai or Ao or Di or Do
127 * hw:1,0 is Ao in playback and Di in capture
142 * playing a S24_3BE encoded raw file to the Ao port::
198 - Ai,Ao,Do can be used at the same time
205 - Ai,Ao,Di,Do can be used at the same time
235 - Ai,Ao,Do can be used at the same time
242 - 3 ports from {Ai,Ao,Di,Do} can be used at the same time
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Damlogic,gxbb-aoclkc.txt1 * Amlogic GXBB AO Clock and Reset Unit
3 The Amlogic GXBB AO clock controller generates and supplies clock to various
38 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"
39 - reg: base address and size of the AO system control register space.
41 Example: AO Clock controller node:
44 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
/Linux-v6.1/Documentation/devicetree/bindings/pwm/
Dpwm-meson.txt7 or "amlogic,meson-gxbb-ao-pwm"
9 or "amlogic,meson-axg-ao-pwm"
11 or "amlogic,meson-g12a-ao-pwm-ab"
12 or "amlogic,meson-g12a-ao-pwm-cd"
/Linux-v6.1/drivers/media/cec/platform/
DKconfig18 tristate "Amlogic Meson AO CEC driver"
23 This is a driver for Amlogic Meson SoCs AO CEC interface. It uses the
28 tristate "Amlogic Meson G12A AO CEC driver"
36 This is a driver for Amlogic Meson G12A SoCs AO CEC interface.
37 This driver if for the new AO-CEC module found in G12A SoCs,
/Linux-v6.1/Documentation/devicetree/bindings/thermal/
Damlogic,thermal.yaml31 amlogic,ao-secure:
32 description: phandle to the ao-secure syscon
43 - amlogic,ao-secure
56 amlogic,ao-secure = <&sec_AO>;
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi1549 amlogic,ao-secure = <&sec_AO>;
1559 amlogic,ao-secure = <&sec_AO>;
1617 amlogic,ao-sysctrl = <&rti>;
1716 compatible = "amlogic,meson-gx-ao-sysctrl",
1785 mclk0_ao_pins: mclk0-ao {
1794 tdm_ao_b_din0_pins: tdm-ao-b-din0 {
1802 spdif_ao_out_pins: spdif-ao-out {
1811 tdm_ao_b_din1_pins: tdm-ao-b-din1 {
1819 tdm_ao_b_din2_pins: tdm-ao-b-din2 {
1827 tdm_ao_b_dout0_pins: tdm-ao-b-dout0 {
[all …]
Dmeson-gx.dtsi452 compatible = "amlogic,meson-gx-ao-sysctrl", "simple-mfd", "syscon";
463 compatible = "amlogic,meson-gx-ao-cec";
469 sec_AO: ao-secure@140 {
470 compatible = "amlogic,meson-gx-ao-secure", "syscon";
476 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart";
483 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart";
499 compatible = "amlogic,meson-gx-ao-pwm", "amlogic,meson-gxbb-ao-pwm";
523 amlogic,ao-sysctrl = <&sysctrl_AO>;
567 amlogic,ao-sysctrl = <&sysctrl_AO>;
/Linux-v6.1/Documentation/devicetree/bindings/power/
Damlogic,meson-ee-pwrc.yaml55 amlogic,ao-sysctrl:
56 description: phandle to the AO sysctrl node
158 - amlogic,ao-sysctrl
167 amlogic,ao-sysctrl = <&rti>;
Damlogic,meson-gx-pwrc.txt31 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"
32 - reg: base address and size of the AO system control register space.
38 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
/Linux-v6.1/drivers/remoteproc/
Dmeson_mx_ao_arc.c154 rproc = devm_rproc_alloc(dev, "meson-mx-ao-arc", in meson_mx_ao_arc_rproc_probe()
243 { .compatible = "amlogic,meson8-ao-arc" },
244 { .compatible = "amlogic,meson8b-ao-arc" },
253 .name = "meson-mx-ao-arc-rproc",
259 MODULE_DESCRIPTION("Amlogic Meson6/8/8b/8m2 AO ARC remote processor driver");
/Linux-v6.1/drivers/media/cec/platform/meson/
DMakefile2 obj-$(CONFIG_CEC_MESON_AO) += ao-cec.o
3 obj-$(CONFIG_CEC_MESON_G12A_AO) += ao-cec-g12a.o
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c50 u32 ao = 0; in gp102_grctx_generate_attrib() local
51 u32 bo = ao + size; in gp102_grctx_generate_attrib()
84 mmio_wr32(info, o + 0xf8, ao); in gp102_grctx_generate_attrib()
85 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
Dctxgp100.c54 u32 ao = 0; in gp100_grctx_generate_attrib() local
55 u32 bo = ao + size; in gp100_grctx_generate_attrib()
85 mmio_wr32(info, o + 0xf8, ao); in gp100_grctx_generate_attrib()
86 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib()
/Linux-v6.1/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra186-pmc.yaml91 sdmmc1-hv, sdmmc3-hv, conn, audio-hv, ao-hv
102 audio-hv, ao-hv
130 except for ao-hv. Following pads have software configurable
132 audio-hv, ao-hv.
/Linux-v6.1/arch/arm/boot/dts/
Dmeson8.dtsi356 gpio_ao: ao-bank@14 {
374 i2s_out_ao_clk_pins: i2s-ao-clk-out {
422 pwm_f_ao_pins: pwm-f-ao {
433 compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
575 ao_arc_sram: ao-arc-sram@0 {
576 compatible = "amlogic,meson8-ao-arc-sram";
622 amlogic,ao-sysctrl = <&pmu>;
739 compatible = "amlogic,meson8-uart", "amlogic,meson-ao-uart";
Dmeson8b.dtsi318 gpio_ao: ao-bank@14 {
336 i2s_out_ao_clk_pins: i2s-ao-clk-out {
387 compatible = "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc";
538 ao_arc_sram: ao-arc-sram@0 {
539 compatible = "amlogic,meson8b-ao-arc-sram";
600 amlogic,ao-sysctrl = <&pmu>;
727 compatible = "amlogic,meson8b-uart", "amlogic,meson-ao-uart";

123456