Searched refs:lowest (Results 1 - 200 of 551) sorted by relevance

123

/linux-4.4.14/arch/alpha/include/asm/
H A Dword-at-a-time.h42 /* Retain lowest set bit only */ find_zero()
44 /* Binary search for lowest set bit */ find_zero()
H A Ddma.h66 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
/linux-4.4.14/arch/x86/include/asm/
H A Dmsidef.h44 /* lowest priority */
H A Dirq_vectors.h43 * Reserve the lowest usable vector (and hence lowest priority) 0x20 for
H A Dio_apic.h69 * 001: lowest prio
H A Ddma.h61 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
H A Dapic.h571 * specified in the interrupt destination when using lowest flat_vector_allocation_domain()
/linux-4.4.14/include/linux/spi/
H A Dmax7301.h27 * _note_ the 4 lowest bits are unused, because the first 4
/linux-4.4.14/arch/s390/include/asm/
H A Disc.h10 * Reminder: 0 is highest priority, 7 lowest.
/linux-4.4.14/arch/blackfin/include/asm/
H A Dl1layout.h25 keep track of the lowest address of the stack pointer during its
/linux-4.4.14/arch/x86/kvm/
H A Dirq_comm.c57 struct kvm_vcpu *vcpu, *lowest = NULL; kvm_irq_delivery_to_apic() local
61 printk(KERN_INFO "kvm: apic: phys broadcast and lowest prio\n"); kvm_irq_delivery_to_apic()
81 if (!lowest) kvm_for_each_vcpu()
82 lowest = vcpu; kvm_for_each_vcpu()
83 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) kvm_for_each_vcpu()
84 lowest = vcpu; kvm_for_each_vcpu()
88 if (lowest)
89 r = kvm_apic_set_irq(lowest, irq, dest_map);
/linux-4.4.14/drivers/clk/qcom/
H A Dclk-rcg.h42 * @mnctr_mode_shift: lowest bit of mn counter mode field
43 * @n_val_shift: lowest bit of n value field
44 * @m_val_shift: lowest bit of m value field
62 * @pre_div_shift: lowest bit of pre divider field
72 * @src_sel_shift: lowest bit of source selection field
H A Dclk-rcg2.c368 /* switch to XO, which is the lowest entry in the freq table */ clk_rcg2_shared_disable()
/linux-4.4.14/arch/m32r/kernel/
H A Dirq.c13 * This file contains the lowest level m32r-specific interrupt
/linux-4.4.14/arch/blackfin/include/mach-common/
H A Dirq.h31 * System Call IVG15 15 (lowest priority)
/linux-4.4.14/drivers/clk/ingenic/
H A Dcgu.h29 * index of the lowest bit of the multiplier value in the PLL's
35 * index of the lowest bit of the divider value in the PLL's
41 * the index of the lowest bit of the post-VCO divider value in
67 * the lowest bit of the mux value within its control register)
80 * the lowest bit of the divide value within its control register)
/linux-4.4.14/drivers/pcmcia/
H A Dcardbus.c65 * and handles the lowest level PCI device setup issues.
105 * cb_free() handles the lowest level PCI device cleanup.
/linux-4.4.14/kernel/time/
H A Djiffies.c30 /* The Jiffies based clocksource is the lowest common
69 .rating = 1, /* lowest valid rating*/
H A Dsched_clock.c51 * @seq: Sequence counter for protecting updates. The lowest
/linux-4.4.14/drivers/staging/unisys/include/
H A Ddiagchannel.h19 /* Levels of severity for diagnostic events, in order from lowest severity to
/linux-4.4.14/arch/x86/platform/uv/
H A Duv_time.c196 u64 lowest = ULLONG_MAX; uv_rtc_find_next_timer() local
202 if (exp < lowest) { uv_rtc_find_next_timer()
204 lowest = exp; uv_rtc_find_next_timer()
210 if (uv_setup_intr(c, lowest)) uv_rtc_find_next_timer()
/linux-4.4.14/arch/c6x/include/asm/
H A Dirq.h28 * priority and IRQ 15 having the lowest.
/linux-4.4.14/lib/xz/
H A Dxz_lzma2.h23 * Maximum number of position states. A position state is the lowest pb
60 /* The lowest 7 states indicate that the previous state was a literal. */
174 * - alignment bits: four lowest bits
188 * lowest four bits (alignment) is encoded using probabilities.
H A Dxz_dec_bcj.c42 * data (in a single .xz Block). We care only about the lowest 32
216 /* 41-bit instruction stored somewhere in the lowest 48 bits */ bcj_ia64()
/linux-4.4.14/include/linux/pinctrl/
H A Dpinctrl-state.h26 * its lowest sleep state. Could typically be set from an
/linux-4.4.14/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; clk_rate_round_helper() local
99 lowest = ~0UL; clk_rate_round_helper()
104 if (freq < lowest) for_each_frequency()
105 lowest = freq; for_each_frequency()
119 if (rounder->rate <= lowest)
120 rate_best_fit = lowest;
/linux-4.4.14/include/net/
H A Dllc.h48 * @p_bit - only lowest-order bit used
49 * @f_bit - only lowest-order bit used
H A Dllc_pdu.h47 /* Get PDU type from 2 lowest-order bits of control field first byte */
112 #define LLC_XID_MIN_RW 0x02 /* lowest-order bit always zero */
163 * send state variable value in low-order 7 bits (insure the lowest-order
178 * lowest-order bit)
/linux-4.4.14/arch/mips/include/asm/
H A Dmaar.h34 * @lower: The lowest address that the MAAR pair will affect. Must be
79 * @lower: The lowest address that the MAAR pair will affect. Must be
H A Ddma.h67 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
/linux-4.4.14/arch/powerpc/boot/
H A Dcuboot-acadia.c129 udiv = 256; /* Assume lowest possible serial clk */ get_clocks()
147 diff = idiff; /* update lowest diff*/ get_clocks()
/linux-4.4.14/arch/x86/kernel/
H A Dirq_64.c4 * This file contains the lowest level x86_64-specific interrupt
H A Dirq_32.c4 * This file contains the lowest level x86-specific interrupt
H A Dkexec-bzimage64.c34 * Defines lowest physical address for various segments. Not sure where
/linux-4.4.14/fs/ocfs2/cluster/
H A Dquorum.c118 "lowest: %d (%sreachable)\n", qs->qs_heartbeating, o2quo_make_decision()
141 * the lowest numbered node */ o2quo_make_decision()
155 "nodes which doesn't include the lowest active " o2quo_make_decision()
168 "connected: %d, lowest: %d (%sreachable)\n", o2quo_make_decision()
/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-xtalk.c72 * hub connected at highest or lowest widget as xbow_probe()
/linux-4.4.14/arch/mn10300/proc-mn103e010/
H A Dproc-init.c57 /* disable all interrupts and set to priority 6 (lowest) */ processor_init()
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/
H A Dproc-init.c73 /* disable all interrupts and set to priority 6 (lowest) */ processor_init()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dmsdi.c57 * the value that results in the lowest possible clock rate, to attempt
H A Domap-pm.h106 * information to set the interconnect clock to run at the lowest
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dpleb.c69 * the two SA1100 lowest chip select outputs.
H A Dsleep.S53 @ delay 90us and set CPU PLL to lowest speed
/linux-4.4.14/drivers/cpufreq/
H A Dlongrun.c155 * longrun_determine_freqs - determines the lowest and highest possible core frequency
156 * @low_freq: an int to put the lowest frequency into
159 * Determines the lowest and highest possible core frequencies on this CPU.
H A Dpowernow-k8.h89 * - lowest entry in the high fid table must be >= 2 * the entry in the
91 * - lowest entry in the high fid table must be a <= 200MHz + 2 * the entry
95 * - lowest frequency must be >= interprocessor hypertransport link speed
H A Dcppc_cpufreq.c29 * e.g. For each CPU the highest, lowest supported
/linux-4.4.14/fs/ubifs/
H A Dkey.h120 * lowest_ino_key - get the lowest possible inode key.
201 * lowest_dent_key - get the lowest possible directory entry key.
203 * @key: where to store the lowest key
252 * lowest_xent_key - get the lowest possible extended attribute entry key.
254 * @key: where to store the lowest key
H A Dtnc_misc.c176 * Find the lowest leftmost znode in a subtree of the TNC tree. The LNC is
/linux-4.4.14/include/linux/
H A Dplist.h20 * priority from INT_MIN (highest) to INT_MAX (lowest).
70 * is lowest priority.
289 * plist_last - return the last node (and thus, lowest priority)
H A Dlist_bl.h8 * Special version of lists, where head of the list has a lock in the lowest
H A Dstm.h67 * description. That is, the lowest master that can be allocated to software
H A Dgfp.h214 * The flags indicates that the caller requires that the lowest zone be
218 * lowest zone as a type of emergency reserve.
297 * zone to use given the lowest 4 bits of gfp_t. Entries are ZONE_SHIFT long
304 * Only 1 bit of the lowest 3 bits (DMA,DMA32,HIGHMEM) can be set to "1".
H A Dmemblock.h354 * memblock_region_memory_base_pfn - Return the lowest pfn intersecting with the memory region
372 * memblock_region_reserved_base_pfn - Return the lowest pfn intersecting with the reserved region
H A Dfsnotify_backend.h145 * priority to lowest priority. We default to the lowest priority.
H A Ddevfreq.h61 * freq or lowest-upper-than-freq value. If freq is
H A Ddio.h118 #define DIOII_SCBASE 132 /* lowest DIO-II select code */
/linux-4.4.14/drivers/mfd/
H A Dvx855.c93 /* mask out the lowest seven bits, as they are always zero, but vx855_probe()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_lvds_pll.c44 /* NOTE: keep sorted highest freq to lowest: */
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Damd.c34 * So to get a size we do invert the mask and add 1 to the lowest amd_get_mtrr()
/linux-4.4.14/arch/x86/math-emu/
H A Dreg_u_add.S97 jz L_more_31_no_low /* none of the lowest bits is set */
H A Dreg_u_sub.S97 jz L_more_31_no_low /* none of the lowest bits is set */
/linux-4.4.14/arch/alpha/kernel/
H A Dirq_i8259.c65 /* Ack the interrupt making it the lowest priority. */ i8259a_mask_and_ack_irq()
/linux-4.4.14/arch/alpha/oprofile/
H A Dop_model_ev4.c30 the EXTERNAL event source, hoping that it'll be the lowest ev4_reg_setup()
/linux-4.4.14/arch/arc/kernel/
H A Dctx_sw.c9 * -"C" version of lowest level context switch asm macro called by schedular
/linux-4.4.14/mm/
H A Dmm_init.c175 .priority = IPC_CALLBACK_PRI, /* use lowest priority */
/linux-4.4.14/net/dccp/
H A Dqpolicy.c37 * of tx_qlen elements, replace older packets lowest-priority-first.
H A Dackvec.h63 * @av_tail_ackno: lowest seqno of acknowledgeable packet recorded in @av_buf
/linux-4.4.14/arch/sparc/include/asm/
H A Dprocessor_32.h27 /* Whee, this is STACK_TOP + PAGE_SIZE and the lowest kernel address too...
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_log.c62 if (!(exp & 1)) /* lowest bit of exponent is set */ fp_fsqrt()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dintc.c119 * Initialize all interrupts to level 0 (lowest priority). The init_IRQ()
/linux-4.4.14/sound/ppc/
H A Dburgundy.h78 /* Remember: lowest volume here is 0x9B (155) */
/linux-4.4.14/kernel/sched/
H A Dcpupri.c15 * going from the lowest priority to the highest. CPUs in the INVALID state
54 * cpupri_find - find the best (lowest-pri) CPU in the system
/linux-4.4.14/drivers/watchdog/
H A Dsunxi_wdt.c105 /* Set lowest timeout and enable watchdog */ sunxi_restart_handle()
112 * Restart the watchdog. The default (and lowest) interval sunxi_restart_handle()
/linux-4.4.14/drivers/video/fbdev/
H A Dauo_k1900fb.c98 /* y1 and y2 must be a multiple of 2 so drop the lowest bit */ auok1900_update_region()
H A Datafb_utils.h19 * equivalents for large blits, and that's important to the lowest level of
H A Dauo_k1901fb.c137 /* y1 and y2 must be a multiple of 2 so drop the lowest bit */ auok1901_update_region()
/linux-4.4.14/drivers/md/
H A Ddm-verity.c79 /* starting blocks for each tree level. 0 is the lowest level. */
166 * (0 is the lowest level).
167 * The lowest "hash_per_block_bits"-bits of the result denote hash position
250 * a lower tree level or for the data block (if we're at the lowest leve).
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-btree.h157 * no lowest key.
/linux-4.4.14/drivers/input/keyboard/
H A Damikbd.c195 down = !(scancode & 1); /* lowest bit is release bit */ amikbd_interrupt()
/linux-4.4.14/drivers/message/fusion/
H A Dmptdebug.h37 * This is the lowest level, and most verbose. Please refer to manual
/linux-4.4.14/drivers/misc/eeprom/
H A Dmax6875.c18 * The MAX6875 ignores the lowest address bit, so each chip responds to
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dtt.h49 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */
/linux-4.4.14/drivers/pnp/
H A Dcore.c69 /* assign the lowest unused number */ pnp_register_protocol()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_interval.c129 * tree, the interval with the lowest start sector is returned, and all other
/linux-4.4.14/arch/sparc/lib/
H A Dchecksum_64.S47 /* We "remember" whether the lowest bit in the address
H A Dcsum_copy.S77 /* We "remember" whether the lowest bit in the address
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpage.h61 * When the page number is translated to the physical page address, the lowest
/linux-4.4.14/block/
H A Dioprio.c11 * being the lowest.
H A Dblk-settings.c348 * This should be set to the lowest possible block size that the
370 * This should be set to the lowest possible sector size that the
599 /* Find lowest common alignment_offset */ blk_stack_limits()
/linux-4.4.14/arch/arc/include/asm/
H A Dsmp.h99 * So the workaround is to use the lowest level arch spinlock API.
H A Dpgtable.h226 * No special requirements for lowest virtual address we permit any user space
/linux-4.4.14/include/scsi/fc/
H A Dfc_fc2.h39 __be16 ssb_low_seq_cnt; /* lowest SEQ_CNT */
/linux-4.4.14/arch/mips/kernel/
H A Docteon_switch.S159 ori v1, v1, 0x9500 /* lowest OCTEON III PrId*/
161 subu v1, v0, v1 /* prid - lowest OCTEON III PrId */
346 ori v0, v0, 0x9500 /* lowest OCTEON III PrId*/
400 subu v0, t3, v0 /* prid - lowest OCTEON III PrId */
/linux-4.4.14/arch/sh/drivers/pci/
H A Dpci-sh7751.c130 * the lowest PCI mapped address sh7751_pci_init()
/linux-4.4.14/arch/sh/mm/
H A Dcache-sh7705.c91 * (by masking off the lowest 2 bits of the 19-bit tag; these bits are __flush_dcache_page()
/linux-4.4.14/arch/sparc/kernel/
H A Diommu.c172 int lowest = iommu->ctx_lowest_free; iommu_alloc_ctx() local
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); iommu_alloc_ctx()
176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); iommu_alloc_ctx()
177 if (unlikely(n == lowest)) { iommu_alloc_ctx()
/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-reset.c159 * House. Only lowest 2 bits are used. Guiness uses upper four bits panel_int()
/linux-4.4.14/arch/ia64/include/asm/
H A Dhw_irq.h29 * 16 lowest priority, 255 highest priority
/linux-4.4.14/arch/arm/mach-davinci/
H A Dcp_intc.c158 * had the lowest priority. cp_intc_of_init()
/linux-4.4.14/net/ipv4/
H A Dtcp_hybla.c96 /* Recalculate rho only if this srtt is the lowest */ hybla_cong_avoid()
H A Dsyncookies.c29 /* TCP Timestamp: 6 lowest bits of timestamp sent in the cookie SYN-ACK
249 /* echoed timestamp, lowest bits contain options */ cookie_timestamp_decode()
/linux-4.4.14/tools/virtio/linux/
H A Dscatterlist.h101 * Set lowest bit to indicate a link pointer, and make sure to clear sg_chain()
/linux-4.4.14/crypto/
H A Dgf128mul.c255 the buffer's lowest byte, we can construct a table of
400 lowest byte. This requires a 4096 byte table.
/linux-4.4.14/drivers/acpi/
H A Ddevice_pm.c500 * @d_max_p: Location to store the lowest power state available to the device.
502 * Find the lowest power (highest number) and highest power (lowest number) ACPI
526 * If the system state is S0, the lowest power state the device can be acpi_dev_pm_get_state()
529 * lowest power state available to the device. acpi_dev_pm_get_state()
573 * (ACPI 3.x), it should return the maximum (lowest power) D-state that acpi_dev_pm_get_state()
/linux-4.4.14/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c1106 unsigned int lowest = 0; abx500_get_gpio_num() local
1128 lowest = gstart; abx500_get_gpio_num()
1131 if (gstart < lowest) abx500_get_gpio_num()
1132 lowest = gstart; abx500_get_gpio_num()
1138 npins = highest - lowest + 1; abx500_get_gpio_num()
/linux-4.4.14/drivers/hwmon/
H A Dtmp401.c70 { 0x30, 0x34 }, /* lowest */
79 { 0x30, 0x34 }, /* lowest */
88 { 0x31, 0x35 }, /* lowest */
/linux-4.4.14/drivers/pci/
H A Dpci-acpi.c362 * (lowest D-state number) supported in the S-state "x".
372 * the lowest power (highest D-state number) the device
378 * choose from highest power _SxD to lowest power _SxW
H A Dpci.h262 struct pci_dev *dev; /* lowest numbered PF */
/linux-4.4.14/fs/logfs/
H A Dgc.c252 * deal with bad blocks. We try to keep the best (lowest ec) segments on this
358 * criterion is to GC on the lowest level available.
360 * So we search the least effort segment on the lowest level first,
/linux-4.4.14/drivers/hwmon/pmbus/
H A Dpmbus_core.c1125 .attr = "lowest",
1188 .attr = "lowest",
1258 .attr = "lowest",
1292 .attr = "lowest",
1437 .attr = "lowest",
1475 .attr = "lowest",
/linux-4.4.14/drivers/usb/host/
H A Dehci-timer.c52 * we keep track only of the lowest-numbered pending event, in
94 /* Track only the lowest-numbered pending event */ ehci_enable_event()
/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c425 * lowest to the next lowest 128 bit boundary, and the right hand edge SetOverlayViewPort()
/linux-4.4.14/drivers/input/misc/
H A Dkxtj9.c184 /* Use the lowest ODR that can support the requested poll interval */ kxtj9_update_odr()
348 * lowest ODR that can support the requested interval. The client application
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-rgmii.c324 /* Disable the lowest level RX */ __cvmx_helper_rgmii_link_set()
437 /* Enable the lowest level RX */ __cvmx_helper_rgmii_link_set()
/linux-4.4.14/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c225 * Allocate at the lowest possible address.
542 * address is not available the lowest available address will
/linux-4.4.14/fs/btrfs/
H A Drelocation.c68 unsigned int lowest:1; member in struct:backref_node
433 BUG_ON(!node->lowest && !node->detached); remove_backref_node()
446 node->lowest = 1; remove_backref_node()
455 upper->lowest = 1; remove_backref_node()
722 node->lowest = 1;
1060 if (upper->lowest) {
1062 upper->lowest = 0;
1109 if (upper->lowest) {
1111 upper->lowest = 0;
1230 new_node->lowest = node->lowest; clone_backref_node()
1234 if (!node->lowest) { clone_backref_node()
1254 if (!new_node->lowest) { clone_backref_node()
1968 * walk down reloc tree to find relocated block of lowest level
2640 struct btrfs_path *path, int lowest) do_relocation()
2654 BUG_ON(lowest && node->eb); do_relocation()
2666 if (!lowest) { do_relocation()
2704 if (lowest) { do_relocation()
2636 do_relocation(struct btrfs_trans_handle *trans, struct reloc_control *rc, struct backref_node *node, struct btrfs_key *key, struct btrfs_path *path, int lowest) do_relocation() argument
/linux-4.4.14/drivers/staging/android/ion/
H A Dion.h110 * heaps will be tried in order from highest to lowest
/linux-4.4.14/drivers/scsi/isci/
H A Dremote_node_table.h76 * in bytes and represent them in DWORDs. The lowest ordered bits are the ones
/linux-4.4.14/drivers/irqchip/
H A Dirq-gic-v2m.c29 * [25:16] lowest SPI assigned to MSI
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dio.h185 diva_os_dump_file_t dump_file; /* dump memory to file at lowest irq level */
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp.h74 /* how many seconds will we check the lowest delay until the jitter buffer
H A Ddsp_cmx.c1769 /* find the lowest of all rx_delays */
1785 "%s lowest rx_delay of %d bytes for"
1801 /* find the lowest of all tx_delays */
1816 "%s lowest tx_delay of %d bytes for"
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c33 *it to lowest rate CCK_1M, otherwise we set rate to
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c104 /* The timestamp latches on lowest register read. For the 82580 igb_ptp_read_82580()
105 * the lowest register is SYSTIMR instead of SYSTIML. However we only igb_ptp_read_82580()
125 /* The timestamp latches on lowest register read. For I210/I211, the igb_ptp_read_i210()
126 * lowest register is SYSTIMR. Since we only need to provide nanosecond igb_ptp_read_i210()
/linux-4.4.14/drivers/parisc/
H A Dpower.c133 * Bit 31 ("the lowest bit) is the status of the power switch. kpowerswd()
/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h80 * @low_bit: The lowest bit of this group.
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dcore.c154 ar->ac_stream_pri_map[WMM_AC_BK] = 0; /* lowest */ ath6kl_core_init()
H A Dhtc.h443 /* list of lowest priority endpoints */
H A Dwmi.h1241 /* lowest of upper */
1252 /* lowest of bellow */
1281 /* lowest of uppper */
1290 /* lowest of bellow */
/linux-4.4.14/drivers/power/
H A Drx51_battery.c87 * Table2 (lowest RAW value for temperature)
/linux-4.4.14/drivers/ata/
H A Dpata_cs5535.c111 /* Command timing has to be for the lowest of the pair of devices */ cs5535_set_piomode()
H A Dpata_sil680.c102 * registers are shared between the devices so we must pick the lowest
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c73 /* The lowest clock for CDV is 20000KHz */ cdv_intel_crt_mode_valid()
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvma.c69 /* Round the lowest possible end address up to a PMD boundary. */ vdso_addr()
/linux-4.4.14/arch/x86/mm/
H A Dpat_rbtree.c75 /* Find the first (lowest start addr) overlapping range from rb tree */ memtype_rb_lowest_match()
/linux-4.4.14/include/xen/interface/
H A Delfnote.h143 * The lowest address the hypervisor hole can begin at (numeric).
H A Devent_channel.h253 /* Events may have priorities from 0 (highest) to 15 (lowest). */
/linux-4.4.14/include/linux/sunrpc/
H A Dmsg_prot.h89 * XDR integers, the byte order is from highest to lowest. The number
/linux-4.4.14/include/uapi/linux/
H A Dtipc.h92 #define TIPC_RESERVED_TYPES 64 /* lowest user-publishable name type */
/linux-4.4.14/arch/powerpc/kernel/
H A Dpci_64.c36 * This is the lowest I/O base address (so bar values are always positive),
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dmsp_pci.h38 * addresses to fall within the lowest 512MB of
/linux-4.4.14/arch/mips/cavium-octeon/
H A Dsmp.c119 /* The present CPUs get the lowest CPU numbers. */ octeon_smp_setup()
/linux-4.4.14/arch/parisc/kernel/
H A Dtime.c47 * rate of 1. The write-only register is 32-bits wide. When the lowest
/linux-4.4.14/arch/arm64/kernel/
H A Dkgdb.c289 * Want to be lowest priority
/linux-4.4.14/arch/avr32/boards/favr-32/
H A Dsetup.c309 * lowest frequency for the PLL. set_abdac_rate()
/linux-4.4.14/net/ipv6/
H A Dsyncookies.c32 * Due to IPV6_MIN_MTU=1280 the lowest possible MSS is 1220, which allows
/linux-4.4.14/net/llc/
H A Dllc_input.c108 * by looking at the two lowest-order bits of the first control field
/linux-4.4.14/sound/soc/fsl/
H A Dwm1133-ev1.c43 /* in order of power consumption per rate (lowest first) */
/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Dbitmask.c154 /* Number of lowest set bit (min) */ bitmask_first()
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io-regs.h427 #define TX_FIFO_PARTITION_PRI_7 7 /* lowest */
551 #define RX_QUEUE_PRI_7 7 /* lowest */
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dqcu.c576 * Txtime of ack at lowest rate + SIFS + DIFS ath5k_hw_set_ifs_intervals()
597 * Also we have different lowest rate for 802.11a ath5k_hw_set_ifs_intervals()
/linux-4.4.14/arch/powerpc/kvm/
H A De500_mmu_host.c395 * e500 doesn't implement the lowest tsize bit, kvmppc_e500_shadow_map()
440 * e500 doesn't implement the lowest tsize bit, kvmppc_e500_shadow_map()
/linux-4.4.14/arch/mips/alchemy/common/
H A Dirq.c72 int prio; /* irq priority, 0 highest, 3 lowest */
564 * @p: priority (0 = highest, 3 = lowest).
/linux-4.4.14/arch/arm/plat-omap/
H A Ddmtimer.c65 * @reg: lowest byte holds the register offset
80 * @reg: lowest byte holds the register offset
/linux-4.4.14/arch/arm/mach-tegra/
H A Dsleep-tegra30.S788 /* Put VTTGEN in the lowest power mode */
815 * and COMP in the lowest power mode when LP1.
/linux-4.4.14/net/mac80211/
H A Drc80211_minstrel.c147 /* Use lowest rate last */ minstrel_update_rates()
384 * chain is set up - [max_tp,sample,prob,lowest] for minstrel_get_rate()
/linux-4.4.14/drivers/scsi/
H A Dvmw_pvscsi.h308 * completion of the i/o. For guest OSes that use lowest priority message
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_dio200.c137 * counter subdevice precedes the lowest.
H A Damplc_dio200_pci.c168 * counter subdevice precedes the lowest.
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dg450_pll.c467 frequency to higher - with <= lowest wins, while __g450_setclk()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dfriio-fe.c168 /* AGC Time Constant 2s, AGC take-over point:103dBuV(lowest) */ jdvbt90502_pll_set_freq()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddport.c348 /* restrict link config to the lowest required rate, if requested */ nvkm_dp_train()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf.h124 * And yes, it's the same math going both ways. The lowest value
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8960.c54 /* NOTE: keep sorted highest freq to lowest: */
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpgtable.h60 * This is the lowest virtual address we can permit any user space
/linux-4.4.14/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S343 vpbroadcastd kll, t0; /* only lowest 32-bit used */ \
361 vpbroadcastd krr, t0; /* only lowest 32-bit used */ \
394 vpbroadcastd krl, t0; /* only lowest 32-bit used */ \
424 vpbroadcastd klr, t0; /* only lowest 32-bit used */ \
/linux-4.4.14/lib/
H A Dklist.c42 * Use the lowest bit of n_klist to mark deleted nodes and exclude
/linux-4.4.14/kernel/trace/
H A Dring_buffer_benchmark.c321 trace_printk("WARNING!!! This test is running at lowest priority.\n"); ring_buffer_producer()
/linux-4.4.14/include/drm/
H A Ddrm_crtc_helper.h78 * unsupported, the provider must use the next lowest power level.
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddma.h79 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
H A Dsfp-machine.h25 In picking out asm fragments I've gone with the lowest common
/linux-4.4.14/arch/m68k/sun3/
H A Dmmu_emu.c173 // the lowest mapping here is the end of our mmu_emu_init()
/linux-4.4.14/arch/parisc/include/asm/
H A Dprocessor.h261 * is stuffed into the lowest bit of the user sp (%r30), so we fill
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable.h60 * This is the lowest virtual address we can permit any user space
/linux-4.4.14/arch/arm/mach-imx/
H A Dpm-imx5.c51 * This is also the lowest power state possible without affecting
/linux-4.4.14/drivers/w1/
H A Dw1.h114 * @touch_bit: the lowest-level function for devices that really support the
/linux-4.4.14/drivers/net/can/
H A Dat91_can.c434 * is the lowest. If two mailboxes have the same priority level the
435 * message of the mailbox with the lowest number is sent first.
645 * lowest). This makes it very difficult to read the messages in the
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dtxrx.c139 /* Inject 1 transmission on lowest g-rate */ tx_policy_build()
150 * successful transmission on the lowest g rate tx_policy_build()
164 /* Inject 2 transmissions on lowest g-rate */ tx_policy_build()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dmm.c517 * This is the lowest level dma mapping routine, and is the one that will
644 * This is the lowest level dma region create routine, and is the one that
714 * This is the lowest level dma region free routine, and is the one that
/linux-4.4.14/drivers/tty/hvc/
H A Dhvcs.c108 * align with how the tty layer always assigns the lowest index available. This
223 * hotplugged vty-server adapter will always map to the lowest index valued
226 * the vty-server adapters in the partition but it may have the lowest dev node
228 * adapter. There are a set of functions provided to get the lowest index for
749 /* Find the numerically lowest first free index. */ hvcs_get_index()
/linux-4.4.14/drivers/spi/
H A Dspi-atmel.c486 * However, the first data has to be written into the lowest 16 bits and atmel_spi_dma_slave_config()
872 * Calculate the lowest divider that satisfies the atmel_spi_set_xfer_speed()
1057 u16 rd; /* RD field is the lowest 16 bits of RDR */ atmel_spi_pump_fifo_data()
H A Dspi-bcm63xx.c218 /* No matching configuration found, default to lowest */ bcm63xx_spi_setup_transfer()
H A Dspi-omap-uwire.c380 pr_debug("%s: lowest clock %ld, need %d\n", uwire_setup_transfer()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmpic.c414 /* use the lowest bit inverted to the actual HW, mpic_startup_ht_interrupt()
440 /* use the lowest bit inverted to the actual HW, mpic_shutdown_ht_interrupt()
1975 /* we use the lowest bit in an inverted meaning */ mpic_resume_one()
/linux-4.4.14/drivers/usb/core/
H A Dport.c107 * as that is the lowest latency method to restart the port. usb_port_runtime_resume()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c113 unsigned long epp_st_lowfree; /* lowest free pages reached */
/linux-4.4.14/drivers/rtc/
H A Drtc-pcf8563.c589 /* Set timer to lowest frequency to save power (ref Haoyu datasheet) */ pcf8563_probe()
/linux-4.4.14/drivers/sbus/char/
H A Dbbc_envctrl.c43 * disabled/enabled when entering/exiting the lowest power-saving
/linux-4.4.14/drivers/i2c/algos/
H A Di2c-algo-pcf.c194 /* check it's really written, the only 5 lowest bits does matter */ pcf_init_8584()
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c357 so end = start + 1, the lowest possible value, times two bttv_s_fmt_vbi_cap()
/linux-4.4.14/drivers/media/usb/gspca/
H A Djeilinj.c55 #define CAMQUALITY_MAX 97 /* lowest cam quality */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c203 /* Select lowest possible VCO */ gk20a_pllg_calc_mnp()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h333 * And yes, it's the same math going both ways. The lowest value
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-prph.h170 * 0 -- EDCA BK (background) frames, lowest priority
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-mac.h104 * @FW_MAC_TYPE_FIRST: lowest supported MAC type
/linux-4.4.14/drivers/nvdimm/
H A Ddimm_devs.c415 * interleave set and truncate the available size at the lowest BLK
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle.c67 /* Find lowest-power state that supports long-term idle */ cpuidle_play_dead()
/linux-4.4.14/drivers/clk/
H A Dclk-si570.c205 /* Calculate lowest possible value for n1 */ si570_calc_divs()
/linux-4.4.14/net/batman-adv/
H A Dfragmentation.c194 /* Order fragments from highest to lowest. */ batadv_frag_insert_packet()
/linux-4.4.14/net/caif/
H A Dcfcnfg.c35 /* Pointer to the lowest actual physical layer */
/linux-4.4.14/fs/overlayfs/
H A Dreaddir.c305 * Insert lowest layer entries before upper ones, this ovl_dir_read_merged()

Completed in 7069 milliseconds

123