Home
last modified time | relevance | path

Searched full:thd (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
97 // correction for THD reduction
H A Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
127 // correction for THD reduction
H A Drichtek,rtq9128.yaml15 THD+N from a 25V supply in automotive applications.
/linux/drivers/i2c/busses/
H A Di2c-designware-common.c425 * IC_[FS]S_SCL_HCNT + 3 >= IC_CLK * (tHD;STA + tf) in i2c_dw_scl_hcnt()
427 * This is just experimental rule; the tHD;STA period turned in i2c_dw_scl_hcnt()
429 * we could meet both tHIGH and tHD;STA timing specs. in i2c_dw_scl_hcnt()
H A Di2c-designware-master.c72 4000, /* tHD;STA = tHIGH = 4.0 us */ in i2c_dw_set_timings_master()
128 600, /* tHD;STA = tHIGH = 0.6 us */ in i2c_dw_set_timings_master()
H A Di2c-jz4780.c304 * tHD:DAT in jz4780_i2c_set_speed()
/linux/sound/soc/codecs/
H A Dnau8824.c418 SOC_SINGLE("THD for key media",
420 SOC_SINGLE("THD for key voice command",
422 SOC_SINGLE("THD for key volume up",
424 SOC_SINGLE("THD for key volume down",
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h446 struct task_struct *mtip_svc_handler; /* task_struct of svc thd */
H A Dmtip32xx.c901 continue; /* svc thd is actively issuing commands */ in mtip_quiesce_io()
/linux/drivers/iio/accel/
H A Dmma9553.c81 #define MMA9553_ACTIVITY_THD_TO_SEC(thd) ((thd) / MMA9553_DEFAULT_SAMPLE_RATE) argument
/linux/include/linux/
H A Drtsx_pci.h1145 * @sd_400mA_ocp_thd: 400mA ocp thd
1146 * @sd_800mA_ocp_thd: 800mA ocp thd
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys.c275 const u8 *thd = isys->pdata->ipdata->hw_variant.cdc_fifo_threshold; in isys_setup_hw() local
304 writel(thd[i], base + IPU6_REG_ISYS_CDC_THRESHOLD(i)); in isys_setup_hw()
/linux/drivers/gpu/drm/sti/
H A Dsti_hda.c342 seq_puts(s, "\tHD DACs "); in hda_dbg_video_dacs_ctrl()
/linux/drivers/i2c/
H A Di2c-core-base.c267 /* Honour minimum tf and thd:dat */ in i2c_generic_scl_recovery()