Home
last modified time | relevance | path

Searched +full:aac +full:- +full:mode (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dlinit.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
65 "HP NetRAID-4M, IBM ServeRAID & ICP SCSI driver");
76 * become important. Check for on-board Raid first, add-in cards second.
94 { 0x9005, 0x0285, 0x9005, 0x0287, 0, 0, 13 }, /* Adaptec 2200S (Vulcan-2m) */
100 { 0x9005, 0x0285, 0x9005, 0x028a, 0, 0, 18 }, /* ASR-2020ZCR SCSI PCI-X ZCR (Skyhawk) */
101 { 0x9005, 0x0285, 0x9005, 0x028b, 0, 0, 19 }, /* ASR-2025ZCR SCSI SO-DIMM PCI-X ZCR (Terminator) */
[all …]
H A Dcommsup.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
42 * fib_map_alloc - allocate the fib objects
51 if (dev->max_fib_size > AAC_MAX_NATIVE_SIZE) in fib_map_alloc()
52 dev->max_cmd_size = AAC_MAX_NATIVE_SIZE; in fib_map_alloc()
54 dev->max_cmd_size = dev->max_fib_size; in fib_map_alloc()
55 if (dev->max_fib_size < AAC_MAX_NATIVE_SIZE) { in fib_map_alloc()
[all …]
H A Dcomminit.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
59 const unsigned long fibsize = dev->max_fib_size; in aac_alloc_comm()
66 if ((dev->comm_interface == AAC_COMM_MESSAGE_TYPE1) || in aac_alloc_comm()
67 (dev->comm_interface == AAC_COMM_MESSAGE_TYPE2) || in aac_alloc_comm()
68 (dev->comm_interface == AAC_COMM_MESSAGE_TYPE3 && in aac_alloc_comm()
69 !dev->sa_firmware)) { in aac_alloc_comm()
[all …]
H A Dsa.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
53 } else if (intstat & DOORBELL_1) { // dev -> Host Normal Command Ready in aac_sa_intr()
55 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]); in aac_sa_intr()
56 } else if (intstat & DOORBELL_2) { // dev -> Host Normal Response Ready in aac_sa_intr()
58 aac_response_normal(&dev->queues->queue[HostNormRespQueue]); in aac_sa_intr()
59 } else if (intstat & DOORBELL_3) { // dev -> Host Normal Command Not Full in aac_sa_intr()
[all …]
H A Drx.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
46 if (likely(intstat & ~(dev->OIMR))) { in aac_rx_intr_producer()
49 aac_printf(dev, readl (&dev->IndexRegs->Mailbox[5])); in aac_rx_intr_producer()
55 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]); in aac_rx_intr_producer()
59 aac_response_normal(&dev->queues->queue[HostNormRespQueue]); in aac_rx_intr_producer()
113 * aac_rx_disable_interrupt - Disable interrupts
[all …]
H A Daachba.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
41 #define INQD_PDT_DA 0x00 /* Direct-access (DISK) device */
144 /*------------------------------------------------------------------------------
146 *----------------------------------------------------------------------------*/
151 u8 inqd_ver; /* ISO version | ECMA version | ANSI-approved version */
153 u8 inqd_len; /* Additional length (n-4) */
[all …]
H A Dsrc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
42 int isFastResponse, mode; in aac_src_intr_message() local
46 dev = ctx->dev; in aac_src_intr_message()
47 vector_no = ctx->vector_no; in aac_src_intr_message()
49 if (dev->msi_enabled) { in aac_src_intr_message()
50 mode = AAC_INT_MODE_MSI; in aac_src_intr_message()
[all …]
H A Daacraid.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Adaptec AAC series RAID controller driver
9 * Copyright (c) 2000-2010 Adaptec, Inc.
10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
33 /*------------------------------------------------------------------------------
35 *----------------------------------------------------------------------------*/
60 /* Bit definitions in IOA->Host Interrupt Register */
89 # define AAC_DRIVER_BRANCH "-custom"
94 #define AAC_NUM_IO_FIB (1024 - AAC_NUM_MGT_FIB)
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Ddongwoon,dw9768.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Dongchun Zhu <dongchun.zhu@mediatek.com>
13 description: |-
14 The Dongwoon DW9768 is a single 10-bit digital-to-analog (DAC) converter
16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
18 integrates Advanced Actuator Control (AAC) technology and is intended for
24 - dongwoon,dw9768 # for DW9768 VCM
25 - giantec,gt9769 # for GT9769 VCM
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ddw9768.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <media/v4l2-async.h>
10 #include <media/v4l2-ctrls.h>
11 #include <media/v4l2-device.h>
12 #include <media/v4l2-fwnode.h>
13 #include <media/v4l2-subdev.h>
16 #define DW9768_MAX_FOCUS_POS (1024 - 1)
26 * 0: Direct mode
27 * 1: AAC mode (ringing control mode)
29 * 0: Normal operation mode
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dcompress_params.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */
3 * compress_params.h - codec types and parameters for compressed data
7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
23 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
30 * Copyright (c) 2007-2010 The Khronos Group Inc.
120 /* AAC modes are required for encoders and decoders */
132 /* AAC formats are required for encoders and decoders */
194 /* IEC61937 with S/PDIF preambles+CUVP bits in 32-bit containers */
199 * will only happen on the DSP side with mode 0. The PCM mode should
243 __u32 super_block_align; /* WMA Type-specific data */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dcompress_params.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */
3 * compress_params.h - codec types and parameters for compressed data
7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
23 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
30 * Copyright (c) 2007-2010 The Khronos Group Inc.
120 /* AAC modes are required for encoders and decoders */
132 /* AAC formats are required for encoders and decoders */
194 /* IEC61937 with S/PDIF preambles+CUVP bits in 32-bit containers */
199 * will only happen on the DSP side with mode 0. The PCM mode should
243 __u32 super_block_align; /* WMA Type-specific data */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dcompress_params.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */
3 * compress_params.h - codec types and parameters for compressed data
7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
23 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
30 * Copyright (c) 2007-2010 The Khronos Group Inc.
122 /* AAC modes are required for encoders and decoders */
134 /* AAC formats are required for encoders and decoders */
199 /* IEC61937 with S/PDIF preambles+CUVP bits in 32-bit containers */
204 * will only happen on the DSP side with mode 0. The PCM mode should
248 __u32 super_block_align; /* WMA Type-specific data */
[all …]
/OK3568_Linux_fs/kernel/sound/soc/intel/catpt/
H A Dmessages.h1 /* SPDX-License-Identifier: GPL-2.0-only */
124 CATPT_CHANNEL_CONFIG_3_POINT_0 = 3, /* L, C & R; MP3 & AAC only */
127 CATPT_CHANNEL_CONFIG_4_POINT_0 = 6, /* L, C, R & Cs; MP3 & AAC only */
243 u32 mode; member
330 /* STREAM messages - STAGE subtype */
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/
H A DREADME.md9 * URI: git://git.openembedded.org/openembedded-core
10 - branch: master
11 - revision: HEAD
13 * URI: git://git.openembedded.org/meta-openembedded
14 - layers: meta-oe
15 - branch: master
16 - revision: HEAD
18 * URI: git://github.com/kraj/meta-clang
19 - branch: master
20 - revision: HEAD
[all …]
/OK3568_Linux_fs/kernel/drivers/video/
H A Dhdmi.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
43 return 256 - csum; in hdmi_infoframe_checksum()
54 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe
61 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init()
62 frame->version = 2; in hdmi_avi_infoframe_init()
63 frame->length = HDMI_AVI_INFOFRAME_SIZE; in hdmi_avi_infoframe_init()
69 if (frame->type != HDMI_INFOFRAME_TYPE_AVI || in hdmi_avi_infoframe_check_only()
70 frame->version != 2 || in hdmi_avi_infoframe_check_only()
71 frame->length != HDMI_AVI_INFOFRAME_SIZE) in hdmi_avi_infoframe_check_only()
72 return -EINVAL; in hdmi_avi_infoframe_check_only()
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dasoundef.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Advanced Linux Sound Architecture - ALSA - Driver
7 * Copyright (c) 1994-2000 by Jaroslav Kysela <perex@perex.cz>
18 #define IEC958_AES0_NONAUDIO (1<<1) /* 0 = audio, 1 = non-audio */
19 #define IEC958_AES0_PRO_EMPHASIS (7<<2) /* mask - emphasis */
25 #define IEC958_AES0_PRO_FS (3<<6) /* mask - sample frequency */
31 #define IEC958_AES0_CON_EMPHASIS (7<<3) /* mask - emphasis */
34 #define IEC958_AES0_CON_MODE (3<<6) /* mask - mode */
35 #define IEC958_AES1_PRO_MODE (15<<0) /* mask - channel mode */
37 #define IEC958_AES1_PRO_MODE_STEREOPHONIC (2<<0) /* stereophonic - ch A is left */
[all …]
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * generic_buffer -n <device_name> -t <trigger_name>
36 * enum autochan - state for the automatic channel enabling mechanism
45 * size_from_channelarray() - calculate the storage size of a scan
61 channels[i].location = bytes - bytes % channels[i].bytes in size_from_channelarray()
77 input >>= info->shift; in print1byte()
78 input &= info->mask; in print1byte()
79 if (info->is_signed) { in print1byte()
80 int8_t val = (int8_t)(input << (8 - info->bits_used)) >> in print1byte()
81 (8 - info->bits_used); in print1byte()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_8821c.c1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2017 Realtek Corporation.
68 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
70 u8 bb_swing_upper_bound = cali_info->default_ofdm_index + 10; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
74 u8 tx_bb_swing_index = cali_info->default_ofdm_index; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
77 …"Path_%d pRF->absolute_ofdm_swing_idx[rf_path]=%d, tx_power_index_offest_upper_bound=%d, tx_power_… in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
78 rf_path, cali_info->absolute_ofdm_swing_idx[rf_path], in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
85 if (tx_power_index_offest_lower_bound < -15) in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
86 tx_power_index_offest_lower_bound = -15; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
88 …if (cali_info->absolute_ofdm_swing_idx[rf_path] >= 0 && cali_info->absolute_ofdm_swing_idx[rf_path… in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_8821c.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
67 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
69 u8 bb_swing_upper_bound = cali_info->default_ofdm_index + 10; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
73 u8 tx_bb_swing_index = cali_info->default_ofdm_index; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
76 …"Path_%d pRF->absolute_ofdm_swing_idx[rf_path]=%d, tx_power_index_offest_upper_bound=%d, tx_power_… in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
77 rf_path, cali_info->absolute_ofdm_swing_idx[rf_path], in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
84 if (tx_power_index_offest_lower_bound < -15) in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
85 tx_power_index_offest_lower_bound = -15; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
87 …if (cali_info->absolute_ofdm_swing_idx[rf_path] >= 0 && cali_info->absolute_ofdm_swing_idx[rf_path… in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
88 tx_agc_index = cali_info->absolute_ofdm_swing_idx[rf_path]; in get_mix_mode_tx_agc_bbs_wing_offset_8821c()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmevent.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 * Copyright (C) 1999-2017, Broadcom Corporation
28 * <<Broadcom-WL-IPTag/Open:>>
30 * $Id: bcmevent.h 700076 2017-05-17 14:42:22Z $
43 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
115 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
178 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
198 #define WLC_E_WAKE_EVENT 76 /* Wake Event timer fired, used for wake WLAN test mode */
220 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
223 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _mpeg-controls:
24 .. _mpeg-control-id:
27 -----------------
35 .. _v4l2-mpeg-stream-type:
40 enum v4l2_mpeg_stream_type -
41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything
48 .. flat-table::
49 :header-rows: 0
50 :stub-columns: 0
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
195 #define WLC_E_WAKE_EVENT 76 /* Wake Event timer fired, used for wake WLAN test mode */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
227 #define WLC_E_WNM_STA_SLEEP 107 /* WNM event to notify STA enter sleep mode */
265 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
195 #define WLC_E_WAKE_EVENT 76 /* Wake Event timer fired, used for wake WLAN test mode */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
227 #define WLC_E_WNM_STA_SLEEP 107 /* WNM event to notify STA enter sleep mode */
265 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
195 #define WLC_E_WAKE_EVENT 76 /* Wake Event timer fired, used for wake WLAN test mode */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
227 #define WLC_E_WNM_STA_SLEEP 107 /* WNM event to notify STA enter sleep mode */
265 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
[all …]

123