Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 164) sorted by relevance

1234567

/linux-6.1.9/drivers/memory/
Dstm32-fmc2-ebi.c171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
784 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
792 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
800 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
808 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
815 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
822 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
829 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
835 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
843 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
[all …]
/linux-6.1.9/arch/mips/ar7/
Dclock.c117 static void calculate(int base, int target, int *prediv, int *postdiv, in calculate() function
228 calculate(base_clock, frequency, &prediv, &postdiv, &mul); in tnetd7300_set_clock()
349 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, in tnetd7200_init_clocks()
358 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
371 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
380 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
390 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks()
403 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks()
/linux-6.1.9/Documentation/hwmon/
Dltc4260.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
Dltc4261.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
Dltc2945.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
Dvexpress.rst33 temperature and power usage. Some of them also calculate consumed energy
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-cfq-target-latency8 use it to calculate the time slice used for every task.
Dsysfs-bus-iio-adc-max961116 attributes as it is used to calculate two different values: power load and
Dsysfs-driver-w1_ds28e1718 Description: When written, this file sets the multiplier used to calculate
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.h65 int (*calculate)(struct ingenic_ecc *ecc, member
Dingenic_ecc.c31 return ecc->ops->calculate(ecc, params, buf, ecc_code); in ingenic_ecc_calculate()
Djz4740_ecc.c176 .calculate = jz4740_ecc_calculate,
/linux-6.1.9/Documentation/devicetree/bindings/iio/dac/
Dadi,ad7303.yaml21 Used to calculate output channel scalling if REF-supply not specified.
/linux-6.1.9/drivers/iio/common/cros_ec_sensors/
DKconfig31 This module is loaded when the EC can calculate the angle between the base
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc198 // calculate GPC mmio context size
205 // calculate per-TPC mmio context size
215 // calculate per-UNK mmio context size
235 // calculate size of strand context data
242 // calculate size of tpc strand context data
/linux-6.1.9/Documentation/devicetree/bindings/iio/impedance-analyzer/
Dadi,ad5933.yaml29 are connected together. Used to calculate voltage scaling of measurement
/linux-6.1.9/Documentation/networking/
D6lowpan.rst10 The priv_size of each interface should be calculate by::
/linux-6.1.9/Documentation/devicetree/bindings/net/
Darc_emac.txt18 The clock frequency is needed to calculate and set polling period of EMAC.
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Dmxs-lradc.txt14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
/linux-6.1.9/Documentation/admin-guide/perf/
Dhns3-pmu.rst49 calculate real performance data in userspace.
57 computation to calculate real performance data is:::
/linux-6.1.9/arch/x86/events/
DKconfig34 (CPUID Fn8000_0007_EDX[12]) interface to calculate the
/linux-6.1.9/arch/arm/mm/
Dcache-v4wt.S85 sub r3, r1, r0 @ calculate total size
/linux-6.1.9/Documentation/usb/
Dmisc_usbsevseg.rst47 to set the nth decimal place calculate 10 ** n
/linux-6.1.9/drivers/mtd/nand/raw/
Ds3c2410.c951 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip()
958 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip()
963 chip->ecc.calculate = s3c2412_nand_calculate_ecc; in s3c2410_nand_attach_chip()
968 chip->ecc.calculate = s3c2440_nand_calculate_ecc; in s3c2410_nand_attach_chip()
/linux-6.1.9/drivers/s390/char/
Dsclp.c252 static int sclp_init_mask(int calculate);
974 sclp_init_mask(int calculate) in sclp_init_mask() argument
996 if (calculate) in sclp_init_mask()
1022 if (calculate) { in sclp_init_mask()

1234567