| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | HalHWImg8723B_BB.c | 213 u32 *Array = Array_MP_8723B_AGC_TAB; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() local 216 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 217 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 473 u32 *Array = Array_MP_8723B_PHY_REG; in ODM_ReadAndConfig_MP_8723B_PHY_REG() local 476 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_PHY_REG() 477 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_MP_8723B_PHY_REG() 543 u32 *Array = Array_MP_8723B_PHY_REG_PG; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() local 549 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() 550 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() 551 u32 v3 = Array[i + 2]; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() [all …]
|
| H A D | HalHWImg8723B_RF.c | 217 u32 *Array = Array_MP_8723B_RadioA; in ODM_ReadAndConfig_MP_8723B_RadioA() local 220 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_RadioA() 221 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_RadioA() 535 u8 **Array = Array_MP_8723B_TXPWR_LMT; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local 538 u8 *regulation = Array[i]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() 539 u8 *bandwidth = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() 540 u8 *rate = Array[i+2]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() 541 u8 *rfPath = Array[i+3]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() 542 u8 *chnl = Array[i+4]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() 543 u8 *val = Array[i+5]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
|
| H A D | HalHWImg8723B_MAC.c | 185 u32 *Array = Array_MP_8723B_MAC_REG; in ODM_ReadAndConfig_MP_8723B_MAC_REG() local 188 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_MAC_REG() 189 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_MP_8723B_MAC_REG()
|
| H A D | odm_types.h | 47 …EXT_PAIR(v1, v2, i) do { if (i+2 >= ArrayLen) break; i += 2; v1 = Array[i]; v2 = Array[i+1]; } whi…
|
| H A D | hal_com.c | 808 u32 *Array = Array_kfreemap; in rtw_bb_rf_gain_offset() local 817 v1 = Array[i]; in rtw_bb_rf_gain_offset() 818 v2 = Array[i+1]; in rtw_bb_rf_gain_offset()
|
| /linux/Documentation/scsi/ |
| H A D | hpsa.rst | 4 HPSA - Hewlett Packard Smart Array driver 7 This file describes the hpsa SCSI driver for HP Smart Array controllers. 9 Smart Array controllers. The hpsa driver is a SCSI driver, while the 19 - Smart Array P212 20 - Smart Array P410 21 - Smart Array P410i 22 - Smart Array P411 23 - Smart Array P812 24 - Smart Array P712m 25 - Smart Array P711m [all …]
|
| H A D | smartpqi.rst | 76 Allows "BMIC" and "CISS" commands to be passed through to the Smart Storage Array. 77 These are used extensively by the SSA Array Configuration Utility, SNMP storage
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | mod.rs | 117 Array(ArrayRangeAllocator<T>), enumerator 131 Impl::Array(array) => array.free_oneway_space(), in free_oneway_space() 139 Impl::Array(array) => array.count_buffers(), in count_buffers() 147 Impl::Array(array) => array.debug_print(m), in debug_print() 168 self.inner = Impl::Array(empty_array); in reserve_new() 171 Impl::Array(array) if array.is_full() => { in reserve_new() 190 Impl::Array(array) => { in reserve_new() 230 Impl::Array(array) => array.reservation_abort(offset), in reservation_abort() 248 Impl::Array(array) => array.reservation_commit(offset, data), in reservation_commit() 259 Impl::Array(array) => array.reserve_existing(offset), in reserve_existing() [all …]
|
| /linux/Documentation/devicetree/bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 38 Array of strings containing the names of the idle states. 41 Array of unsigned 32-bit values containing the values of the 61 Array of unsigned 32-bit values containing the values of the 66 Array of unsigned 32-bit values containing the values of the 74 Array of unsigned 64-bit values containing the values for the 79 Array of unsigned 64-bit values containing the masks 107 Array of unsigned 64-bit values containing the pmicr values 115 Array of unsigned 64-bit values containing the mask indicating
|
| H A D | sensor-groups.txt | 25 - ops : Array of opal-call numbers indicating available operations on
|
| /linux/Documentation/accel/amdxdna/ |
| H A D | amdnpu.rst | 26 AMD XDNA Array 29 AMD XDNA Array comprises of 2D array of compute and memory tiles built with 55 XDNA Array partition setup, XDNA Array configuration, workload context 108 As explained before, XDNA Array can be dynamically divided into isolated 151 1. AMD XDNA Array overlay, which is used to configure a NPU spatial partition. 205 AMD XDNA Array is running. 226 Peano is an LLVM based open-source single core compiler for AMD XDNA Array 230 IRON is an open-source array compiler for AMD XDNA Array based NPU which uses 256 When MERT detects an error in AMD XDNA Array, it pauses execution for that
|
| /linux/rust/syn/ |
| H A D | classify.rs | 38 Expr::Array(_) in requires_comma_to_be_match_arm() 95 Type::Array(_) in trailing_unparameterized_path() 154 Expr::Array(_) in expr_leading_label() 228 Expr::Array(_) in expr_trailing_brace() 270 Type::Array(_) in expr_trailing_brace()
|
| H A D | precedence.rs | 127 Expr::Array(ExprArray { attrs, .. }) in of() 156 Expr::Array(_) in of()
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | Kconfig | 47 One Block of the NAND Flash Array memory is reserved as 49 Also, 1st Block of NAND Flash Array can be used as OTP. 52 operations as any other NAND Flash Array memory block.
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 23 Array(Vec<Value>), enumerator 52 Value::Array(values) => { in fmt() 100 Self::Array(i.into_iter().map(|v| v.into()).collect())
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | omap-mcbsp.txt | 11 - reg-names: Array of strings associated with the address space 17 - interrupt-names: Array of strings associated with the interrupt numbers
|
| H A D | mtk-btcvsd-snd.txt | 8 - mediatek,offset: Array contains of register offset and mask
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ 27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
|
| /linux/tools/bootconfig/samples/ |
| H A D | bad-array.bconf | 1 # Array must be comma separated.
|
| /linux/Documentation/bpf/ |
| H A D | map_array.rst | 43 Array elements can be retrieved using the ``bpf_map_lookup_elem()`` helper. 55 Array elements can be updated using the ``bpf_map_update_elem()`` helper. 64 Per CPU Array
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 87 ALR8580 "Advanced Disk Array Caching EISA Controller" 233 CPQ4001 "Compaq 32-Bit Intelligent Drive Array Controller" 234 CPQ4002 "Compaq Intelligent Drive Array Controller-2" 235 CPQ4010 "Compaq 32-Bit Intelligent Drive Array Expansion Controller" 236 CPQ4020 "Compaq SMART Array Controller" 237 CPQ4030 "Compaq SMART-2/E Array Controller" 477 DEL4001 "Dell Drive Array" 478 DEL4002 "Dell SCSI Array Controller" 1056 ISADF03 "Weitek Array Processor, Brd #3002-0046-01" 1102 MLX0070 "Mylex DAC960 EISA Disk Array Controller" [all …]
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-get-pes-pids.rst | 29 Array used to store 5 Program IDs.
|
| /linux/Documentation/devicetree/bindings/firmware/ |
| H A D | nvidia,tegra210-bpmp.txt | 13 Array of strings
|
| /linux/Documentation/driver-api/ |
| H A D | extcon.rst | 91 - ``supported_cable``: Array of supported cable types 92 - ``mutually_exclusive``: Array defining mutually exclusive cable types
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 27 0x0 Array of Orphan inode Each __le32 entry is either
|