/linux-4.1.27/arch/mips/ar7/ |
D | clock.c | 128 static void calculate(int base, int target, int *prediv, int *postdiv, in calculate() function 239 calculate(base_clock, frequency, &prediv, &postdiv, &mul); in tnetd7300_set_clock() 351 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, in tnetd7200_init_clocks() 360 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks() 373 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks() 382 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks() 392 calculate(dsp_base, TNETD7200_DEF_DSP_CLK, &dsp_prediv, in tnetd7200_init_clocks() 405 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-i2c-bmp085 | 22 Description: Tell the bmp085 to use more samples to calculate a pressure 24 to calculate the next pressure value with x being the value
|
D | sysfs-cfq-target-latency | 8 use it to calculate the time slice used for every task.
|
D | dev-kmsg | 45 sequence numbers allow to calculate the amount of lost
|
/linux-4.1.27/Documentation/hwmon/ |
D | ltc4260 | 38 registers. If a set of voltage divider resistors is installed, calculate the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | ltc4261 | 38 registers. If a set of voltage divider resistors is installed, calculate the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | ltc2945 | 38 registers. If a set of voltage divider resistors is installed, calculate the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | vexpress | 26 temperature and power usage. Some of them also calculate consumed energy
|
D | nct6775 | 170 rises, the chip will calculate the DC/PWM output based on the current slope.
|
D | w83781d | 221 to calculate the R-T table for you. But you should give us real R-T 222 Table which can be gotten by thermistor vendor. Therefore we will calculate
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head-shmobile.S | 31 sub r0, r0, r1 @ calculate the delta offset
|
D | head.S | 228 sub r0, r0, r1 @ calculate the delta offset
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | arc_emac.txt | 11 The clock frequency is needed to calculate and set polling period of EMAC.
|
D | emac_rockchip.txt | 18 - clock-names: Shall be "hclk" for the host clock needed to calculate and set
|
/linux-4.1.27/Documentation/ |
D | bad_memory.txt | 32 calculate the values by yourself!
|
D | cpu-load.txt | 5 `/proc/uptime' that userland tools, such as top(1), use to calculate
|
D | intel_txt.txt | 164 the S3 transition) that tboot will calculate a MAC (message 167 will re-calculate the MAC and verify it against the sealed value.
|
D | binfmt_misc.txt | 62 'C' - credentials. Currently, the behavior of binfmt_misc is to calculate
|
D | CodingStyle | 812 For example, if you need to calculate the length of an array, take advantage 817 Similarly, if you need to calculate the size of some structure member, use
|
D | kprobes.txt | 358 to install a probepoint is known. This field is used to calculate the
|
D | memory-barriers.txt | 569 number is read from memory and then used to calculate the index for an array
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 196 // calculate GPC mmio context size 203 // calculate per-TPC mmio context size 213 // calculate per-UNK mmio context size 233 // calculate size of strand context data 240 // calculate size of tpc strand context data
|
D | hub.fuc | 144 // calculate size of mmio context data
|
/linux-4.1.27/Documentation/devicetree/bindings/staging/iio/adc/ |
D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
/linux-4.1.27/arch/arm/mm/ |
D | cache-v4wt.S | 88 sub r3, r1, r0 @ calculate total size
|
D | cache-v4wb.S | 112 sub r3, r1, r0 @ calculate total size
|
D | cache-fa.S | 89 sub r3, r1, r0 @ calculate total size
|
D | proc-macros.S | 358 pr_sz \dest, \size, \size @ calculate log2(size) - 1
|
D | proc-arm922.S | 170 sub r3, r1, r0 @ calculate total size
|
D | proc-arm1020e.S | 183 sub r3, r1, r0 @ calculate total size
|
D | proc-arm1026.S | 168 sub r3, r1, r0 @ calculate total size
|
D | proc-arm1022.S | 173 sub r3, r1, r0 @ calculate total size
|
D | proc-mohawk.S | 147 sub r3, r1, r0 @ calculate total size
|
D | proc-arm946.S | 135 sub r3, r1, r0 @ calculate total size
|
D | proc-arm920.S | 168 sub r3, r1, r0 @ calculate total size
|
D | proc-arm1020.S | 184 sub r3, r1, r0 @ calculate total size
|
D | proc-arm926.S | 168 sub r3, r1, r0 @ calculate total size
|
D | proc-arm925.S | 205 sub r3, r1, r0 @ calculate total size
|
D | proc-xsc3.S | 194 sub r3, r1, r0 @ calculate total size
|
D | proc-xscale.S | 234 sub r3, r1, r0 @ calculate total size
|
D | proc-feroceon.S | 186 sub r3, r1, r0 @ calculate total size
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-flush-by-reg.S | 116 # calculate alignsize 249 # calculate alignsize
|
D | cache-inv-by-reg.S | 146 sub d0,d1,d2 # calculate the total size
|
D | tlb-mn10300.S | 166 # calculate the fault code
|
/linux-4.1.27/drivers/mtd/nand/ |
D | s3c2410.c | 839 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_init_chip() 847 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_init_chip() 852 chip->ecc.calculate = s3c2412_nand_calculate_ecc; in s3c2410_nand_init_chip() 857 chip->ecc.calculate = s3c2440_nand_calculate_ecc; in s3c2410_nand_init_chip()
|
D | omap2.c | 1520 chip->ecc.calculate(mtd, buf, &ecc_calc[0]); in omap_write_page_bch() 1567 chip->ecc.calculate(mtd, buf, ecc_calc); in omap_read_page_bch() 1836 nand_chip->ecc.calculate = omap_calculate_ecc; in omap_nand_probe() 1862 nand_chip->ecc.calculate = omap_calculate_ecc_bch; in omap_nand_probe() 1897 nand_chip->ecc.calculate = omap_calculate_ecc_bch; in omap_nand_probe() 1926 nand_chip->ecc.calculate = omap_calculate_ecc_bch; in omap_nand_probe() 1961 nand_chip->ecc.calculate = omap_calculate_ecc_bch; in omap_nand_probe() 1991 nand_chip->ecc.calculate = omap_calculate_ecc_bch; in omap_nand_probe()
|
D | sharpsl.c | 172 this->ecc.calculate = sharpsl_nand_calculate_ecc; in sharpsl_nand_probe()
|
D | nand_base.c | 1190 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_swecc() 1254 chip->ecc.calculate(mtd, p, &chip->buffers->ecccalc[i]); in nand_read_subpage() 1330 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc() 1393 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_read_page_hwecc_oob_first() 2105 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_swecc() 2133 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in nand_write_page_hwecc() 2181 chip->ecc.calculate(mtd, buf, ecc_calc); in nand_write_subpage_hwecc() 2236 chip->ecc.calculate(mtd, p, oob); in nand_write_page_syndrome() 3967 if (!ecc->calculate || !ecc->correct || !ecc->hwctl) { in nand_scan_tail() 3994 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_scan_tail() [all …]
|
D | cs553x_nand.c | 233 this->ecc.calculate = cs_calculate_ecc; in cs553x_init_one()
|
D | ndfc.c | 166 chip->ecc.calculate = ndfc_calculate_ecc; in ndfc_chip_init()
|
D | fsmc_nand.c | 758 chip->ecc.calculate(mtd, p, &ecc_calc[i]); in fsmc_read_page_hwecc() 1069 nand->ecc.calculate = fsmc_read_hwecc_ecc4; in fsmc_nand_probe() 1074 nand->ecc.calculate = fsmc_read_hwecc_ecc1; in fsmc_nand_probe()
|
D | davinci_nand.c | 722 info->chip.ecc.calculate = nand_davinci_calculate_4bit; in nand_davinci_probe() 727 info->chip.ecc.calculate = nand_davinci_calculate_1bit; in nand_davinci_probe()
|
D | tmio_nand.c | 416 nand_chip->ecc.calculate = tmio_nand_calculate_ecc; in tmio_probe()
|
D | txx9ndfmc.c | 335 chip->ecc.calculate = txx9ndfmc_calculate_ecc; in txx9ndfmc_probe()
|
D | bf5xx_nand.c | 799 chip->ecc.calculate = bf5xx_nand_calculate_ecc; in bf5xx_nand_probe()
|
D | jz4740_nand.c | 441 chip->ecc.calculate = jz_nand_calculate_ecc_rs; in jz_nand_probe()
|
D | r852.c | 873 chip->ecc.calculate = r852_ecc_calculate; in r852_probe()
|
D | cafe_nand.c | 757 cafe->nand.ecc.calculate = (void *)cafe_nand_bug; in cafe_nand_probe()
|
D | lpc32xx_slc.c | 838 chip->ecc.calculate = lpc32xx_nand_ecc_calculate; in lpc32xx_nand_probe()
|
D | mxc_nand.c | 1518 this->ecc.calculate = mxc_nand_calculate_ecc; in mxcnd_probe()
|
D | diskonchip.c | 1585 nand->ecc.calculate = doc200x_calculate_ecc; in doc_probe()
|
D | atmel_nand.c | 1633 nand_chip->ecc.calculate = atmel_nand_calculate; in atmel_hw_nand_init_params()
|
/linux-4.1.27/Documentation/usb/ |
D | misc_usbsevseg.txt | 40 to set the nth decimal place calculate 10 ** n
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp.c | 147 static int sclp_init_mask(int calculate); 800 sclp_init_mask(int calculate) in sclp_init_mask() argument 822 if (calculate) in sclp_init_mask() 848 if (calculate) { in sclp_init_mask()
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 35 be used to calculate the CRC and pass back an appropriate slave ID to the W1
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 39 - fifo-entry-size : 1 cell, size of a fifo entry (used to calculate 42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 18 user to calculate the offset of the probepoint in the object. 109 Please note: User has to explicitly calculate the offset of the probe-point
|
D | events-power.txt | 42 correctly draw the states diagrams and to calculate accurate statistics etc.
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | head.S | 31 sub.a r0, r0, r1 @ calculate the delta offset
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | scosh.S | 35 | Thus, we calculate sinh(X) as follows:
|
D | ssinh.S | 35 | Thus, we calculate sinh(X) as follows:
|
D | stanh.S | 41 | calculate Tanh(X) by
|
D | ssin.S | 502 |--No need to calculate r if this is the last loop 506 |--Need to calculate r
|
/linux-4.1.27/arch/arm/lib/ |
D | backtrace.S | 41 1: stmfd sp!, {pc} @ calculate offset of PC stored
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 253 // calculate the number of ticks in the specified nanoseconds delay 287 // calculate the number of ticks in the specified microsecond delay 314 // calculate the number of ticks in the specified microsecond delay
|
D | host.fuc | 71 // calculate address of message
|
/linux-4.1.27/arch/unicore32/lib/ |
D | backtrace.S | 38 1: stm.w (pc), [sp-] @ calculate offset of PC stored
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 33 If 'i' is specified, calculate for an interlaced mode. And if 'm' is 71 Formula (GTF) which is an algorithm to calculate the timings, given the
|
D | sh7760fb.txt | 70 * for the x_margin explain how to calculate those from given
|
D | intel810.txt | 43 calculate required video mode parameters.
|
/linux-4.1.27/arch/metag/lib/ |
D | divsi3.S | 79 SUBS D1Ar3,D1Ar5,D1Ar3 ! calculate diff, ffbA - ffbB
|
D | memcpy.S | 48 ! We have at least (16 - 7) = 9 bytes to copy - calculate the number of 8 byte
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-service-time.txt | 59 If such optimizations can't be applied, calculate service time, and
|
D | thin-provisioning.txt | 76 As a guide, we suggest you calculate the number of bytes to use in the
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 109 and $7, bufp # calculate the unalignment amount of
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_cond.S | 78 fp_get_pc %a1 | calculate new pc
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 41 Hardware dependent mode for an ALS device to calculate the value
|
/linux-4.1.27/Documentation/bus-devices/ |
D | ti-gpmc.txt | 27 Generic routine provides a generic method to calculate gpmc timings
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 119 Note, the time to calculate the CRC is dependent on the CPU speed
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 252 way to calculate the parity, but I will investigate alternatives later 274 we can in the end easily calculate p0 and p1 from it. 393 This means there is no need to calculate rp14 as it can be calculated from 395 (or if desired we can avoid calculating rp15 and calculate it from 645 We can simply calculate the total parity. If this is 0 then rp4 = rp5
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 209 add r12, r12, r10, LSL #2 @ calculate buffer tail address
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 87 # to calculate the result. # 340 # Now calculate an estimate of the quotient words (msw first, then lsw). 649 eori.b &0x1,%d5 # calculate correct sign
|
D | fpsp.S | 2946 # from our 4-word stack frame. This means we must calculate the length 6123 #--No need to calculate r if this is the last loop 6127 #--Need to calculate r 11654 # - calculate the default result and return it in fp0. 11683 # calculate the default result 11688 bsr.l ovf_res # calculate default result 11697 # calculate a result rounded to extended precision. 11765 # - calculate the default result and return it in fp0. 13420 # unf_res() - calculate underflow result # 13421 # ovf_res() - calculate overflow result # [all …]
|
D | pfpsp.S | 2945 # from our 4-word stack frame. This means we must calculate the length 3935 # _calc_ea_fout(): calculate correct stacked <ea> for extended # 4570 # _fmovm_calc_ea: calculate effective address #
|
D | fplsp.S | 5586 #--No need to calculate r if this is the last loop 5590 #--Need to calculate r 7596 # overflow. Thus, we calculate sinh(X) as follows: # 7710 # Thus, we calculate sinh(X) as follows: # 7834 # calculate Tanh(X) by #
|
/linux-4.1.27/Documentation/block/ |
D | biovecs.txt | 108 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate
|
D | cfq-iosched.txt | 97 This parameter is used to calculate the time slice for a process if cfq's 126 queue. This parameter is used to calculate the time slice of synchronous
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 102 @ calculate the original stack pointer value.
|
/linux-4.1.27/Documentation/scsi/ |
D | aha152x.txt | 115 Therefore the SCSI BIOS/DOS driver has to calculate a logical/virtual
|
D | ChangeLog.ncr53c8xx | 391 Use the copy of script in main memory to calculate the chip
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 181 calucate||calculate 182 calulate||calculate
|
/linux-4.1.27/include/linux/mtd/ |
D | nand.h | 498 int (*calculate)(struct mtd_info *mtd, const uint8_t *dat, member
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 23 of these will need to start with a baseline observation and then calculate
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 72 Indicate clock speed (used to calculate toggle delays).
|
/linux-4.1.27/arch/frv/kernel/ |
D | head.S | 43 # calculate reference address for PC-relative stuff
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 200 in percents, but provides charge_{now,full,empty}. Should I calculate
|
D | runtime_pm.txt | 490 - calculate the time when the current autosuspend delay period will expire,
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 180 modification made to the object, After this, we calculate the CRC and insert it 323 update the LSN field (when it was last modified) and calculate the CRC on the
|
D | xfs-delayed-logging-design.txt | 535 items in the CIL and using this to dynamically calculate the amount of log
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 88 desired time specification value and calculate the values to poke into
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig | 216 This means the kernel doesn't need to calculate the address each time
|
/linux-4.1.27/lib/ |
D | Kconfig | 87 kernel tree needs to calculate CRC checks for use with the
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 187 MCA_SOS_OFFSET. You can get that value from mca_asm.h or calculate it
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 314 it here. The emulator will then "only" calculate with a 64 bit
|
/linux-4.1.27/Documentation/networking/ |
D | scaling.txt | 118 The first step in determining the target CPU for RPS is to calculate a 240 (see RPS section above) is used to calculate the index into this table.
|
D | can.txt | 857 - stats_timer: To calculate the SocketCAN core statistics
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 786 // if format requested, call function to calculate it, otherwise
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 79 How do you calculate a minimum useful reserve?
|
/linux-4.1.27/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 2480 @ calculate one round of extra tweak for the stolen ciphertext
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1132 or GTF, will be used to calculate the required video timing values
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4013 to calculate the BogoMips rating, using the TSC if it's there or using
|