/linux-4.1.27/fs/ext4/ |
H A D | bitmap.c | 23 __u32 provided, calculated; ext4_inode_bitmap_csum_verify() local 30 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); ext4_inode_bitmap_csum_verify() 35 calculated &= 0xFFFF; ext4_inode_bitmap_csum_verify() 37 return provided == calculated; ext4_inode_bitmap_csum_verify() 61 __u32 provided, calculated; ext4_block_bitmap_csum_verify() local 69 calculated = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); ext4_block_bitmap_csum_verify() 74 calculated &= 0xFFFF; ext4_block_bitmap_csum_verify() 76 if (provided == calculated) ext4_block_bitmap_csum_verify()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | nr-irqs.c | 5 * This must be calculated before processing asm-offset.c.
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | defines.h | 42 #define E1000_RXD_STAT_UDPCS 0x10 /* UDP xsum calculated */ 43 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ 44 #define E1000_RXD_STAT_IPCS 0x40 /* IP xsum calculated */
|
/linux-4.1.27/include/linux/ |
H A D | reciprocal_div.h | 16 * runtime invariant. The reciprocal of B is calculated in the
|
H A D | crc32.h | 17 * and len2, crc32_le() check values were calculated 44 * and len2, __crc32c_le() check values were calculated
|
H A D | cordic.h | 35 * @theta: angle in degrees for which i/q coordinate is to be calculated.
|
H A D | log2.h | 196 * The first few values calculated by this routine:
|
H A D | crc8.h | 83 * The CRC8 is calculated using the polynomial given in crc8_populate_msb()
|
H A D | fixp-arith.h | 115 * 0.000038 between the value calculated by sin() and
|
H A D | backing-dev.h | 81 * The base dirty throttle rate, re-calculated on every 200ms.
|
H A D | idr.h | 142 * IDA_BITMAP_LONGS is calculated to be one less to accommodate
|
H A D | clk-provider.h | 82 * Returns the calculated rate. Optional, but recommended - if 130 * Returns the calculated accuracy. Optional - if this op is not 341 * CLK_DIVIDER_ROUND_CLOSEST - Makes the best calculated divider to be rounded
|
H A D | mmzone.h | 383 * holes, which is calculated as: 387 * is calculated as: 391 * is calculated as (reserved_pages includes pages allocated by the
|
/linux-4.1.27/drivers/clk/sunxi/ |
H A D | clk-sun8i-mbus.c | 25 * MBUS rate is calculated as follows
|
H A D | clk-sun9i-core.c | 28 * PLL4 rate is calculated as follows 110 * GT rate is calculated as follows 175 * AHB rate is calculated as follows 261 * APB1 rate is calculated as follows
|
H A D | clk-sunxi.c | 243 * PLL1 rate is calculated as follows 295 * PLL1 rate is calculated as follows 379 * PLL1 rate is calculated as follows 427 * PLL5 rate is calculated as follows 459 * PLL6x2 rate is calculated as follows 486 * AHB rate is calculated as follows 525 * APB1 rate is calculated as follows 569 * CLK_OUT rate is calculated as follows
|
H A D | clk-mod0.c | 26 * MOD0 rate is calculated as follows
|
/linux-4.1.27/fs/jffs2/ |
H A D | read.c | 53 jffs2_dbg(1, "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x, offset %x, buf %p\n", jffs2_read_dnode() 58 pr_warn("Node CRC %08x != calculated CRC %08x for node at %08x\n", jffs2_read_dnode() 125 pr_warn("Data CRC %08x != calculated CRC %08x for node at %08x\n", jffs2_read_dnode() 130 jffs2_dbg(2, "Data CRC matches calculated CRC %08x\n", crc); jffs2_read_dnode()
|
H A D | gc.c | 616 pr_warn("Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_garbage_collect_pristine() 625 pr_warn("Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_garbage_collect_pristine() 634 pr_warn("Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_garbage_collect_pristine() 645 pr_warn("Node CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_garbage_collect_pristine() 660 pr_warn("Name CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_garbage_collect_pristine() 1033 pr_warn("%s: Node at 0x%08x had CRC 0x%08x which doesn't match calculated CRC 0x%08x\n", jffs2_garbage_collect_hole()
|
H A D | scan.c | 759 noisy_printk(&noise, "%s(): Node at 0x%08x {0x%04x, 0x%04x, 0x%08x) has invalid CRC 0x%08x (calculated 0x%08x)\n", jffs2_scan_eraseblock() 1005 pr_notice("%s(): CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_inode_node() 1055 pr_notice("%s(): Node CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_dirent_node() 1080 pr_notice("%s(): Name CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_dirent_node()
|
H A D | readinode.c | 108 JFFS2_NOTICE("wrong data CRC in data node at 0x%08x: read %#08x, calculated %#08x.\n", check_node_data() 598 JFFS2_NOTICE("header CRC failed on dirent node at %#08x: read %#08x, calculated %#08x\n", read_direntry() 707 JFFS2_NOTICE("node CRC failed on dnode at %#08x: read %#08x, calculated %#08x\n", read_dnode() 780 /* If we actually calculated the whole data CRC read_dnode() 783 JFFS2_NOTICE("wrong data CRC in data node at 0x%08x: read %#08x, calculated %#08x.\n", read_dnode()
|
/linux-4.1.27/include/linux/regulator/ |
H A D | max1586.h | 53 * This can be calculated as ((1 + R24/R25 + R24/185.5kOhm) * 1e6)
|
/linux-4.1.27/include/linux/usb/ |
H A D | quirks.h | 36 * (1 microframe = 125 microseconds) to be calculated as
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | timex.h | 26 * the actual value is calculated and used to update the wall clock each jiffie. Setting
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | clock.h | 52 * the most accurate frequency as it can be calculated directly from the get_coreclock()
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0_wt.h | 43 parm3, /* 4 RW volume. This value is calculated using floating point ops. */
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 85 * calculated. Setting the changeV1 bit or the changeV2 bit will 152 * calculated to zero. CRC is short for cyclic redundancy code. It is 159 * have calculated to zero. The first is that all the calibration data 329 * will not saturate prematurely. These values are calculated 330 * whenever a new coordinate transformation is calculated. It is 431 /* Rate_data is the calculated rate data. It is a first derivative 432 * calculation. It is calculated at a frequency specified by the 434 * calculated is specified by the variable rate_address (pg. 12). 476 * Rate_divisor is how often the rate is calculated. If rate_divisor 477 * is 1, the rates are calculated at full sensor bandwidth. If 478 * rate_divisor is 200, rates are calculated every 200 samples. 482 * rate_divisor, at which point the rates are calculated, and 510 * every time the matching filters are calculated. Filter1 is 511 * calculated at the sensor data bandwidth. So this counter would 564 /* Last_crc is the value that shows the actual calculated CRC. CRC
|
/linux-4.1.27/fs/jbd2/ |
H A D | recovery.c | 182 __u32 calculated; jbd2_descr_block_csum_verify() local 191 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); jbd2_descr_block_csum_verify() 194 return provided == cpu_to_be32(calculated); jbd2_descr_block_csum_verify() 386 __u32 calculated; jbd2_commit_block_csum_verify() local 394 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); jbd2_commit_block_csum_verify() 397 return provided == cpu_to_be32(calculated); jbd2_commit_block_csum_verify() 823 __u32 calculated; jbd2_revoke_block_csum_verify() local 832 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); jbd2_revoke_block_csum_verify() 835 return provided == cpu_to_be32(calculated); jbd2_revoke_block_csum_verify()
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
H A D | g2d.h | 50 /* Variables that can calculated once and reused */
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_rect.c | 186 * If the calculated scaling factor is below @min_vscale, 189 * If the calculated scaling factor is above @max_vscale, 236 * If the calculated scaling factor is below @min_vscale, 239 * If the calculated scaling factor is above @max_vscale,
|
/linux-4.1.27/drivers/crypto/qce/ |
H A D | sha.h | 34 * @digest: calculated digest buffer
|
/linux-4.1.27/arch/sh/kernel/cpu/irq/ |
H A D | ipr.c | 53 * datasheets. The IPR address is calculated using the ipr_offset table.
|
/linux-4.1.27/lib/ |
H A D | cordic.c | 52 * theta: angle in degrees for which i/q coordinate is to be calculated
|
H A D | bch.c | 950 * @calc_ecc: calculated ecc, if NULL then calc_ecc is computed from @data 951 * @syn: hw computed syndrome data (if NULL, syndrome is calculated) 1007 /* load provided calculated ecc */ decode_bch() 1013 /* XOR received and calculated ecc */ decode_bch()
|
/linux-4.1.27/tools/perf/util/ |
H A D | levenshtein.c | 17 * string1 that the distance is calculated for.
|
H A D | annotate.h | 100 * lines is allocated, percentages calculated and all sorted by percentage
|
/linux-4.1.27/include/asm-generic/ |
H A D | fixmap.h | 69 /* Return a pointer with offset calculated */
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | dxe.h | 37 /* TODO This must calculated properly but not hardcoded */ 47 /* TODO This must calculated properly but not hardcoded */ 56 /* TODO This must calculated properly but not hardcoded */
|
/linux-4.1.27/include/uapi/linux/can/ |
H A D | gw.h | 169 * The XOR checksum is calculated like this: 183 * The CRC8 checksum is calculated like this: 192 * The calculated CRC may contain additional source data elements that can be
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 107 #define IXGBE_RXD_STAT_UDPCS 0x10 /* UDP xsum calculated */ 108 #define IXGBE_RXD_STAT_L4CS 0x20 /* L4 xsum calculated */ 109 #define IXGBE_RXD_STAT_IPCS 0x40 /* IP xsum calculated */
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
H A D | mmp-driver.c | 215 * or be calculated dynamically 225 * If CSI2_DPHY3 is calculated dynamically, mmpcam_calc_dphy() 238 * The value is calculated by: mmpcam_calc_dphy() 290 * termination. The value is calculated similarly with mmpcam_calc_dphy()
|
/linux-4.1.27/drivers/crypto/ |
H A D | bfin_crc.h | 31 /* CRC calculated from the input data */
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 26 * this number is calculated from Intel's MSR_P4_CRU_ESCR5 register and it's
|
H A D | perf_event_amd.c | 136 * Previously calculated offsets
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.h | 51 /* calculated constants */
|
/linux-4.1.27/drivers/clk/mxs/ |
H A D | clk-ref.c | 27 * clock has a gate control and a fractional * divider. The rate is calculated
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ftdi_sio.h | 107 * The BaudDivisor values are calculated as follows: 146 * rates. If the calculated divisor value is 1, this needs to be replaced with 147 * 0. Additionally for the FT232BM, if the calculated divisor value is 0x4001 179 * values are calculated internally.
|
/linux-4.1.27/fs/ocfs2/ |
H A D | blockcheck.h | 92 * xor'd with the parity calculated now.
|
H A D | reservations.h | 152 * calculated. It also expects that 'cstart' is the same as we passed back
|
/linux-4.1.27/drivers/watchdog/ |
H A D | cadence_wdt.c | 168 * The counter value is calculated according to the formula: 169 * calculated count = (timeout * clock) / prescaler + 1. 170 * The calculated count is divided by 0x1000 to obtain the field value 173 * prescaler to 4096 and the calculated count and access key
|
H A D | nuc900_wdt.c | 37 * The watchdog time interval can be calculated via following formula:
|
/linux-4.1.27/include/media/davinci/ |
H A D | isif.h | 109 * Horizontal clamp value is calculated and subtracted from image data 114 * Horizontal clamp value calculated from previous image is subtracted 156 /* Reset value used is the clamp value calculated */ 190 * 1 - clamp value calculated separately for all colors
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | efi-entry.S | 42 * address of image is calculated and passed via *image_addr.
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
H A D | dram_init.S | 86 or.d $r4, $r6 ; Add calculated mrs
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | sigcontext.h | 28 * backing store. The number of registers in the dirty partition can be calculated as:
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | sdrc.c | 72 * Return pre-calculated values for the SDRC_ACTIM_CTRLA,
|
H A D | dpll44xx.c | 85 * multiplier and divider values calculated. If low-power mode can be
|
/linux-4.1.27/include/linux/mfd/ |
H A D | ipaq-micro.h | 57 * @chksum: calculated checksum
|
H A D | ti_am335x_tscadc.h | 139 * time in us for processing a single channel, calculated as follows:
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | pllnv04.c | 38 * returns calculated clock getMNP_single() 137 * returns calculated clock getMNP_double()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | vhost.h | 45 /* Log writes to used structure, at offset calculated from specified 88 * (calculated from the physical address) from specified log base.
|
H A D | taskstats.h | 128 * average usage per system time unit can be calculated.
|
/linux-4.1.27/init/ |
H A D | calibrate.c | 180 * calculated based on the timer frequency. 293 "value calculated using timer frequency.. "); calibrate_delay()
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
H A D | mperf_monitor.c | 64 * 1) calculated after measurements if we know TSC ticks at mperf/P0 frequency 178 (max_freq_mode == MAX_FREQ_TSC_REF) ? "TSC calculated" : "sysfs read"); mperf_get_count_freq()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-power.h | 339 * to driver if delta in Energy values calculated for this and last 345 * Send beacon to driver if delta in Energy values calculated for this 350 * calculated for current beacon is less than the threshold, use 359 * calculated for this and the last passed beacon is greater than this 364 * calculated for this and the last passed beacon is greater than this
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_pool.c | 43 * we have SLV - server lock volume which is calculated on current number of 48 * set max value which is calculated as the following: allow to one client 54 * calculated as the number of locks in LRU * lock live time in seconds. If 85 * pl_granted - Number of granted locks (calculated); 86 * pl_grant_rate - Number of granted locks for last T (calculated); 87 * pl_cancel_rate - Number of canceled locks for last T (calculated); 88 * pl_grant_speed - Grant speed (GR - CR) for last T (calculated); 89 * pl_grant_plan - Planned number of granted locks for next T (calculated); 90 * pl_server_lock_volume - Current server lock volume (calculated);
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | omap_elm.c | 167 * @ecc: buffer with calculated ecc 169 * Load syndrome fragment registers with calculated ecc in reverse order. 340 * @ecc_calc: calculated ECC bytes from GPMC
|
H A D | lpc32xx_slc.c | 328 * ECC is calculated automatically in hardware during syndrome read lpc32xx_nand_ecc_calculate() 329 * and write operations, so it doesn't need to be calculated here. lpc32xx_nand_ecc_calculate() 567 /* Read last calculated ECC value */ lpc32xx_xfer() 675 * The calculated ECC needs some manual work done to it before lpc32xx_nand_write_page_syndrome() 676 * committing it to NAND. Process the calculated ECC and place lpc32xx_nand_write_page_syndrome()
|
H A D | nand_bch.c | 75 * @calc_ecc: the ECC calculated from raw data
|
H A D | nand_ecc.c | 437 * @calc_ecc: the ECC calculated from raw data 519 * @calc_ecc: the ECC calculated from raw data
|
/linux-4.1.27/drivers/char/agp/ |
H A D | isoch.c | 166 * Write the calculated payload size into the target's NICMD 205 * Along the way, distribute the extra ISOCH_N capability calculated 246 /* Distribute the extra RQ slots calculated above and write our
|
/linux-4.1.27/lib/reed_solomon/ |
H A D | reed_solomon.c | 31 * The encoding puts the calculated syndrome into a given syndrome 313 * @s: syndrome data field (if NULL, syndrome is calculated) 359 * @s: syndrome data field (if NULL, syndrome is calculated)
|
/linux-4.1.27/fs/ubifs/ |
H A D | debug.c | 1143 ubifs_err(c, "directory inode %lu has size %llu, but calculated size is %llu", dbg_check_dir() 1151 ubifs_err(c, "directory inode %lu has nlink %u, but calculated nlink is %u", dbg_check_dir() 1532 ubifs_err(c, "incorrect clean_zn_cnt %ld, calculated %ld", dbg_check_tnc() 1538 ubifs_err(c, "incorrect dirty_zn_cnt %ld, calculated %ld", dbg_check_tnc() 1686 * add_size - add znode size to partially calculated index size. 1689 * @priv: partially calculated index size 1730 ubifs_err(c, "index size check failed: calculated size is %lld, should be %lld", dbg_check_idx_size() 1746 * @references: how many directory/xattr entries refer this inode (calculated 1752 * @calc_sz: for directories calculated directory size 1754 * @calc_xsz: calculated summary size of all extended attributes 1757 * @calc_xnms: calculated sum of lengths of all extended attribute names 2178 ubifs_err(c, "directory inode %lu size is %lld, but calculated size is %lld", check_inodes() 2184 ubifs_err(c, "directory inode %lu nlink is %d, but calculated nlink is %d", check_inodes() 2191 ubifs_err(c, "inode %lu nlink is %d, but calculated nlink is %d", check_inodes() 2198 ubifs_err(c, "inode %lu has xattr size %u, but calculated size is %lld", check_inodes() 2204 ubifs_err(c, "inode %lu has %u xattrs, but calculated count is %lld", check_inodes() 2210 ubifs_err(c, "inode %lu has xattr names' size %u, but calculated names' size is %lld", check_inodes()
|
H A D | lprops.c | 1162 ubifs_err(c, "bad calculated accounting for LEB %d: free %d, dirty %d", 1297 ubifs_err(c, "calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", dbg_check_lprops() 1310 ubifs_err(c, "calculated: total_dead %lld, total_dark %lld", dbg_check_lprops()
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | mt9t031.c | 487 /* calculated gain: map 65..127 to 9..1024 step 0.125 */ mt9t031_s_ctrl() 491 if (gain <= 32) /* calculated gain 9..32 -> 9..32 */ mt9t031_s_ctrl() 493 else if (gain <= 64) /* calculated gain 33..64 -> 0x51..0x60 */ mt9t031_s_ctrl() 496 /* calculated gain 65..1024 -> (1..120) << 8 + 0x60 */ mt9t031_s_ctrl()
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | main.c | 135 /* Store calculated sstp hardware points for use later */ cxl_alloc_sst()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
H A D | descs.h | 206 /* IP header but pseudoheader is not calculated */
|
H A D | dwmac100_core.c | 130 /* The upper 6 bits of the calculated CRC are used to netdev_for_each_mc_addr()
|
H A D | dwmac1000_core.c | 156 /* The upper n bits of the calculated CRC are used to netdev_for_each_mc_addr()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
H A D | dm365_resizer.h | 80 /* store the calculated frame division parameter */
|
H A D | davinci_vpfe_user.h | 170 * Horizontal clamp value is calculated and subtracted 175 * Horizontal clamp value calculated from previous image 178 * is calculated in this case ??? 243 /* Reset value used is the clamp value calculated */ 300 * 1 - clamp value calculated separately for all colors
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | io.c | 180 * automatically calculated based on the total memory size and wlcore_set_partition()
|
/linux-4.1.27/drivers/clocksource/ |
H A D | vf_pit_timer.c | 150 * The value for the LDVAL register trigger is calculated as: pit_clockevent_init()
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | checksum_64.S | 134 /* %o4 has the 16-bit sum we have calculated so-far. */
|
H A D | csum_copy.S | 186 /* %o4 has the 16-bit sum we have calculated so-far. */
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_log_rlimit.c | 55 * the maximum one in terms of the pre-calculated values which were done
|
H A D | xfs_trans_resv.h | 24 * structure for maintaining pre-calculated transaction reservations.
|
H A D | xfs_da_format.c | 220 * Hence, this calculation is written as a macro to be able to be calculated at 221 * compile time and so certain offsets can be calculated directly in the
|
/linux-4.1.27/arch/mips/lasat/ |
H A D | lasat_board.c | 115 "not match calculated, attempting to soldier on...\n"); lasat_init_board_info()
|
/linux-4.1.27/arch/arm/plat-samsung/include/plat/ |
H A D | gpio-core.h | 94 * This helper returns the irq number calculated from the chip->irq_base and
|
H A D | cpu-freq-core.h | 144 * @set_iotiming: Update the IO timings from the cached copies calculated 147 * from the newly calculated frequencies.
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | sys_eiger.c | 150 /* The SRM console has already calculated out the IRQ value's for eiger_map_irq()
|
H A D | sys_dp264.c | 221 * The SRM console reports PCI interrupts with a vector calculated by: dp264_srm_device_interrupt() 245 * The SRM console reports PCI interrupts with a vector calculated by: clipper_srm_device_interrupt()
|
H A D | time.c | 431 /* If the given value is within 250 PPM of what we calculated, time_init()
|
/linux-4.1.27/net/ipv4/ |
H A D | ip_forward.c | 134 * we calculated. ip_forward()
|
H A D | inet_timewait_sock.c | 259 * backoff). Normal timewait length is calculated so, that we __inet_twsk_schedule()
|
/linux-4.1.27/lib/xz/ |
H A D | xz_dec_test.c | 96 * data is calculated and is printed at the end of successful decoding. The
|
H A D | xz_dec_stream.c | 48 /* Type of the integrity check calculated from uncompressed data */ 90 * Hash calculated from the Block sizes. This is used to 112 * Hash calculated from the Records (matches block.hash in
|
/linux-4.1.27/drivers/net/usb/ |
H A D | cdc_eem.c | 312 * the Ethernet frame contains a calculated CRC: eem_rx_fixup() 313 * bmCRC = 1 : CRC is calculated eem_rx_fixup()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-sun4i.c | 241 * divide rate 1, which is calculated thanks to this formula: sun4i_spi_transfer_one() 243 * Or we can use CDR2, which is calculated with the formula: sun4i_spi_transfer_one()
|
H A D | spi-sun6i.c | 229 * divide rate 1, which is calculated thanks to this formula: sun6i_spi_transfer_one() 231 * Or we can use CDR2, which is calculated with the formula: sun6i_spi_transfer_one()
|
H A D | spi-bcm2835.c | 366 /* finally set the calculated flags in SPI_CS */ bcm2835_spi_set_cs()
|
/linux-4.1.27/sound/pci/aw2/ |
H A D | aw2-saa7146.c | 179 can be calculated as follows: snd_aw2_saa7146_pcm_init_playback() 236 can be calculated as follows: snd_aw2_saa7146_pcm_init_capture()
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | netio_intf.h | 104 /** The L4 checksum has not been calculated. */ 110 /** The L3 checksum has not been calculated. */ 116 /** The L3 checksum is incorrect (or perhaps has not been calculated). */ 172 /** The L4 checksum is incorrect (or perhaps has not been calculated). */ 988 * For TCP and UDP packets, this hash is calculated by hashing together 1067 /** Determine whether the L4 (TCP/UDP) checksum was calculated. 1072 * @return Nonzero if the L4 checksum was calculated. 1081 /** Determine whether the L4 (TCP/UDP) checksum was calculated and found to 1087 * @return Nonzero if the checksum was calculated and is correct. 1097 /** Determine whether the L3 (IP) checksum was calculated. 1102 * @return Nonzero if the L3 (IP) checksum was calculated. 1111 /** Determine whether the L3 (IP) checksum was calculated and found to be 1117 * @return Nonzero if the checksum was calculated and is correct. 1571 * For TCP and UDP packets, this hash is calculated by hashing together 1653 /** Determine whether the L4 (TCP/UDP) checksum was calculated. 1657 * @return Nonzero if the L4 checksum was calculated. 1668 /** Determine whether the L4 (TCP/UDP) checksum was calculated and found to 1673 * @return Nonzero if the checksum was calculated and is correct. 1684 /** Determine whether the L3 (IP) checksum was calculated. 1688 * @return Nonzero if the L3 (IP) checksum was calculated. 1699 /** Determine whether the L3 (IP) checksum was calculated and found to be 1704 * @return Nonzero if the checksum was calculated and is correct. 1837 * to be replaced with the calculated checksum. 1885 * to be replaced with the calculated checksum.
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | wm8978.c | 451 * the OPCLK divisor is calculated directly, not iteratively. 494 * prescale = 1, or prescale = 2. Prescale is calculated inside wm8978_configure_pll() 519 * prescale = 1, or prescale = 2. Prescale is calculated inside wm8978_configure_pll() 541 dev_dbg(codec->dev, "%s: calculated PLL N=0x%x, K=0x%x, div2=%d\n", wm8978_configure_pll() 657 * Data Format mask = 0x18: all will be calculated anew wm8978_set_dai_fmt()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-exynos5.c | 147 * are calculated against this frequency 257 * timing values calculated 260 * be calculated.
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 386 * @checksum_val: calculated checksum 426 * calculated checksum ixgbe_validate_eeprom_checksum_X540() 433 /* If the user cares, return the calculated checksum */ ixgbe_validate_eeprom_checksum_X540()
|
H A D | ixgbe_ptp.c | 63 * The calculated value allows us to right shift the SYSTIME register 763 * Modify the calculated values to fit within the correct ixgbe_ptp_start_cyclecounter() 765 * have the same space as the X540, so bitshift the calculated ixgbe_ptp_start_cyclecounter() 836 * Now that the shift has been calculated and the systime ixgbe_ptp_reset()
|
H A D | ixgbe_x550.c | 330 * @buffer: pointer to buffer containing calculated checksum 440 * @checksum_val: calculated checksum 474 * calculated checksum ixgbe_validate_eeprom_checksum_X550() 481 /* If the user cares, return the calculated checksum */ ixgbe_validate_eeprom_checksum_X550()
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | memcpy_mck.S | 326 // The jump address is calculated based on src alignment. The COPYU 541 * faulting address is calculated as page_round_down(max(src0, src1)). 616 * The remaining byte to copy is calculated as:
|
/linux-4.1.27/fs/befs/ |
H A D | datastream.c | 400 that contain the inode addresses we calculated above. Even 464 befs_error(sb, "The double-indirect index calculated by " befs_find_brun_dblindirect() 494 befs_error(sb, "The indirect index calculated by " befs_find_brun_dblindirect()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | ina2xx.c | 415 /* calculated current */ 419 /* calculated power */
|
/linux-4.1.27/drivers/mfd/ |
H A D | max14577.c | 55 * @dst: destination to store calculated register value 62 * The calculated register value matches the current which:
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.h | 380 * bit 4 : L3I:1 L3 identified and checksum calculated 381 * bit 5 : L4I:1 L4 identified and checksum calculated
|
H A D | fw_inc.c | 113 " calculated for %lu bytes 0x%08x != 0x%08x\n", wil_fw_verify()
|
/linux-4.1.27/drivers/devfreq/ |
H A D | devfreq-event.c | 158 * @edata : the calculated data of devfreq-event device 160 * Note that this function get the calculated event data from devfreq-event dev
|
/linux-4.1.27/fs/affs/ |
H A D | super.c | 375 /* The root block location that was calculated above is not affs_fill_super() 383 * block behind the calculated one. So we check this one, too. affs_fill_super()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | dsp.h | 41 extern u32 dsp_poll_diff; /* calculated fix-comma corrected poll value */
|
H A D | dsp_dtmf.c | 206 /* our (squared) coefficients have been calculated, we need to process dsp_dtmf_goertzel_decode()
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
H A D | ssp.h | 162 * @timestamp: previous time in ns calculated for time syncing
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-bcm2835.c | 40 * This should probably be dynamically calculated based on the actual card
|
/linux-4.1.27/drivers/mtd/ |
H A D | bcm47xxpart.c | 211 * Pure rootfs size is known and can be calculated as: bcm47xxpart_parse()
|
H A D | cmdlinepart.c | 195 /* enter this partition (offset will be calculated later if it is zero at this point) */ newpart()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_desc.h | 24 /* IP header but pseudoheader is not calculated */
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet_mdio.c | 137 /* clk_div can be calculated by deriving it from the equation: axienet_mdio_setup()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | fplustm.h | 207 /* calculated FORMAC+ reg.addr. */
|
/linux-4.1.27/drivers/scsi/libfc/ |
H A D | fc_libfc.c | 109 * If crc is NULL, CRC is not calculated.
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_internal.h | 157 /* it is already calculated as sizeof struct obd_capa */ mdc_set_capa_size()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
H A D | phy_g.h | 150 /* The calculated attenuation deltas that are used later
|
H A D | phy_common.h | 146 * @adjust_txpower: Write the previously calculated TX power settings
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gem.h | 94 * that it is calculated with framebuffer information such as width,
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | powernow-k8.h | 19 u32 vidmvs; /* usable value calculated from mvs */
|
H A D | speedstep-lib.c | 183 * frequency cannot be calculated and has to be measured. pentium4_get_frequency()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | module.c | 61 * code is called. Once calculated it stays the same until get_module_load_offset()
|
H A D | apb_timer.c | 413 printk(KERN_INFO "TSC freq calculated by APB timer is %lu khz\n", khz); apbt_quick_calibrate()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_kms.h | 82 /* the actual mixer stage, calculated in crtc->atomic_check()
|
/linux-4.1.27/drivers/uwb/ |
H A D | whci.c | 88 * (statically calculated); cap_id comes from nowhere, we use
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | m88ds3103_priv.h | 46 /* main mclk is calculated for M88RS6000 dynamically */
|
H A D | mb86a20s.c | 107 * calculated when device gets locked. As TMCC is parsed, the values 125 * quickly calculated when device gets locked. As TMCC is parsed, the 140 * calculated when device gets locked. As TMCC is parsed, the values 1705 * Total Bit Error/Count is calculated as the sum of the mb86a20s_get_stats() 1726 * Total Bit Error/Count is calculated as the sum of the mb86a20s_get_stats() 1743 * Total block Error/Count is calculated as the sum of the mb86a20s_get_stats()
|
H A D | zl10036.c | 267 /* minimal sleep time to be calculated zl10036_set_bandwidth()
|
/linux-4.1.27/include/net/caif/ |
H A D | cfpkt.h | 167 * chks: Checksum calculated so far.
|
/linux-4.1.27/include/net/ |
H A D | dn.h | 84 * varience of the smoothed average (but calculated in
|
H A D | ieee802154_netdev.h | 97 /* pushes hdr onto the skb. fields of hdr->fc that can be calculated from
|
/linux-4.1.27/arch/powerpc/crypto/ |
H A D | aes-spe-keys.S | 226 * number of bytes to handle are calculated from length of key (16/24/32)
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 252 /* compare calculated auth tag with the stored one */ ccm_decrypt()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | time.c | 187 * loops_per_usec is calculated by the kernel later once the time_init()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | time.c | 274 * loops_per_usec is calculated by the kernel later once the time_init()
|
/linux-4.1.27/arch/hexagon/mm/ |
H A D | init.c | 56 * calculated to confirm.
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | iotiming-s3c2412.c | 172 * Set the IO bank information from the details calculated earlier from
|
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | aemif.c | 64 * On success, returns the calculated timing value minus 1 for easy
|
/linux-4.1.27/kernel/sched/ |
H A D | cpupri.c | 59 * Note: This function returns the recommended CPUs as calculated during the
|
/linux-4.1.27/net/mac802154/ |
H A D | rx.c | 260 * add an own calculated one. This is currently an ugly ieee802154_rx()
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_wrr.c | 52 * So, we modify how mw is calculated, now it is reduced with (di - 1),
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_nat_helper.c | 177 /* fix udp checksum if udp checksum was previously calculated */ nf_nat_mangle_udp_packet()
|
/linux-4.1.27/net/sched/ |
H A D | sch_red.c | 13 * Alexey Makarenko <makar@phoenix.kharkov.ua> 990814: qave on idle link was calculated incorrectly.
|
/linux-4.1.27/scripts/kconfig/ |
H A D | confdata.c | 428 /* check that calculated value agrees with saved value */ for_all_symbols() 1092 /* clear VALID to get value calculated */ randomize_choice_values() 1096 /* clear VALID to get value calculated */ randomize_choice_values() 1118 /* clear VALID to get value calculated */ set_all_choice_values()
|
H A D | expr.h | 94 #define SYMBOL_VALID 0x0080 /* set when symbol.curr is calculated */
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_beep.c | 93 * The tone frequency in Hz is calculated as
|
/linux-4.1.27/include/linux/ceph/ |
H A D | messenger.h | 243 u32 in_front_crc, in_middle_crc, in_data_crc; /* calculated crc */
|
/linux-4.1.27/include/linux/gpio/ |
H A D | driver.h | 72 * is calculated by subtracting @base from the gpio number.
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | docg3.c | 61 * - BCH syndroms are calculated in hardware, and checked in hardware as well 616 * @hwecc: the hardware calculated ECC. 618 * area data, and calc_ecc the ECC calculated by the hardware generator. 773 * doc_get_bch_hw_ecc - Get hardware calculated BCH ECC 813 * @block0: first plane block index calculated 814 * @block1: second plane block index calculated 815 * @page: page calculated
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | io.c | 799 ubi_warn(ubi, "bad EC header CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_ec_hdr() 803 dbg_bld("bad EC header CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_ec_hdr() 1058 ubi_warn(ubi, "bad CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_vid_hdr() 1062 dbg_bld("bad CRC at PEB %d, calculated %#08x, read %#08x", ubi_io_read_vid_hdr() 1217 ubi_err(ubi, "bad CRC, calculated %#08x, read %#08x", self_check_peb_ec_hdr() 1305 ubi_err(ubi, "bad VID header CRC at PEB %d, calculated %#08x, read %#08x", self_check_peb_vid_hdr()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 49 * All clocks on the Mach64 can be calculated using the same principle: 275 printk("atyfb(%s): calculated 0x%08X(%i)\n", __func__, ret, ret); aty_pll_to_var_ct()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | slogn.S | 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated 57 | Y-F has to be calculated carefully when 1/2 <= X < 3/2.
|
/linux-4.1.27/kernel/time/ |
H A D | ntp.c | 818 * calculated. If the wander is less than the wander threshold hardpps_update_freq() 835 /* the stability metric is calculated as the average of recent hardpps_update_freq()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 30 * checksum calculated is returned.
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 82 * of bytes calculated using txop.
|
/linux-4.1.27/drivers/staging/iio/light/ |
H A D | tsl2x7x_core.c | 327 * of ch1 value, to the ch0 value, is calculated. Array tsl2x7x_device_lux[] 329 * we just calculated. The ch0 and ch1 multiplier constants in the array are 336 u32 lux; /* raw lux calculated from device data */ tsl2x7x_get_lux() 642 /* Non calculated parameters */ tsl2x7x_chip_on()
|
H A D | tsl2583.c | 188 * of ch1 value, to the ch0 value, is calculated. The array taos_device_lux[] 190 * above the ratio we just calculated. The ch0 and ch1 multiplier constants in 197 u32 lux; /* raw lux calculated from device data */ taos_get_lux()
|
/linux-4.1.27/drivers/input/misc/ |
H A D | drv2667.c | 147 "ERROR: Frequency calculated to %i\n", freq); drv2667_set_waveform_freq()
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 45 * Pre-calculated empty message digests. 224 * get_empty_message_digest - Returns a pre-calculated digest for 1002 * Use a pre-calculated empty message digest hash_hw_final() 1270 * @digest: User allocated byte array for the calculated digest.
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 65 /* we keep window of 64 w[i]+K pre-calculated values in a circular buffer */
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_vli.h | 126 * The rest of the code table is calculated at compiletime from this. */
|
/linux-4.1.27/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 71 * digest we just calculated. pkcs7_digest()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | acglobal.h | 67 /* These addresses are calculated from the FADT Event Block addresses */
|
H A D | exprep.c | 581 * Previously, the value was calculated as an index in terms of the acpi_ex_prep_field_value()
|
H A D | utstring.c | 604 * required buffer length is precisely calculated before buffer
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_irq.c | 35 * The refresh rate is also calculated for video playback sync purposes.
|
/linux-4.1.27/include/xen/interface/io/ |
H A D | vscsiif.h | 135 * elements referencing the target data buffers is calculated from the lengths
|
/linux-4.1.27/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 368 * The MBMR mask is calculated in units of 256kB, which sh7780_pci_init()
|
H A D | pcie-sh7786.c | 446 * The PAMR mask is calculated in units of 256kB, which pcie_init()
|
/linux-4.1.27/mm/ |
H A D | slab.h | 22 unsigned int align; /* Alignment as calculated */
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_nvm.c | 429 * @checksum: calculated checksum 451 * calculated checksum i40e_validate_nvm_checksum() 456 /* If the user cares, return the calculated checksum */ i40e_validate_nvm_checksum()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-traffic.h | 202 * 19-Average of legacy Rx and Tx utilization calculated from link 211 * 51-Average of legacy Rx and Tx utilization calculated from 437 * Routing Type. The packet still has a checksum calculated but it 867 * Type. The packet still has a checksum calculated but it may be 1835 * @rth_it_hit: Set, If RTH hash value calculated by the Titan hardware 1837 * @rth_spdm_hit: Set, If RTH hash value calculated by the Titan hardware
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 298 * appropriate interval that was calculated.
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | soc_scale_crop.c | 355 * client crop. New scales are calculated from the requested output format and
|
/linux-4.1.27/drivers/memory/ |
H A D | ti-aemif.c | 138 * On success, returns the calculated timing value minus 1 for easy
|
/linux-4.1.27/drivers/misc/ |
H A D | bmp085.c | 87 s32 b6; /* calculated temperature correction coefficient */
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_fabric_lib.c | 410 "does not match calculated tid_len: %u," iscsi_parse_pr_out_transport_id()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | oaktrail_crtc.c | 515 /* Convert calculated values to register values */ oaktrail_crtc_mode_set()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_registers.h | 342 * registers are calculated from one of the base registers. The use of
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | tsb.S | 139 * calculated above. If the huge page TSB has not been
|
H A D | wof.S | 139 * But first, store the new user window mask calculated
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ioctl.c | 127 * state calculated at init (ie. default context construction) nvkm_ioctl_new()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 319 * to avoid this, we invalidate the most recently calculated
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_eem.c | 482 * b14: bmCRC (0 == sentinel, 1 == calculated) eem_unwrap()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | sossi.c | 374 * with remapping/reordering disabled it will be calculated by HW sossi_set_bits_per_cycle()
|
/linux-4.1.27/include/video/ |
H A D | exynos_mipi_dsim.h | 180 * pms could be calculated as the following.
|
/linux-4.1.27/arch/parisc/math-emu/ |
H A D | dfadd.c | 223 * and is simply calculated. A sum could become normalized and a dbl_fadd()
|
H A D | dfsub.c | 226 * and is simply calculated. A sum could become normalized and a dbl_fsub()
|