Lines Matching +full:0 +full:x04
17 #define CHANNEL_MASK 0x55
20 0x00, 0x01, 0x00, 0x01, 0x02, 0x03, 0x02, 0x03,
21 0x00, 0x01, 0x00, 0x01, 0x02, 0x03, 0x02, 0x03,
22 0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
23 0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
24 0x00, 0x01, 0x00, 0x01, 0x02, 0x03, 0x02, 0x03,
25 0x00, 0x01, 0x00, 0x01, 0x02, 0x03, 0x02, 0x03,
26 0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
27 0x04, 0x05, 0x04, 0x05, 0x06, 0x07, 0x06, 0x07,
28 0x08, 0x09, 0x08, 0x09, 0x0a, 0x0b, 0x0a, 0x0b,
29 0x08, 0x09, 0x08, 0x09, 0x0a, 0x0b, 0x0a, 0x0b,
30 0x0c, 0x0d, 0x0c, 0x0d, 0x0e, 0x0f, 0x0e, 0x0f,
31 0x0c, 0x0d, 0x0c, 0x0d, 0x0e, 0x0f, 0x0e, 0x0f,
32 0x08, 0x09, 0x08, 0x09, 0x0a, 0x0b, 0x0a, 0x0b,
33 0x08, 0x09, 0x08, 0x09, 0x0a, 0x0b, 0x0a, 0x0b,
34 0x0c, 0x0d, 0x0c, 0x0d, 0x0e, 0x0f, 0x0e, 0x0f,
35 0x0c, 0x0d, 0x0c, 0x0d, 0x0e, 0x0f, 0x0e, 0x0f
53 TPDMFilter_InitStruct *pdm_filter = &data->pdm_filter[0]; in sw_filter_lib_init()
70 return 0; in sw_filter_lib_init()
73 for (i = 0; i < cfg->channel.req_num_chan; i++) { in sw_filter_lib_init()
101 for (i = 0; i < pdm_size/2; i++) { in sw_filter_lib_run()
102 switch (pdm_filter[0].In_MicChannels) { in sw_filter_lib_run()
108 if (pdm_filter[0].In_MicChannels > 1) { in sw_filter_lib_run()
122 for (j = 0; j < pcm_size / 2; j += pdm_filter[0].Fs / 1000) { in sw_filter_lib_run()
129 pdm_offset = j * (pdm_filter[0].Decimation / 8) * pdm_filter[0].In_MicChannels; in sw_filter_lib_run()
131 for (i = 0; i < pdm_filter[0].In_MicChannels; i++) { in sw_filter_lib_run()
132 switch (pdm_filter[0].Decimation) { in sw_filter_lib_run()
153 return 0; in sw_filter_lib_run()
174 return 0; in mpxxdtyy_initialize()
178 .comm_master = DEVICE_DT_GET(DT_INST_BUS(0)),
183 DEVICE_DT_INST_DEFINE(0, mpxxdtyy_initialize, NULL, &mpxxdtyy_data,