/Linux-v5.10/drivers/memory/ |
D | stm32-fmc2-ebi.c | 171 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-v5.10/arch/mips/ar7/ |
D | clock.c | 115 static void calculate(int base, int target, int *prediv, int *postdiv, in calculate() function 226 calculate(base_clock, frequency, &prediv, &postdiv, &mul); in tnetd7300_set_clock() 338 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, in tnetd7200_init_clocks() 347 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks() 360 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks() 369 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks() 379 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks() 392 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks()
|
/Linux-v5.10/Documentation/hwmon/ |
D | ltc4260.rst | 44 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
|
D | ltc4261.rst | 44 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
|
D | ltc2945.rst | 44 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
|
D | vexpress.rst | 33 temperature and power usage. Some of them also calculate consumed energy
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-cfq-target-latency | 8 use it to calculate the time slice used for every task.
|
D | sysfs-bus-iio-adc-max9611 | 16 attributes as it is used to calculate two different values: power load and
|
D | sysfs-driver-w1_ds28e17 | 18 Description: When written, this file sets the multiplier used to calculate
|
/Linux-v5.10/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_ecc.h | 65 int (*calculate)(struct ingenic_ecc *ecc, member
|
D | ingenic_ecc.c | 31 return ecc->ops->calculate(ecc, params, buf, ecc_code); in ingenic_ecc_calculate()
|
D | jz4740_ecc.c | 176 .calculate = jz4740_ecc_calculate,
|
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/ |
D | Kconfig | 31 This module is loaded when the EC can calculate the angle between the base
|
/Linux-v5.10/arch/x86/events/ |
D | Kconfig | 34 (CPUID Fn8000_0007_EDX[12]) interface to calculate the
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 198 // 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-v5.10/Documentation/networking/ |
D | 6lowpan.rst | 10 The priv_size of each interface should be calculate by::
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | arc_emac.txt | 18 The clock frequency is needed to calculate and set polling period of EMAC.
|
D | emac_rockchip.txt | 20 - clock-names: Shall be "hclk" for the host clock needed to calculate and set
|
/Linux-v5.10/arch/arm/mm/ |
D | cache-v4wt.S | 85 sub r3, r1, r0 @ calculate total size
|
/Linux-v5.10/Documentation/usb/ |
D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
/Linux-v5.10/drivers/s390/char/ |
D | sclp.c | 142 static int sclp_init_mask(int calculate); 781 sclp_init_mask(int calculate) in sclp_init_mask() argument 803 if (calculate) in sclp_init_mask() 829 if (calculate) { in sclp_init_mask()
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | s3c2410.c | 950 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip() 957 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip() 962 chip->ecc.calculate = s3c2412_nand_calculate_ecc; in s3c2410_nand_attach_chip() 967 chip->ecc.calculate = s3c2440_nand_calculate_ecc; in s3c2410_nand_attach_chip()
|
D | davinci_nand.c | 423 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_davinci_read_page_hwecc_oob_first() 631 info->chip.ecc.calculate = nand_davinci_calculate_4bit; in davinci_nand_attach_chip() 660 info->chip.ecc.calculate = nand_davinci_calculate_1bit; in davinci_nand_attach_chip()
|
/Linux-v5.10/arch/arm/lib/ |
D | backtrace.S | 40 1: stmfd sp!, {pc} @ calculate offset of PC stored
|