| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | fw.h | 400 #define SET_PKT_H2C_CATEGORY(h2c_pkt, value) \ argument 401 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(6, 0)) 402 #define SET_PKT_H2C_CMD_ID(h2c_pkt, value) \ argument 403 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(15, 8)) 404 #define SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, value) \ argument 405 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(31, 16)) 406 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ argument 407 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(15, 0)) 416 #define FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, value) \ argument 417 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(31, 16)) [all …]
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-medusa-video.c | 24 u32 value = 0; in medusa_enable_bluefield_output() local 63 value = cx25821_i2c_read(&dev->i2c_bus[0], out_ctrl, &tmp); in medusa_enable_bluefield_output() 64 value &= 0xFFFFFF7F; /* clear BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 66 value |= 0x00000080; /* set BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 67 cx25821_i2c_write(&dev->i2c_bus[0], out_ctrl, value); in medusa_enable_bluefield_output() 69 value = cx25821_i2c_read(&dev->i2c_bus[0], out_ctrl_ns, &tmp); in medusa_enable_bluefield_output() 70 value &= 0xFFFFFF7F; in medusa_enable_bluefield_output() 72 value |= 0x00000080; /* set BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 73 cx25821_i2c_write(&dev->i2c_bus[0], out_ctrl_ns, value); in medusa_enable_bluefield_output() 80 u32 value = 0; in medusa_initialize_ntsc() local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_opp_csc_v.c | 127 uint32_t value = 0; in program_color_matrix_v() local 131 value, in program_color_matrix_v() 137 value, in program_color_matrix_v() 142 dm_write_reg(ctx, addr, value); in program_color_matrix_v() 145 uint32_t value = 0; in program_color_matrix_v() local 149 value, in program_color_matrix_v() 155 value, in program_color_matrix_v() 160 dm_write_reg(ctx, addr, value); in program_color_matrix_v() 163 uint32_t value = 0; in program_color_matrix_v() local 167 value, in program_color_matrix_v() [all …]
|
| H A D | dce110_opp_regamma_v.c | 37 uint32_t value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() local 43 value, in power_on_lut() 49 value, in power_on_lut() 56 value, in power_on_lut() 62 value, in power_on_lut() 68 dm_write_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL, value); in power_on_lut() 71 value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() 72 if (get_reg_field_value(value, in power_on_lut() 75 get_reg_field_value(value, in power_on_lut() 86 uint32_t value; in set_bypass_input_gamma() local [all …]
|
| H A D | dce110_timing_generator.c | 95 uint32_t value = 0; in dce110_timing_generator_is_in_vertical_blank() local 100 value = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_is_in_vertical_blank() 101 field = get_reg_field_value(value, CRTC_STATUS, CRTC_V_BLANK); in dce110_timing_generator_is_in_vertical_blank() 128 uint32_t value = 0; in dce110_timing_generator_enable_crtc() local 135 value, in dce110_timing_generator_enable_crtc() 140 dm_write_reg(tg->ctx, CRTC_REG(mmCRTC_MASTER_UPDATE_MODE), value); in dce110_timing_generator_enable_crtc() 143 value = 0; in dce110_timing_generator_enable_crtc() 144 dm_write_reg(tg->ctx, CRTC_REG(mmCRTC_MASTER_UPDATE_LOCK), value); in dce110_timing_generator_enable_crtc() 157 uint32_t value = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_program_blank_color() local 160 value, in dce110_timing_generator_program_blank_color() [all …]
|
| H A D | dce110_mem_input_v.c | 43 uint32_t value = 0; in set_flip_control() local 45 value = dm_read_reg( in set_flip_control() 49 set_reg_field_value(value, 1, in set_flip_control() 56 value); in set_flip_control() 64 uint32_t value = 0; in program_pri_addr_c() local 70 set_reg_field_value(value, temp, in program_pri_addr_c() 77 value); in program_pri_addr_c() 79 value = 0; in program_pri_addr_c() 83 set_reg_field_value(value, temp, in program_pri_addr_c() 90 value); in program_pri_addr_c() [all …]
|
| H A D | dce110_timing_generator_v.c | 59 uint32_t value; in dce110_timing_generator_v_enable_crtc() local 61 value = 0; in dce110_timing_generator_v_enable_crtc() 62 set_reg_field_value(value, 0, in dce110_timing_generator_v_enable_crtc() 65 mmCRTCV_MASTER_UPDATE_MODE, value); in dce110_timing_generator_v_enable_crtc() 68 value = 0; in dce110_timing_generator_v_enable_crtc() 69 dm_write_reg(tg->ctx, mmCRTCV_MASTER_UPDATE_MODE, value); in dce110_timing_generator_v_enable_crtc() 71 value = 0; in dce110_timing_generator_v_enable_crtc() 72 set_reg_field_value(value, 1, in dce110_timing_generator_v_enable_crtc() 75 mmCRTCV_MASTER_EN, value); in dce110_timing_generator_v_enable_crtc() 82 uint32_t value; in dce110_timing_generator_v_disable_crtc() local [all …]
|
| /linux/drivers/phy/tegra/ |
| H A D | xusb-tegra210.c | 468 u32 value; in tegra210_pex_uphy_enable() local 486 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL2); in tegra210_pex_uphy_enable() 487 value &= ~(XUSB_PADCTL_UPHY_PLL_CTL2_CAL_CTRL_MASK << in tegra210_pex_uphy_enable() 489 value |= XUSB_PADCTL_UPHY_PLL_CTL2_CAL_CTRL_VAL << in tegra210_pex_uphy_enable() 491 padctl_writel(padctl, value, XUSB_PADCTL_UPHY_PLL_P0_CTL2); in tegra210_pex_uphy_enable() 493 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL5); in tegra210_pex_uphy_enable() 494 value &= ~(XUSB_PADCTL_UPHY_PLL_CTL5_DCO_CTRL_MASK << in tegra210_pex_uphy_enable() 496 value |= XUSB_PADCTL_UPHY_PLL_CTL5_DCO_CTRL_VAL << in tegra210_pex_uphy_enable() 498 padctl_writel(padctl, value, XUSB_PADCTL_UPHY_PLL_P0_CTL5); in tegra210_pex_uphy_enable() 500 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL1); in tegra210_pex_uphy_enable() [all …]
|
| H A D | xusb-tegra186.c | 280 static inline void ao_writel(struct tegra186_xusb_padctl *priv, u32 value, unsigned int offset) in ao_writel() argument 282 writel(value, priv->ao_regs + offset); in ao_writel() 336 u32 value; in tegra186_utmi_enable_phy_sleepwalk() local 341 value = ao_readl(priv, XUSB_AO_UTMIP_SLEEPWALK_CFG(index)); in tegra186_utmi_enable_phy_sleepwalk() 342 value &= ~MASTER_ENABLE; in tegra186_utmi_enable_phy_sleepwalk() 343 ao_writel(priv, value, XUSB_AO_UTMIP_SLEEPWALK_CFG(index)); in tegra186_utmi_enable_phy_sleepwalk() 346 value = ao_readl(priv, XUSB_AO_UTMIP_SLEEPWALK_CFG(index)); in tegra186_utmi_enable_phy_sleepwalk() 347 value |= MASTER_CFG_SEL; in tegra186_utmi_enable_phy_sleepwalk() 348 ao_writel(priv, value, XUSB_AO_UTMIP_SLEEPWALK_CFG(index)); in tegra186_utmi_enable_phy_sleepwalk() 351 value = ao_readl(priv, XUSB_AO_USB_DEBOUNCE_DEL); in tegra186_utmi_enable_phy_sleepwalk() [all …]
|
| H A D | xusb-tegra124.c | 227 u32 value; in tegra124_xusb_padctl_enable() local 234 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() 235 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_CLAMP_EN; in tegra124_xusb_padctl_enable() 236 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() 240 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() 241 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_CLAMP_EN_EARLY; in tegra124_xusb_padctl_enable() 242 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() 246 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() 247 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_VCORE_DOWN; in tegra124_xusb_padctl_enable() 248 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra124_xusb_padctl_enable() [all …]
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | nvreg.h | 34 #define SetBF(mask,value) ((value) << (0?mask)) argument 37 #define MaskAndSetBF(var,mask,value) (var)=(((var)&(~MASKEXPAND(mask)) \ argument 38 | SetBF(mask,value))) 47 #define DEVICE_WRITE(device,reg,value) DEVICE_ACCESS(device,reg)=(value) argument 51 #define DEVICE_DEF(device,mask,value) \ argument 52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value) 53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value) argument 56 #define PDAC_Write(reg,value) DEVICE_WRITE(PDAC,reg,value) argument 59 #define PDAC_Def(mask,value) DEVICE_DEF(PDAC,mask,value) argument 60 #define PDAC_Val(mask,value) DEVICE_VALUE(PDAC,mask,value) argument [all …]
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 85 char *value) in format_and_print_txt() argument 102 if (header && value) { in format_and_print_txt() 104 fprintf(outf, "%s:%s\n", header, value); in format_and_print_txt() 112 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() argument 119 format_and_print_txt(outf, level, header, value); in format_and_print() 139 if (value) { in format_and_print() 144 fprintf(outf, "\"%s\"", value); in format_and_print() 222 static char value[1024]; in _isst_pbf_display_information() local 228 snprintf(value, sizeof(value), "%d", in _isst_pbf_display_information() 230 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() [all …]
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 58 long long value; member 91 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_from_int() 109 res.value = -arg.value; in dc_fixpt_neg() 120 if (arg.value < 0) in dc_fixpt_abs() 137 return arg1.value < arg2.value; in dc_fixpt_lt() 146 return arg1.value <= arg2.value; in dc_fixpt_le() 155 return arg1.value == arg2.value; in dc_fixpt_eq() 164 if (arg1.value <= arg2.value) in dc_fixpt_min() 176 if (arg1.value <= arg2.value) in dc_fixpt_max() 212 ASSERT(((arg.value >= 0) && (arg.value <= LLONG_MAX >> shift)) || in dc_fixpt_shl() [all …]
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.h | 28 /* BPF iter that returns *value* *n* times in a row */ 30 s64 value; 57 int (*tramp_1)(int value); 58 int (*tramp_2)(int value); 59 int (*tramp_3)(int value); 60 int (*tramp_4)(int value); 61 int (*tramp_5)(int value); 62 int (*tramp_6)(int value); 63 int (*tramp_7)(int value); 64 int (*tramp_8)(int value); 29 s64 value; global() member [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_scl_filters.c | 1343 if (ratio.value < dc_fixpt_one.value) in get_filter_3tap_16p() 1345 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_3tap_16p() 1347 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_3tap_16p() 1355 if (ratio.value < dc_fixpt_one.value) in get_filter_3tap_64p() 1357 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_3tap_64p() 1359 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_3tap_64p() 1367 if (ratio.value < dc_fixpt_one.value) in get_filter_4tap_16p() 1369 else if (ratio.value < dc_fixpt_from_fraction(4, 3).value) in get_filter_4tap_16p() 1371 else if (ratio.value < dc_fixpt_from_fraction(5, 3).value) in get_filter_4tap_16p() 1379 if (ratio.value < dc_fixpt_one.value) in get_filter_4tap_64p() [all …]
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_dpmaif.c | 37 u32 value, ul_intr_enable, dl_intr_enable; in t7xx_dpmaif_init_intr() local 50 value, (value & ul_intr_enable) != ul_intr_enable, 0, in t7xx_dpmaif_init_intr() 65 value, (value & ul_intr_enable) != ul_intr_enable, 0, in t7xx_dpmaif_init_intr() 74 value = ioread32(hw_info->pcie_base + DPMAIF_AO_UL_AP_L1TIMR0); in t7xx_dpmaif_init_intr() 75 value |= DPMAIF_DL_INT_Q2APTOP | DPMAIF_DL_INT_Q2TOQ1; in t7xx_dpmaif_init_intr() 76 iowrite32(value, hw_info->pcie_base + DPMAIF_AO_UL_AP_L1TIMR0); in t7xx_dpmaif_init_intr() 85 u32 value, ul_int_que_done; in t7xx_dpmaif_mask_ulq_intr() local 94 value, (value & ul_int_que_done) == ul_int_que_done, 0, in t7xx_dpmaif_mask_ulq_intr() 99 value); in t7xx_dpmaif_mask_ulq_intr() 105 u32 value, ul_int_que_done; in t7xx_dpmaif_unmask_ulq_intr() local [all …]
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_vlan.c | 143 u32 value; in vlan_restore_hw_rx_fltr() local 164 value = readl(ioaddr + VLAN_TAG); in vlan_restore_hw_rx_fltr() 165 value |= VLAN_VTHM; in vlan_restore_hw_rx_fltr() 166 writel(value, ioaddr + VLAN_TAG); in vlan_restore_hw_rx_fltr() 174 u32 value; in vlan_update_hash() local 178 value = readl(ioaddr + VLAN_TAG); in vlan_update_hash() 181 value |= VLAN_VTHM | VLAN_ETV; in vlan_update_hash() 183 value |= VLAN_EDVLP; in vlan_update_hash() 184 value |= VLAN_ESVL; in vlan_update_hash() 185 value |= VLAN_DOVLTC; in vlan_update_hash() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 8 #define _LoadHW(addr, value, res, type) \ argument 26 : "=&r" (value), "=r" (res) \ 31 #define _LoadW(addr, value, res, type) \ argument 47 : "=&r" (value), "=r" (res) \ 53 #define _LoadW(addr, value, res, type) \ argument 82 : "=&r" (value), "=r" (res) \ 88 #define _LoadHWU(addr, value, res, type) \ argument 108 : "=&r" (value), "=r" (res) \ 113 #define _LoadWU(addr, value, res, type) \ argument 131 : "=&r" (value), "=r" (res) \ [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 62 int64_t value:63; member 72 int32_t value:31; member 82 int16_t value:15; member 92 int8_t value:7; member 153 int64_t value) in __cvmx_fau_atomic_address() argument 156 cvmx_build_bits(CVMX_FAU_BITS_INEVAL, value) | in __cvmx_fau_atomic_address() 171 int64_t value) in cvmx_fau_fetch_and_add64() argument 173 return cvmx_read64_int64(__cvmx_fau_atomic_address(0, reg, value)); in cvmx_fau_fetch_and_add64() 186 int32_t value) in cvmx_fau_fetch_and_add32() argument 189 return cvmx_read64_int32(__cvmx_fau_atomic_address(0, reg, value)); in cvmx_fau_fetch_and_add32() [all …]
|
| /linux/sound/soc/ti/ |
| H A D | omap-mcbsp-priv.h | 78 #define RINTM(value) (((value) & 0x3) << 4) /* bits 4:5 */ argument 81 #define CLKSTP(value) (((value) & 0x3) << 11) /* bits 11:12 */ argument 82 #define RJUST(value) (((value) & 0x3) << 13) /* bits 13:14 */ argument 91 #define XINTM(value) (((value) & 0x3) << 4) /* bits 4:5 */ argument 115 #define RWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument 116 #define RFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument 119 #define XWDLEN1(value) (((value) & 0x7) << 5) /* Bits 5:7 */ argument 120 #define XFRLEN1(value) (((value) & 0x7f) << 8) /* Bits 8:14 */ argument 123 #define RDATDLY(value) ((value) & 0x3) /* Bits 0:1 */ argument 125 #define RCOMPAND(value) (((value) & 0x3) << 3) /* Bits 3:4 */ argument [all …]
|
| /linux/include/acpi/ |
| H A D | acbuffer.h | 122 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* … argument 125 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* … argument 128 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) /* … argument 131 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) /*… argument 134 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) /*… argument 139 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) /*… argument 142 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) /… argument 147 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) /* … argument 150 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) /* … argument 153 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) /* … argument [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | bw_fixed.h | 33 int64_t value; member 45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2() 51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2() 68 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value); 69 static inline struct bw_fixed bw_int_to_fixed(int64_t value) in bw_int_to_fixed() argument 71 if (__builtin_constant_p(value)) { in bw_int_to_fixed() 73 BUILD_BUG_ON(value > BW_FIXED_MAX_I32 || value < BW_FIXED_MIN_I32); in bw_int_to_fixed() 74 res.value = value << BW_FIXED_BITS_PER_FRACTIONAL_PART; in bw_int_to_fixed() 77 return bw_int_to_fixed_nonconst(value); in bw_int_to_fixed() 80 static inline int32_t bw_fixed_to_int(struct bw_fixed value) in bw_fixed_to_int() argument [all …]
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | io.h | 84 static inline void _efx_writeq(struct efx_nic *efx, __le64 value, in _efx_writeq() argument 87 __raw_writeq((__force u64)value, efx->membase + reg); in _efx_writeq() 95 static inline void _efx_writed(struct efx_nic *efx, __le32 value, in _efx_writed() argument 98 __raw_writel((__force u32)value, efx->membase + reg); in _efx_writed() 106 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo() argument 113 EFX_OWORD_VAL(*value)); in efx_writeo() 117 _efx_writeq(efx, value->u64[0], reg + 0); in efx_writeo() 118 _efx_writeq(efx, value->u64[1], reg + 8); in efx_writeo() 120 _efx_writed(efx, value->u32[0], reg + 0); in efx_writeo() 121 _efx_writed(efx, value->u32[1], reg + 4); in efx_writeo() [all …]
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | io.h | 67 static inline void _ef4_writeq(struct ef4_nic *efx, __le64 value, in _ef4_writeq() argument 70 __raw_writeq((__force u64)value, efx->membase + reg); in _ef4_writeq() 78 static inline void _ef4_writed(struct ef4_nic *efx, __le32 value, in _ef4_writed() argument 81 __raw_writel((__force u32)value, efx->membase + reg); in _ef4_writed() 89 static inline void ef4_writeo(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo() argument 96 EF4_OWORD_VAL(*value)); in ef4_writeo() 100 _ef4_writeq(efx, value->u64[0], reg + 0); in ef4_writeo() 101 _ef4_writeq(efx, value->u64[1], reg + 8); in ef4_writeo() 103 _ef4_writed(efx, value->u32[0], reg + 0); in ef4_writeo() 104 _ef4_writed(efx, value->u32[1], reg + 4); in ef4_writeo() [all …]
|
| /linux/drivers/iio/accel/ |
| H A D | st_accel_core.c | 130 { .hz = 1, .value = 0x01, }, 131 { .hz = 10, .value = 0x02, }, 132 { .hz = 25, .value = 0x03, }, 133 { .hz = 50, .value = 0x04, }, 134 { .hz = 100, .value = 0x05, }, 135 { .hz = 200, .value = 0x06, }, 136 { .hz = 400, .value = 0x07, }, 137 { .hz = 1600, .value = 0x08, }, 155 .value = 0x00, 160 .value = 0x01, [all …]
|