Lines Matching +full:0 +full:x01800000
18 #define PTE_GRP1_OFFSET 0x00000000
19 #define PTE_GRP2_OFFSET 0x00800000
20 #define PTE_GRP3_OFFSET 0x01000000
21 #define PTE_GRP4_OFFSET 0x01800000
22 #define PTE_GRP5_OFFSET 0x02000000
23 #define PTE_GRP6_OFFSET 0x02800000
24 #define PTE_GRP7_OFFSET 0x03000000
25 #define PTE_GRP8_OFFSET 0x03800000
106 for (page_idx = 0; page_idx < stream->num_pages; page_idx++) { in acp_dsp_stream_config()
124 return 0; in acp_dsp_stream_config()
133 for (i = 0; i < ACP_MAX_STREAM; i++, stream++) { in acp_dsp_stream_get()
163 for (i = 0; i < ACP_MAX_STREAM; i++, stream++) { in acp_dsp_stream_put()
165 stream->active = 0; in acp_dsp_stream_put()
166 return 0; in acp_dsp_stream_put()
180 for (i = 0; i < ACP_MAX_STREAM; i++) { in acp_dsp_stream_init()
182 adata->stream_buf[i].active = 0; in acp_dsp_stream_init()
185 return 0; in acp_dsp_stream_init()