Searched +full:0 +full:x596e8000 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8-ss-audio.dtsi | 14 ranges = <0x59000000 0x0 0x59000000 0x1000000>; 18 #clock-cells = <0>; 25 reg = <0x59580000 0x10000>; 40 reg = <0x59590000 0x10000>; 50 reg = <0x596e8000 0x88000>; 61 mboxes = <&lsio_mu13 2 0>, 63 <&lsio_mu13 3 0>,
|
/Linux-v6.1/Documentation/devicetree/bindings/dsp/ |
D | fsl,dsp.yaml | 155 reg = <0x596e8000 0x88000>; 165 mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>; 171 reg = <0x92400000 0x1000000>; 175 reg = <0x942f0000 0x8000>; 179 reg = <0x942f8000 0x8000>; 184 reg = <0x94300000 0x100000>; 190 reg = <0x3b6e8000 0x88000>; 199 mboxes = <&mu2 0 0>, 200 <&mu2 1 0>, 201 <&mu2 3 0>;
|
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/ |
D | arm,mhuv2.yaml | 74 version MHUv2.0, but the later versions do have it. 96 The first field of a tuple signifies the transfer protocol, 0 is reserved 114 arm,mhuv2-protocols = <0 2>, <1 1>, <1 5>, <1 7>; 126 - enum: [ 0, 1 ] 127 - minimum: 0 136 relevant in doorbell protocol, should be 0 otherwise) represents the 142 mboxes = <&mhu 0 5>; // Channel Window Group 0, doorbell 5. 144 mboxes = <&mhu 2 0>; // Channel Window Group 2, data transfer protocol with 1 window. 145 mboxes = <&mhu 3 0>; // Channel Window Group 3, data transfer protocol with 5 windows. 146 mboxes = <&mhu 4 0>; // Channel Window Group 4, data transfer protocol with 7 windows. [all …]
|
/Linux-v6.1/drivers/remoteproc/ |
D | imx_dsp_rproc.c | 31 #define REMOTE_IS_READY BIT(0) 42 #define IMX8M_DAP_DEBUG 0x28800000 44 #define IMX8M_DAP_PWRCTL (0x4000 + 0x3020) 48 #define IMX8M_AudioDSP_REG0 0x100 49 #define IMX8M_AudioDSP_REG1 0x104 50 #define IMX8M_AudioDSP_REG2 0x108 51 #define IMX8M_AudioDSP_REG3 0x10c 57 #define IMX8ULP_SIM_LPAV_REG_SYSCTRL0 0x8 66 #define IMX8ULP_SIP_HIFI_XRDC 0xc200000e 82 RP_MBOX_SUSPEND_SYSTEM = 0xFF11, [all …]
|