summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/imx6_anatopvar.h
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2015-01-24 13:07:07 +0000
committerbr <br@FreeBSD.org>2015-01-24 13:07:07 +0000
commitb126e557b253b006789504806612c8f6dc907bbe (patch)
treeb35a2d9d1081351cdf0595352e471edd7cc62e26 /sys/arm/freescale/imx/imx6_anatopvar.h
parentb8f7b5ec8d512cfc097c9038c760c6ab3382a28b (diff)
downloadFreeBSD-src-b126e557b253b006789504806612c8f6dc907bbe.zip
FreeBSD-src-b126e557b253b006789504806612c8f6dc907bbe.tar.gz
Add support for audio transmitting, include drivers for:
o Digital Audio Multiplexer (AUDMUX) o Smart Direct Memory Access Controller (SDMA) o Synchronous Serial Interface (SSI) Disable by default as it depends on SDMA firmware. Sponsored by: Machdep, Inc.
Diffstat (limited to 'sys/arm/freescale/imx/imx6_anatopvar.h')
-rw-r--r--sys/arm/freescale/imx/imx6_anatopvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/freescale/imx/imx6_anatopvar.h b/sys/arm/freescale/imx/imx6_anatopvar.h
index 5ede711..4ebe672 100644
--- a/sys/arm/freescale/imx/imx6_anatopvar.h
+++ b/sys/arm/freescale/imx/imx6_anatopvar.h
@@ -42,4 +42,6 @@ void imx6_anatop_write_4(bus_size_t _offset, uint32_t _value);
uint32_t imx6_get_cpu_clock(void);
+uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
+
#endif
OpenPOWER on IntegriCloud