Searched refs:mcpdm (Results 1 – 11 of 11) sorted by relevance
/linux/sound/soc/ti/ |
H A D | omap-mcpdm.c | 67 static inline void omap_mcpdm_write(struct omap_mcpdm *mcpdm, u16 reg, u32 val) in omap_mcpdm_write() argument 69 writel_relaxed(val, mcpdm->io_base + reg); in omap_mcpdm_write() 72 static inline int omap_mcpdm_read(struct omap_mcpdm *mcpdm, u16 reg) in omap_mcpdm_read() argument 74 return readl_relaxed(mcpdm->io_base + reg); in omap_mcpdm_read() 78 static void omap_mcpdm_reg_dump(struct omap_mcpdm *mcpdm) in omap_mcpdm_reg_dump() argument 80 dev_dbg(mcpdm->dev, "***********************\n"); in omap_mcpdm_reg_dump() 81 dev_dbg(mcpdm->dev, "IRQSTATUS_RAW: 0x%04x\n", in omap_mcpdm_reg_dump() 82 omap_mcpdm_read(mcpdm, MCPDM_REG_IRQSTATUS_RAW)); in omap_mcpdm_reg_dump() 83 dev_dbg(mcpdm->dev, "IRQSTATUS: 0x%04x\n", in omap_mcpdm_reg_dump() 84 omap_mcpdm_read(mcpdm, MCPDM_REG_IRQSTATUS)); in omap_mcpdm_reg_dump() [all …]
|
H A D | Makefile | 17 snd-soc-omap-mcpdm-y := omap-mcpdm.o 23 obj-$(CONFIG_SND_SOC_OMAP_MCPDM) += snd-soc-omap-mcpdm.o
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-mcpdm.dtsi | 3 * Common omap4 mcpdm configuration 6 * pmic to ABE as mcpdm uses an external clock for the module. 10 mcpdm_pins: mcpdm-pins { 41 &mcpdm {
|
H A D | omap4-duovero.dtsi | 7 #include "omap4-mcpdm.dtsi" 28 ti,mcpdm = <&mcpdm>;
|
H A D | omap4-var-som-om44.dtsi | 7 #include "omap4-mcpdm.dtsi" 23 ti,mcpdm = <&mcpdm>;
|
H A D | omap5-board-common.dtsi | 125 ti,mcpdm = <&mcpdm>; 165 mcpdm_pins: mcpdm-pins { 667 &mcpdm {
|
H A D | omap4-panda-common.dtsi | 7 #include "omap4-mcpdm.dtsi" 86 ti,mcpdm = <&mcpdm>;
|
H A D | omap5-l4-abe.dtsi | 274 mcpdm: mcpdm@0 { label 275 compatible = "ti,omap4-mcpdm";
|
H A D | omap4-sdp.dts | 9 #include "omap4-mcpdm.dtsi" 126 ti,mcpdm = <&mcpdm>;
|
H A D | omap4-l4-abe.dtsi | 311 mcpdm: mcpdm@0 { label 312 compatible = "ti,omap4-mcpdm";
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | omap-abe-twl6040.txt | 7 - ti,mcpdm: phandle for the McPDM node 65 ti,mcpdm = <&mcpdm>;
|