Searched +full:tdm +full:- +full:data +full:- +full:align (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-ports.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>18 - qcom,q6afe-dais20 '#sound-dai-cells':23 '#address-cells':26 '#size-cells':31 '^dai@[0-9]+$':[all …]
1 // SPDX-License-Identifier: GPL-2.02 // Copyright (c) 2011-2017, The Linux Foundation. All rights reserved.5 #include <dt-bindings/sound/qcom,q6afe.h>15 #include "q6dsp-lpass-ports.h"16 #include "q6dsp-common.h"42 struct q6afe_dai_data *dai_data = dev_get_drvdata(dai->dev); in q6slim_hw_params()43 struct q6afe_slim_cfg *slim = &dai_data->port_config[dai->id].slim; in q6slim_hw_params()45 slim->sample_rate = params_rate(params); in q6slim_hw_params()50 slim->bit_width = 16; in q6slim_hw_params()53 slim->bit_width = 24; in q6slim_hw_params()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */42 /* String used in pvrdebug -h output */100 u32 data __aligned(8);140 /* Firmware per-DM HWR states */155 /* DM was identified as over-running and causing HWR */157 /* DM was innocently affected by another DM over-running which caused HWR */172 /* Firmware is clearing up connection data*/210 /* firmware trace control data */223 /* firmware system data shared with the Host driver */270 /* Identify whether MC config is P-P or P-S */[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd. */20 /* MSI-X capability fields masks */96 #define WX_GPIO_DR_0 BIT(0) /* SDP0 Data Value */97 #define WX_GPIO_DR_1 BIT(1) /* SDP1 Data Value */115 /* TDM CTL BIT */391 #define WX_PX_TR_CFG_SWFLSH BIT(26) /* Tx Desc. wr-bk flushing */446 #define WX_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024))495 #define WX_RX_BUFSZ ALIGN(WX_MAX_RXBUFFER / MAX_SKB_FRAGS, 1024)563 /* Packet type non-ip values */[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/9 #include <linux/dma-mapping.h>14 #include <linux/media-bus-format.h>79 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.82 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.155 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.158 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.244 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.247 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.[all …]