Home
last modified time | relevance | path

Searched full:fir (Results 1 – 25 of 52) sorted by relevance

123

/linux/tools/testing/selftests/powerpc/scripts/
H A Dhmi.sh43 fir="0x1${core}013100"
45 # verify that Core FIR is zero as expected
46 if [ "$($GETSCOM -c 0x${chip} $fir)" != 0 ]; then
47 echo "FIR was not zero before injection for chip $chip, core $core. Aborting!"
48 echo "Result of $GETSCOM -c 0x${chip} $fir:"
49 $GETSCOM -c 0x${chip} $fir
51 echo "Otherwise, try $PUTSCOM -c 0x${chip} $fir 0"
61 if ! $PUTSCOM -c 0x${chip} $fir 2000000000000000 > /dev/null; then
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmelexis,mlx90640.txt1 * Melexis MLX90640 FIR Sensor
3 Melexis MLX90640 FIR sensor support which allows recording of thermal data
/linux/arch/powerpc/platforms/44x/
H A Dfsp2.h192 #define CMUN_CONFFIR0 0x20 /* Config Reg Parity FIR 0 */
193 #define CMUN_CONFFIR1 0x21 /* Config Reg Parity FIR 1 */
194 #define CMUN_CONFFIR2 0x22 /* Config Reg Parity FIR 2 */
195 #define CMUN_CONFFIR3 0x23 /* Config Reg Parity FIR 3 */
217 #define CMUN_FMR0 0x3E /* FIR Mask Reg 0 */
H A Dfsp2.c260 * recorded in the CMU FIR and leading to erroneous interrupt requests in fsp2_probe()
269 /* 2. clear FIR[TVS] and FIR[TVSPAR] */ in fsp2_probe()
/linux/drivers/misc/genwqe/
H A Dcard_base.c659 u64 mask, fir, fec, uid, gfir, gfir_masked, sfir, sfec; in genwqe_fir_checking() local
681 * FIR set without a 2ndary FIR/FIR cannot be cleared in genwqe_fir_checking()
691 /* read the primary FIR (pfir) */ in genwqe_fir_checking()
693 fir = __genwqe_readq(cd, fir_addr); in genwqe_fir_checking()
694 if (fir == 0x0) in genwqe_fir_checking()
697 dev_err(&pci_dev->dev, "* 0x%08x 0x%016llx\n", fir_addr, fir); in genwqe_fir_checking()
698 if (fir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
711 /* secondary fir empty, skip it */ in genwqe_fir_checking()
712 if ((fir & mask) == 0x0) in genwqe_fir_checking()
750 "[HM] Clearing 2ndary FIR 0x%08x with 0x%016llx\n", in genwqe_fir_checking()
[all …]
/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c216 "fsl_elbc_run_command: fmr=%08x fir=%08x fcr=%08x\n", in fsl_elbc_run_command()
217 in_be32(&lbc->fmr), in_be32(&lbc->fir), in_be32(&lbc->fcr)); in fsl_elbc_run_command()
240 "command failed: fir %x fcr %x status %x mdr %x\n", in fsl_elbc_run_command()
241 in_be32(&lbc->fir), in_be32(&lbc->fcr), in fsl_elbc_run_command()
282 out_be32(&lbc->fir, in fsl_elbc_do_read()
292 out_be32(&lbc->fir, in fsl_elbc_do_read()
371 out_be32(&lbc->fir, (FIR_OP_CM0 << FIR_OP0_SHIFT) | in fsl_elbc_cmdfunc()
399 out_be32(&lbc->fir, in fsl_elbc_cmdfunc()
443 out_be32(&lbc->fir, in fsl_elbc_cmdfunc()
452 out_be32(&lbc->fir, in fsl_elbc_cmdfunc()
[all …]
/linux/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c157 * 2 bits for the FIR number in print_npu_checkstop_reason()
161 * We don't display a specific message per FIR bit as there in print_npu_checkstop_reason()
170 printk("%s NPU checkstop on chip %x: FIR%d bit %d is set\n", in print_npu_checkstop_reason()
211 "SCOM has set a reserved FIR bit to cause recovery", in print_hmi_event_info()
212 "Debug trigger has set a reserved FIR bit to cause recovery", in print_hmi_event_info()
/linux/arch/mips/kernel/
H A Dfpu-probe.c84 unsigned long sr, fir, fcsr, fcsr0, fcsr1; in cpu_set_fpu_2008() local
89 fir = read_32bit_cp1_register(CP1_REVISION); in cpu_set_fpu_2008()
90 if (fir & MIPS_FPIR_HAS2008) { in cpu_set_fpu_2008()
255 * Set the FIR feature flags for the FPU emulator.
H A Dkgdb.c127 { "fir", GDB_SIZEOF_REG, 0 },
150 /* Ignore the fir (register 71) */ in dbg_set_reg()
185 /* Ignore the fir (register 71) */ in dbg_get_reg()
H A Dptrace.c403 /* FIR may not be written. */ in ptrace_setfpregs()
438 * the FCSR and FIR registers separately.
498 * the FCSR register separately. Ignore the incoming FIR register
596 unsigned int fir; member
628 .fir = boot_cpu_data.fpu_id, in msa_get()
/linux/drivers/media/i2c/
H A Dsaa711x_regs.h105 /* FIR filtering and prescaling */
152 /* FIR filtering and prescaling */
406 /* Task A: FIR filtering and prescaling */
412 "Task A: Prescaler DC gain and FIR prefilter"},
482 /* Task B: FIR filtering and prescaling */
488 "Task B: Prescaler DC gain and FIR prefilter"},
/linux/drivers/iio/temperature/
H A Dmlx90614.c50 #define MLX90614_CONFIG_FIR_SHIFT 8 /* FIR coefficient */
69 #define MLX90614_CONST_FIR 0x7 /* Fixed value for FIR part of low pass filter */
177 /* Modify FIR on parts which have configurable FIR filter */ in mlx90614_iir_search()
320 /* IIR setting with FIR=1024 (MLX90614) or FIR=65536 (MLX90615) */ in mlx90614_read_raw()
689 .fir_config_mask = 0, /* MLX90615 FIR is fixed */
/linux/sound/soc/codecs/
H A Dab8500-codec.c56 /* Nr of FIR/IIR-coeff banks in ANC-block */
79 "Apply FIR",
80 "FIR is configured",
90 "Apply FIR and IIR",
91 "FIR and IIR are configured",
92 "Apply FIR",
93 "FIR is configured",
1027 /* ANC FIR-coefficients configuration sequence */
1075 /* ANC IIR-/FIR-coefficients configuration sequence */
1127 /* Write sidetone FIR-coefficients configuration sequence */
[all …]
H A Dak4458.c133 /* FIR2-0 bits: FIR Filter Mode Setting */
246 SOC_ENUM("AK4458 FIR Filter Mode Setting", ak4458_fir_enum),
/linux/sound/soc/ti/
H A Domap-mcbsp-st.c116 static void omap_mcbsp_st_fir_write(struct omap_mcbsp *mcbsp, s16 *fir) in omap_mcbsp_st_fir_write() argument
128 MCBSP_ST_WRITE(mcbsp, SFIRCR, fir[i]); in omap_mcbsp_st_fir_write()
139 dev_err(mcbsp->dev, "McBSP FIR load error!\n"); in omap_mcbsp_st_fir_write()
/linux/drivers/clk/imx/
H A Dclk-imx31.c40 per_div, per, csi, fir, csi_div, usb_div_pre, usb_div_post, fir_div_pre, enumerator
69 clk[fir] = imx_clk_mux("fir_sel", base + MXC_CCM_CCMR, 11, 2, fir_sel, ARRAY_SIZE(fir_sel)); in _mx31_clocks_init()
/linux/arch/x86/pci/
H A Dfixup.c375 * The AMD-Athlon64 board MSI "K8T Neo2-FIR" disables the onboard sound
388 return; /* only applies to MSI K8T Neo2-FIR */ in pci_fixup_msi_k8t_onboard_sound()
397 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
400 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
/linux/arch/arm/mach-sa1100/include/mach/
H A Dassabet.h45 #define ASSABET_BCR_IRDA_FSEL (1<<3) /* IRDA Frequency select (0 = SIR, 1 = MIR/ FIR) */
/linux/arch/parisc/include/asm/
H A Dhash.h56 * large. (It's mostly designed for compiling FIR filter coefficients
/linux/include/linux/
H A Dfsl_ifc.h270 /* Number of loop iterations of FIR sequences for multi page operations */
350 * in FIR registers- 6bits
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h153 int af_fir1_coef[7]; /* [factor] AF FIR coefficients of fir1 */
154 int af_fir2_coef[7]; /* [factor] AF FIR coefficients of fir2 */
/linux/drivers/misc/ocxl/
H A Dcontext.c240 * checkstop because of an invalid PE access (FIR in ocxl_context_detach()
/linux/include/sound/sof/
H A Dtopology.h223 SOF_PROCESS_EQFIR, /**< Intel FIR */
/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h174 __be32 fir; /**< Flash Instruction Register */ member
/linux/Documentation/arch/arm/sa1100/
H A Dassabet.rst289 - FIR: Fully tested, pass.

123