Lines Matching +full:0 +full:xff340000

38 #define SST_BYT_IRAM_PHY_START	0xff2c0000
39 #define SST_BYT_IRAM_PHY_END 0xff2d4000
40 #define SST_BYT_DRAM_PHY_START 0xff300000
41 #define SST_BYT_DRAM_PHY_END 0xff320000
42 #define SST_BYT_IMR_VIRT_START 0xc0000000 /* virtual addr in LPE */
43 #define SST_BYT_IMR_VIRT_END 0xc01fffff
44 #define SST_BYT_SHIM_PHY_ADDR 0xff340000
45 #define SST_BYT_MBOX_PHY_ADDR 0xff344000
46 #define SST_BYT_DMA0_PHY_ADDR 0xff298000
47 #define SST_BYT_DMA1_PHY_ADDR 0xff29c000
48 #define SST_BYT_SSP0_PHY_ADDR 0xff2a0000
49 #define SST_BYT_SSP2_PHY_ADDR 0xff2a2000
51 #define BYT_FW_MOD_TABLE_OFFSET 0x80000
52 #define BYT_FW_MOD_TABLE_SIZE 0x100
68 .num_probes = 0,
73 .ipc_offset = 0,
74 .mbox_recv_off = 0x400,
86 .shim_offset = 0x140000,
87 .shim_size = 0x000100,
89 .ssp0_offset = 0xa0000,
90 .ssp0_size = 0x1000,
91 .dma0_offset = 0x98000,
92 .dma0_size = 0x4000,
93 .dma1_offset = 0x9c000,
94 .dma1_size = 0x4000,
95 .iram_offset = 0x0c0000,
96 .iram_size = 0x14000,
97 .dram_offset = 0x100000,
98 .dram_size = 0x28000,
99 .mbox_offset = 0x144000,
100 .mbox_size = 0x1000,
101 .acpi_lpe_res_index = 0,
108 .shim_offset = 0x140000,
109 .shim_size = 0x000100,
111 .ssp0_offset = 0xa0000,
112 .ssp0_size = 0x1000,
113 .dma0_offset = 0x98000,
114 .dma0_size = 0x4000,
115 .dma1_offset = 0x9c000,
116 .dma1_size = 0x4000,
117 .iram_offset = 0x0c0000,
118 .iram_size = 0x14000,
119 .dram_offset = 0x100000,
120 .dram_size = 0x28000,
121 .mbox_offset = 0x144000,
122 .mbox_size = 0x1000,
123 .acpi_lpe_res_index = 0,
125 .acpi_ipc_irq_index = 0
130 .shim_offset = 0x140000,
131 .shim_size = 0x000100,
133 .ssp0_offset = 0xa0000,
134 .ssp0_size = 0x1000,
135 .dma0_offset = 0x98000,
136 .dma0_size = 0x4000,
137 .dma1_offset = 0x9c000,
138 .dma1_size = 0x4000,
139 .iram_offset = 0x0c0000,
140 .iram_size = 0x14000,
141 .dram_offset = 0x100000,
142 .dram_size = 0x28000,
143 .mbox_offset = 0x144000,
144 .mbox_size = 0x1000,
146 .acpi_ddr_index = 0,
147 .acpi_ipc_irq_index = 0
250 if (ctx->irq_num <= 0) in sst_platform_get_resources()
251 return ctx->irq_num < 0 ? ctx->irq_num : -EIO; in sst_platform_get_resources()
253 return 0; in sst_platform_get_resources()
259 int ret = 0; in sst_acpi_probe()
297 dev_id = 0x80860F28; in sst_acpi_probe()
315 rsrc->end = rsrc->start + 0x200000 - 1; in sst_acpi_probe()
318 if (ret < 0) { in sst_acpi_probe()
330 if (ret < 0) in sst_acpi_probe()
338 NULL, 0); in sst_acpi_probe()
366 if (ret < 0) in sst_acpi_probe()