/linux-4.1.27/drivers/rtc/ |
H A D | rtc-ep93xx.c | 42 static int ep93xx_rtc_get_swcomp(struct device *dev, unsigned short *preload, ep93xx_rtc_get_swcomp() argument 50 if (preload) ep93xx_rtc_get_swcomp() 51 *preload = (comp & EP93XX_RTC_SWCOMP_INT_MASK) ep93xx_rtc_get_swcomp() 82 unsigned short preload, delete; ep93xx_rtc_proc() local 84 ep93xx_rtc_get_swcomp(dev, &preload, &delete); ep93xx_rtc_proc() 86 seq_printf(seq, "preload\t\t: %d\n", preload); ep93xx_rtc_proc() 101 unsigned short preload; ep93xx_rtc_show_comp_preload() local 103 ep93xx_rtc_get_swcomp(dev, &preload, NULL); ep93xx_rtc_show_comp_preload() 105 return sprintf(buf, "%d\n", preload); ep93xx_rtc_show_comp_preload()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | ie6xx_wdt.c | 91 * This is needed to write to preload and reload registers 112 u32 preload; ie6xx_wdt_set_timeout() local 118 /* and the preload value is loaded into [34:15] of the down counter */ ie6xx_wdt_set_timeout() 119 preload = (t * clock) >> 15; ie6xx_wdt_set_timeout() 121 * Manual states preload must be one less. ie6xx_wdt_set_timeout() 124 preload -= 1; ie6xx_wdt_set_timeout() 136 outl(preload, ie6xx_wdt_data.sch_wdtba + PV2); ie6xx_wdt_set_timeout()
|
/linux-4.1.27/arch/arm/mach-rpc/include/mach/ |
H A D | acornfb.h | 111 * accesses. However, in 64 bit bus mode the FIFO preload value acornfb_vidc20_find_rates() 114 * FIFO preload value). acornfb_vidc20_find_rates()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | fpu-internal.h | 433 typedef struct { int preload; } fpu_switch_t; member in struct:__anon3033 443 fpu.preload = tsk_used_math(new) && switch_fpu_prepare() 456 if (fpu.preload) { switch_fpu_prepare() 465 if (fpu.preload) { switch_fpu_prepare() 468 fpu.preload = 0; switch_fpu_prepare() 479 * given the process the FPU if we are going to preload the FPU 485 if (fpu.preload) { switch_fpu_finish()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | twofish-avx-x86_64-asm_64.S | 189 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ 194 preload(c ## 1); \ 197 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ 202 preload(c ## 1); \
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce.S | 19 /* preload all round keys */
|
H A D | aes-neon.S | 24 /* preload the entire Sbox */ 36 /* do preload for encryption */ 45 /* do preload for decryption */
|
/linux-4.1.27/lib/ |
H A D | idr.c | 87 * one from the per-cpu preload buffer. If @layer_idr is not %NULL, fetch 92 * together with per-pool preload buffer. 104 * before preload buffer; otherwise, non-preloading idr_alloc() idr_layer_alloc() 114 * Try to fetch one from the per-cpu preload buffer if in process idr_layer_alloc() 371 * idr_preload - preload for idr_alloc() 398 * Consuming preload buffer from non-process context breaks preload idr_preload() 422 /* link the new one to per-cpu preload list */ idr_preload()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 1317 int preload = 0; local 1346 /* preload if we have delay set */ 1348 preload = len; 1349 if (preload < 128) 1350 preload = 128; 1354 nskb = mI_alloc_skb(len + preload, GFP_ATOMIC); 1358 len + preload); 1370 d = skb_put(nskb, preload + len); /* result */ 1376 /* preload with silence, if required */ 1377 if (preload) { 1378 memset(d, dsp_silence, preload); 1379 d += preload; 1598 memcpy(skb_put(txskb, len), nskb->data + preload,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | sram242x.S | 247 adr r4, pbegin @ addr of preload start 248 adr r8, pend @ addr of preload end 249 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
H A D | sram243x.S | 247 adr r4, pbegin @ addr of preload start 248 adr r8, pend @ addr of preload end 249 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | head.S | 70 # preload the PGD pointer register 312 # preload the PGD pointer register
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | slb.c | 229 * preload some userspace segments into the SLB. switch_slb() 231 * 0x10000000 so it makes sense to preload this segment. switch_slb()
|
H A D | mem.c | 482 * We use it to preload an HPTE into the hash table corresponding to
|
H A D | hash_utils_64.c | 1242 * hash preload there. Hence can ignore THP here hash_preload() 1251 * a 64K kernel), then we don't preload, hash_page() will take hash_preload()
|
H A D | pgtable_64.c | 811 * We use it to preload an HPTE into the hash table corresponding to
|
/linux-4.1.27/tools/lib/lockdep/ |
H A D | preload.c | 226 * We keep trying to init our preload module because there might be pthread_mutex_init() 228 * initialized, in that case we'll need to manually call preload pthread_mutex_init()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zr36050.c | 440 /* encoding table preload for compression */ zr36050_init() 483 /* do the internal huffman table preload */ zr36050_init() 488 dprintk(2, "%s: Status after table preload: 0x%02x\n", zr36050_init() 542 /* encoding table preload */ zr36050_init() 553 /* do the internal huffman table preload */ zr36050_init() 558 dprintk(2, "%s: Status after table preload: 0x%02x\n", zr36050_init()
|
H A D | zr36060.c | 558 dprintk(2, "%s: Status after table preload: 0x%02x\n", ptr->name, zr36060_init()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | smsc47m1.c | 116 #define FAN_FROM_REG(reg, div, preload) ((reg) <= (preload) || (reg) == 255 ? \ 118 983040 / (((reg) - (preload)) * (div)))
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | s526.c | 198 /* Reset the counter if it is software preload */ s526_gpct_insn_config() 246 /* Reset the counter if it is software preload */ s526_gpct_insn_config()
|
H A D | s626.h | 436 #define S626_LOADSRC_NONE 3 /* Never preload core. */ 510 #define S626_CRABIT_LOADSRC_A 9 /* A preload trigger. */ 589 #define S626_CRBBIT_LOADSRC_B 6 /* B preload trigger. */
|
H A D | s626.c | 672 * Write value into counter preload register. 1046 * Return/set the event that will trigger transfer of the preload 1989 /* Set the preload register */ s626_timer_load() 1993 * Software index pulse forces the preload register to load s626_timer_load() 2396 /* Set the preload register */ s626_enc_insn_write() 2400 * Software index pulse forces the preload register to load s626_enc_insn_write()
|
H A D | dt282x.c | 606 * - preload multiplexer
|
/linux-4.1.27/arch/arm/kvm/ |
H A D | psci.c | 250 * value. To achieve this, we preload r0 (or x0) with kvm_psci_0_2_call()
|
/linux-4.1.27/net/9p/ |
H A D | error.c | 189 * p9_error_init - preload mappings into hash list
|
/linux-4.1.27/include/linux/ |
H A D | idr.h | 93 * idr_preload_end - end preload section started with idr_preload()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | asihpi.c | 631 unsigned int preload = ds->period_bytes * 1; snd_pcm_group_for_each_entry() local 632 snd_printddd("%d preload %d\n", s->number, preload); snd_pcm_group_for_each_entry() 636 preload, snd_pcm_group_for_each_entry() 638 ds->pcm_buf_host_rw_ofs = preload; snd_pcm_group_for_each_entry() 935 /* ? host_rw_ofs always ahead of elapsed_dma_ofs by preload size? */ snd_pcm_group_for_each_entry()
|
/linux-4.1.27/drivers/ide/ |
H A D | trm290.c | 88 * Index-2 read-ahead counter preload bits 0-7 (byte, write only)
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | smp.c | 249 /* preload SMP state for boot cpu */ smp_prepare_boot_cpu()
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | sleep.S | 84 # preload and lock into icache that code which may have to run
|
H A D | head.S | 130 # preload the registers with invalid values in case any DBR/DARS are marked not present
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | assembler.h | 67 * Data preload for architectures that support it
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | sa_query.c | 621 bool preload = !!(gfp_mask & __GFP_WAIT); send_mad() local 625 if (preload) send_mad() 632 if (preload) send_mad()
|
/linux-4.1.27/drivers/atm/ |
H A D | horizon.c | 232 configurable divider and a configurable timer preload value). 532 * different values by specifying two parameters: a timer preload from 536 * cellrate = baserate / (preload * 2^divider) 539 * base rate. Halving the preload is equivalent to adding 1 to the 540 * divider and so values 1 to 8 of the preload are redundant except 543 * Given a desired cell rate, an algorithm to determine the preload 1495 // Update the PCR counter preload value etc. setup_idle_tx_channel()
|
/linux-4.1.27/drivers/firewire/ |
H A D | core-cdev.c | 489 bool preload = !!(gfp_mask & __GFP_WAIT); add_client_resource() local 493 if (preload) add_client_resource() 509 if (preload) add_client_resource()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2400pci.h | 206 * CFP_COUNT_PRELOAD: Cfp count preload value. 207 * TBCM_PRELOAD: Tbcn preload value in units of 64us.
|
H A D | rt2500pci.h | 283 * CFP_COUNT_PRELOAD: Cfp count preload value. 284 * TBCM_PRELOAD: Tbcn preload value in units of 64us.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | ampdu.c | 118 * ffpld_rsvd: number of bytes to reserve for preload 769 /* set the preload length */ brcms_c_ampdu_finalize()
|
/linux-4.1.27/net/sctp/ |
H A D | associola.c | 1591 bool preload = !!(gfp & __GFP_WAIT); sctp_assoc_set_id() local 1598 if (preload) sctp_assoc_set_id() 1604 if (preload) sctp_assoc_set_id()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | grutables.h | 357 unsigned char ts_tlb_preload_count; /* TLB preload pages */
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_mru_cache.c | 362 * We use GFP_KERNEL radix tree preload and do inserts under a xfs_mru_cache_create()
|
H A D | xfs_icache.c | 305 * write spinlock. Note that we cannot sleep inside the preload xfs_iget_cache_miss()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 120 mga_outl(0x3C24, ((mt->VSyncStart) << 16) | (mt->HSyncStart)); /* preload */ matroxfb_dh_restore()
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | pgtable.h | 483 * preload information about a newly instantiated PTE into the SCR0/SCR1 PGE cache
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | memcpy_mck.S | 584 // in line_copy block, the preload addresses should always ahead
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | dispc.c | 1239 * configure the preload to the pipeline's high threhold, if HT it's too dispc_ovl_set_fifo_threshold() 1240 * large for the preload field, set the threshold to the maximum value dispc_ovl_set_fifo_threshold() 1241 * that can be held by the preload register dispc_ovl_set_fifo_threshold()
|
/linux-4.1.27/fs/cifs/ |
H A D | readdir.c | 69 * Attempt to preload the dcache with the results from the FIND_FIRST/NEXT
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-record.c | 239 *a preload dso because default guest module symbols are loaded perf_event__synthesize_guest_os()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 213 AHC_SG_PRELOAD = 0x00080, /* Can perform auto-SG preload */
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 158 crc = 0xffffffff; /* preload shift register, per CRC-32 spec */ getcrc32()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 138 crc = 0xffffffff; /* preload shift register, per CRC-32 spec */ getcrc32()
|
/linux-4.1.27/sound/pci/nm256/ |
H A D | nm256.c | 1293 /* preload the cache, so as to avoid even a single snd_nm256_ac97_reset()
|
/linux-4.1.27/tools/perf/util/ |
H A D | machine.c | 1148 * preload dso of guest kernel and modules machine__process_kernel_mmap_event()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 131 crc = 0xffffffff; /* preload shift register, per CRC-32 spec */ getcrc32()
|
/linux-4.1.27/drivers/block/ |
H A D | amiflop.c | 883 ; preload the registers containing the CRC with the values they would have
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 84 /* The 3XP will preload and remove 64 entries from the free buffer
|