Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 200 of 391) sorted by relevance

12

/linux-4.1.27/arch/mips/mm/
Dc-octeon.c198 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_octeon()
202 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
206 c->dcache.sets = 2; /* CN5XXX has two Dcache sets */ in probe_octeon()
208 c->dcache.sets = 1; /* CN3XXX has one Dcache set */ in probe_octeon()
211 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
218 c->icache.sets = 8; in probe_octeon()
221 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
225 c->dcache.sets = 8; in probe_octeon()
226 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
232 c->icache.sets = 16; in probe_octeon()
[all …]
Dc-r4k.c1130 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_pcache()
1132 icache_size = c->icache.sets * in probe_pcache()
1142 c->dcache.sets = 64 << ((config1 >> 13) & 7); in probe_pcache()
1144 dcache_size = c->dcache.sets * in probe_pcache()
1153 c->icache.sets = 16; in probe_pcache()
1156 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_pcache()
1160 c->dcache.sets = 8; in probe_pcache()
1161 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1183 c->icache.sets = 32 << (((config1 >> 22) + 1) & 7); in probe_pcache()
1186 icache_size = c->icache.sets * in probe_pcache()
[all …]
Dsc-mips.c124 c->scache.sets = 64 << tmp; in mips_sc_probe()
134 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe()
Dc-tx39.c421 current_cpu_data.icache.sets = in tx39_cache_init()
423 current_cpu_data.dcache.sets = in tx39_cache_init()
Dsc-rm7k.c240 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
/linux-4.1.27/fs/nls/
DKconfig43 native language character sets. These character sets are stored
55 native language character sets. These character sets are stored
67 native language character sets. These character sets are stored
80 native language character sets. These character sets are stored in
96 native language character sets. These character sets are stored in
111 native language character sets. These character sets are stored in
122 native language character sets. These character sets are stored in
133 native language character sets. These character sets are stored in
144 native language character sets. These character sets are stored in
155 native language character sets. These character sets are stored in
[all …]
/linux-4.1.27/arch/arc/mm/
Dtlb.c569 unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; in read_decode_mmu_bcr() member
571 unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; in read_decode_mmu_bcr()
577 unsigned int ver:8, ways:4, sets:4, osm:1, reserv:3, pg_sz:4, in read_decode_mmu_bcr() member
580 unsigned int u_dtlb:4, u_itlb:4, pg_sz:4, reserv:3, osm:1, sets:4, in read_decode_mmu_bcr()
591 mmu->sets = 1 << mmu2->sets; in read_decode_mmu_bcr()
598 mmu->sets = 1 << mmu3->sets; in read_decode_mmu_bcr()
604 mmu->num_tlb = mmu->sets * mmu->ways; in read_decode_mmu_bcr()
615 p_mmu->num_tlb, p_mmu->sets, p_mmu->ways, in arc_mmu_mumbojumbo()
696 for (set = 0; set < mmu->sets; set++) { in do_tlb_overlap_fault()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dprobe.c40 boot_cpu_data.icache.sets = 256; in cpu_probe()
49 boot_cpu_data.dcache.sets = 512; in cpu_probe()
208 boot_cpu_data.icache.sets = (size >> 6); in cpu_probe()
216 boot_cpu_data.dcache.sets = (size >> 6); in cpu_probe()
254 boot_cpu_data.scache.sets = size / in cpu_probe()
259 (boot_cpu_data.scache.sets * in cpu_probe()
/linux-4.1.27/Documentation/networking/
Dgeneric-hdlc.txt52 * v35 | rs232 | x21 | t1 | e1 - sets physical interface for a given port
59 * rate - sets clock rate in bps (for "int" or "txint" clock only)
64 * hdlc - sets raw HDLC (IP-only) mode
65 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
67 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity
72 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported)
77 * ppp - sets synchronous PPP mode
79 * x25 - sets X.25 mode
Ddccp.txt50 DCCP_SOCKOPT_QPOLICY_ID sets the dequeuing policy for outgoing packets. It takes
62 DCCP_SOCKOPT_QPOLICY_TXQLEN sets the maximum length of the output queue. A zero
70 DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of
87 DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same
95 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets
113 DCCP_SOCKOPT_SEND_CSCOV sets the sender checksum coverage. Values in the
117 sets a threshold, where again values 0..15 are acceptable. The default
145 the behaviour of the other, passive side: this variable also sets
Dpktgen.txt100 pgset "clone_skb 1" sets the number of copies of the same packet
105 pgset "pkt_size 9014" sets packet size to 9014
107 pgset "count 200000" sets number of packets to send, set to zero
112 pgset "dst 10.0.0.1" sets IP destination address
121 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
122 pgset "srcmac 00:00:00:00:00:00" sets MAC source address
Dnetdev-features.txt9 Part I: Feature sets
18 There are currently three sets of features relevant to the driver, and
83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
Dipvs-sysctl.txt6 It sets the always mode drop rate, which is used in the mode 3
12 It sets the available memory threshold (in pages), which is
181 It sets synchronization threshold, which is the minimum number
Dppp_generic.txt324 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface.
327 * PPPIOCSFLAGS sets flags which control the operation of the
359 * PPPIOCSCOMPRESS sets the parameters for packet compression or
371 * PPPIOCSDEBUG sets the debug flags for the interface to the value in
388 * PPPIOCSMAXCID sets the maximum connection-ID parameter (and thus the
396 * PPPIOCSNPMODE sets the network-protocol mode for a given network
426 packets and sets the multilink MRRU (maximum reconstructed receive
Dframerelay.txt29 FR firmware into the card, sets the irq/port/memory information, and provides
Dnetdevices.txt70 When the driver sets NETIF_F_LLTX in dev->features this will be
Dstmmac.txt48 The xmit method is invoked when the kernel needs to transmit a packet; it sets
51 By default, the driver sets the NETIF_F_SG bit in the features field of the
162 o enh_desc: if sets the MAC will use the enhanced descriptor structure.
Dtlan.txt82 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a
/linux-4.1.27/arch/sparc/mm/
Dleon_mm.c246 unsigned int ssize, sets; in leon_flush_needed() local
254 sets = (cregs.dccr & LEON3_XCCR_SETS_MASK) >> 24; in leon_flush_needed()
259 sets > 3 ? "unknown" : setStr[sets], ssize); in leon_flush_needed()
260 if ((ssize <= (PAGE_SIZE / 1024)) && (sets == 0)) { in leon_flush_needed()
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dprobe.c65 boot_cpu_data.dcache.sets = 128; in cpu_probe()
72 boot_cpu_data.dcache.sets = 256; in cpu_probe()
96 boot_cpu_data.dcache.sets = 512; in cpu_probe()
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dprobe.c43 boot_cpu_data.icache.sets = 256; in cpu_probe()
47 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets * in cpu_probe()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-power27 This entry shows and sets the maximum time the max14577
41 This entry shows and sets the maximum time the max77693
55 This entry shows and sets the charging current threshold for
70 This entry shows and sets the maximum time the max77693
Dsysfs-driver-wacom27 Writing to this file sets the status LED luminance (1..127)
36 Writing to this file sets the status LED luminance (1..127)
44 Writing to this file sets which one of the four (for Intuos 4
53 Writing to this file sets which one of the left four (for Cintiq 21UX2
61 Writing to this file sets the overall luminance level (0..15)
Dsysfs-bus-iio-accel-bmc1506 which sets driver in a mode, where data is pushed to the buffer
Dsysfs-bus-iio-gyro-bmg1606 which sets driver in a mode, where data is pushed to the buffer
Dsysfs-cfq-target-latency6 when the user sets cfq to /sys/block/<device>/scheduler.
Dsysfs-bus-i2c-devices-hm635212 Description: Sets the power state of the device. 0 sets the device into
Dsysfs-i2c-bmp08530 Writing: sets a new oversampling setting.
Dsysfs-class-devfreq37 The /sys/class/devfreq/.../polling_interval shows and sets
63 sets the requested frequency for the devfreq object if
Dsysfs-module20 [ USB 2.0 sets maximum allowed time for periodic transfers per
Dsysfs-tty146 Shows current RX interrupt trigger bytes or sets the
154 device specification. For example, when user sets 7bytes on
Dsysfs-driver-hid-logitech-lg4ff6 wheel. Writing a value within min and max boundaries sets the
Dsysfs-class-extcon96 directory show the mutually-exclusive sets, not the contents
Dsysfs-driver-hid-roccat-koneplus8 When written, this file sets the number of the startup profile
Dsysfs-driver-hid-roccat-kone72 When written, this file sets the number of the startup profile
/linux-4.1.27/arch/avr32/kernel/
Dcpu.c284 boot_cpu_data.icache.sets = 1 << SYSREG_BFEXT(ISET, config1); in setup_processor()
290 boot_cpu_data.dcache.sets = 1 << SYSREG_BFEXT(DSET, config1); in setup_processor()
342 boot_cpu_data.icache.sets * in c_show()
345 boot_cpu_data.dcache.sets * in c_show()
368 boot_cpu_data.icache.sets, in c_show()
373 boot_cpu_data.dcache.sets, in c_show()
/linux-4.1.27/arch/sh/mm/
Dcache.c247 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
255 boot_cpu_data.icache.sets, in emit_cache_params()
263 boot_cpu_data.dcache.sets, in emit_cache_params()
276 boot_cpu_data.scache.sets, in emit_cache_params()
326 (boot_cpu_data.dcache.sets == 512)) { in cpu_cache_init()
Dcache-sh7705.c37 waysize = current_cpu_data.dcache.sets; in cache_wback_all()
105 waysize = current_cpu_data.dcache.sets; in __flush_dcache_page()
Dcache-debugfs.c55 waysize = cache->sets; in cache_seq_show()
Dcache-sh5.c254 set_offset &= (cpu_data->dcache.sets - 1); in sh64_dcache_purge_sets()
306 sh64_dcache_purge_sets(0, cpu_data->dcache.sets); in sh64_dcache_purge_all()
Dcache-sh4.c154 (current_cpu_data.dcache.sets << in flush_dcache_all()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt55 first one available (bit 0 has been cleared). The driver sets that bit, fills
57 driver then sets the parameter ready bit (bit 1). The firmware scans the
58 mailboxes for pending commands, processes them, sets the result code, populates
59 the result value array with that call's return values and sets the call
Dfw-memory.txt72 0x8c-0xdc - rest of write linked list reg, 8 sets of 3 total, DMA goes here
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dscan.c384 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list() local
392 if (sets[i].ssid.ssid_len > 0) in wlcore_scan_sched_scan_ssid_list()
428 if (!sets[i].ssid.ssid_len) in wlcore_scan_sched_scan_ssid_list()
432 cmd->ssids[cmd->n_ssids].len = sets[i].ssid.ssid_len; in wlcore_scan_sched_scan_ssid_list()
434 sets[i].ssid.ssid, sets[i].ssid.ssid_len); in wlcore_scan_sched_scan_ssid_list()
/linux-4.1.27/arch/sh/kernel/cpu/
Dinit.c131 waysize = current_cpu_data.dcache.sets; in cache_init()
312 current_cpu_data.icache.way_size = current_cpu_data.icache.sets * in cpu_init()
319 current_cpu_data.dcache.way_size = current_cpu_data.dcache.sets * in cpu_init()
Dproc.c69 cache_size = info.ways * info.sets * info.linesz; in show_cacheinfo()
/linux-4.1.27/arch/arm/boot/dts/
Dste-href-ab8500.dtsi257 * This sets up the YCBCR connector pins, i.e. analog video out.
276 /* This sets up the PWM pins 14 and 15 */
291 /* This sets up audio interface 1 */
308 /* This sets up the USB UICC pins */
324 /* This sets up the microphone pins */
Dste-href-ab8505.dtsi113 /* This sets up the PWM pin 14 */
127 /* This sets up audio interface 2 */
Dbcm63138.dtsi70 cache-sets = <1024>;
Darm-realview-pb1176.dts199 * Override default cache size, sets and
205 cache-sets = <512>;
/linux-4.1.27/tools/perf/Documentation/
Dperf.txt18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
Dperf-script.txt138 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
147 The first -f sets the fields for all events and the second -f
/linux-4.1.27/drivers/ata/
Dpata_sis.c727 struct sis_chipset *sets; in sis_init_one() local
784 for (sets = &sis_chipsets[0]; sets->device; sets++) { in sis_init_one()
785 host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL); in sis_init_one()
787 chipset = sets; /* Match found */ in sis_init_one()
788 if (sets->device == 0x630) { /* SIS630 */ in sis_init_one()
/linux-4.1.27/net/netfilter/ipset/
DKconfig7 In order to define and use the sets, you need the userspace utility
8 ipset(8). You can use the sets in netfilter via the "set" match
16 int "Maximum number of IP sets"
22 of IP sets for the kernel.
163 kind of set one can store the name of other sets and it forms
164 an ordered union of the member sets.
/linux-4.1.27/drivers/mtd/nand/
Ds3c2410.c942 struct s3c2410_nand_set *sets; in s3c24xx_nand_probe() local
997 sets = (plat != NULL) ? plat->sets : NULL; in s3c24xx_nand_probe()
1019 s3c2410_nand_init_chip(info, nmtd, sets); in s3c24xx_nand_probe()
1022 (sets) ? sets->nr_chips : 1, in s3c24xx_nand_probe()
1028 s3c2410_nand_add_partition(info, nmtd, sets); in s3c24xx_nand_probe()
1031 if (sets != NULL) in s3c24xx_nand_probe()
1032 sets++; in s3c24xx_nand_probe()
/linux-4.1.27/arch/powerpc/kvm/
De500_mmu.c51 static int tlb0_set_base(gva_t addr, int sets, int ways) in tlb0_set_base() argument
55 set_base = (addr >> PAGE_SHIFT) & (sets - 1); in tlb0_set_base()
63 return tlb0_set_base(addr, vcpu_e500->gtlb_params[0].sets, in gtlb0_set_base()
748 u32 sets; in kvm_vcpu_ioctl_config_tlb() local
770 sets = params.tlb_sizes[0] >> ilog2(params.tlb_ways[0]); in kvm_vcpu_ioctl_config_tlb()
771 if (!is_power_of_2(sets)) in kvm_vcpu_ioctl_config_tlb()
841 vcpu_e500->gtlb_params[0].sets = sets; in kvm_vcpu_ioctl_config_tlb()
844 vcpu_e500->gtlb_params[1].sets = 1; in kvm_vcpu_ioctl_config_tlb()
917 vcpu_e500->gtlb_params[0].sets = in kvmppc_e500_tlb_init()
921 vcpu_e500->gtlb_params[1].sets = 1; in kvmppc_e500_tlb_init()
De500.h57 int entries, ways, sets; member
De500_mmu_host.c797 host_tlb_params[0].sets = in e500_mmu_host_init()
799 host_tlb_params[1].sets = 1; in e500_mmu_host_init()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmarvell-pp2.txt6 - reg: addresses and length of the register sets for the device.
7 Must contain the following register sets:
Dbroadcom-bcm87xx.txt9 - broadcom,c45-reg-init : one of more sets of 4 cells. The first cell
Damd-xgbe-phy.txt6 - reg: Address and length of the register sets for the device
Damd-xgbe.txt5 - reg: Address and length of the register sets for the device
Dbrcm,bcm7445-switch-v4.0.txt6 - reg: addresses and length of the register sets for the device, must be 6
Drockchip-dwmac.txt7 - reg: addresses and length of the register sets for the device.
/linux-4.1.27/arch/sh/include/asm/
Dcache.h22 unsigned int sets; /* Number of cache sets */ member
/linux-4.1.27/arch/avr32/include/asm/
Dcache.h19 unsigned int sets; member
/linux-4.1.27/include/linux/platform_data/
Dmtd-nand-s3c2410.h56 struct s3c2410_nand_set *sets; member
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
Dprobe.c22 boot_cpu_data.dcache.sets = 256; in cpu_probe()
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light70 This property gets/sets the last known external
77 This property gets/sets the sensors ADC analog integration time.
83 This property gets/sets the table of coefficients
Dsysfs-bus-iio-light-tsl25835 This property gets/sets the table of coefficients
Ddevice.txt27 large sets of different parts supported by a given driver.
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dsmp.c462 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3a_play_dead()
524 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3b_play_dead()
/linux-4.1.27/drivers/infiniband/hw/qib/
DKconfig14 Setting this enables DCA support on some Intel chip sets
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class74 extcon_set_cable_state_(edev, 1) sets cable 2's state.
75 extcon_set_cable_state(edev, "2") sets cable 2's state
76 4. extcon_update_state(edev, 0x01, 0) sets the least bit's 0.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt13 - reg : A list of offsets and lengths of the register sets for
17 If two register sets are present, the first is to be
/linux-4.1.27/arch/mn10300/lib/
D__ucmpdi2.S31 subc a1,d1 # may clear Z, never sets it
/linux-4.1.27/drivers/cpufreq/
DKconfig54 This option sets which CPUFreq governor shall be loaded at
61 Use the CPUFreq governor 'performance' as default. This sets
69 Use the CPUFreq governor 'powersave' as default. This sets
110 This cpufreq governor sets the frequency statically to the
121 This cpufreq governor sets the frequency statically to the
/linux-4.1.27/Documentation/hwmon/
Dadm924089 * User sets 0 to fan_min limit
94 * User sets fan_min limit too low
103 * User sets reasonable fan speed
108 * User sets unreasonably high low fan speed limit
Dg760a22 Setting a period of 0 stops the fan; setting the period to 255 sets
Dw8379337 6 remote temperatures, up to 8 sets of PWM fan controls, SmartFan
39 sets of 6-pin CPU VID input.
Dmax665039 fan1_div rw sets the speed range the inputs can handle. Legal
Dlm8032 Temperatures are measured in degrees Celsius. There are two sets of limits
Ducd920096 attribute sets is determined by the number of enabled
Dadm102684 largest difference between current and tmin of the temperature sensors sets
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dprobe.c48 boot_cpu_data.dcache.sets = 128; in cpu_probe()
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dpxa-mmc.txt10 - marvell,detect-delay-ms: sets the detection delay timeout in ms.
/linux-4.1.27/Documentation/video4linux/
Dcpia2_overview.txt17 The cameras appear externally as three sets of registers. Setting register
22 The register sets are called blocks. Block 0 is the system block. This
Dsoc-camera.txt111 VIDIOC_S_CROP: sets location and sizes of the sensor window. Unit is one sensor
115 VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as
Dsi4713.txt128 preemphasis - sets the preemphasis to be applied for transmission.
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dnxp,pca9685-pwm.txt8 The index 16 is the ALLCALL channel, that sets all PWM channels at the same
/linux-4.1.27/Documentation/filesystems/
Dntfs.txt13 - Using NTFS volume and stripe sets
33 For fault tolerance and raid support (i.e. volume and stripe sets), you can
113 sets contain insufficient characters to represent all
228 Using NTFS volume and stripe sets
231 For support of volume and stripe sets, you can either use the kernel's
244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even
245 though untested, there is no reason why stripe sets, i.e. raid level 0, and
384 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level
412 mirrors, change it to "raid-level 1", and for stripe sets with parity, change
415 Note for stripe sets with parity you will also need to tell the MD driver
Dspufs.txt78 sets errno to EINVAL. If there is no data available in the mail
92 sets errno to EINVAL. If there is no data available in the mail
112 four is requested, write returns -1 and sets errno to EINVAL. If there
139 sets errno to EINVAL. Otherwise, a four byte value is placed in
199 sets errno to EINVAL. Otherwise, a four byte value is placed in
205 sets errno to EINVAL. Otherwise, a four byte value is copied
221 sets errno to EINVAL. Otherwise, a four byte value is placed in
227 sets errno to EINVAL. Otherwise, a four byte value is copied
Dfiles.txt21 elements - the fd sets (open_fds and close_on_exec, the
22 array of file pointers, the sizes of the sets and the array
Dautofs4-mount-control.txt237 input parameter and sets the version information in the passed in structure.
248 and sets the requested version number in structure field arg1. These
294 also sets the process group id used to identify the controlling process
373 The call returns 1 if this is a mount point and sets arg1 to the device
Ddax.txt60 - implementing an mmap file operation for DAX files which sets the
/linux-4.1.27/arch/mips/include/asm/
Dcpu-info.h24 unsigned short sets; /* Number of lines per set */ member
/linux-4.1.27/security/selinux/
DKconfig31 This option sets the default value for the kernel parameter
83 This option sets the default value for the 'checkreqprot' flag
121 This option sets the value for the maximum policy format version
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
DKconfig10 # again once vmwgfx sets up the primary plane itself.
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-vstms.c119 .sets = vstms_nand_sets,
Dcommon-smdk.c173 .sets = smdk_nand_sets,
Dmach-rx3715.c166 .sets = rx3715_nand_sets,
Dmach-at2440evb.c116 .sets = at2440evb_nand_sets,
Dmach-qt2410.c286 .sets = qt2410_nand_sets,
Dmach-osiris.c239 .sets = osiris_nand_sets,
Dmach-anubis.c224 .sets = anubis_nand_sets,
Dmach-gta02.c443 .sets = gta02_nand_sets,
Dmach-bast.c300 .sets = bast_nand_sets,
Dmach-jive.c233 .sets = jive_nand_sets,
Dmach-mini2440.c288 .sets = mini2440_nand_sets,
/linux-4.1.27/drivers/soc/ti/
DKconfig26 on Keystone family of devices. It sets up the dma channels for the
/linux-4.1.27/Documentation/s390/
Dzfcpdump.txt7 hardware saves some memory plus the register sets of the boot CPU before the
22 register sets are stored in the prefix pages of the respective CPUs. To build a
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-mv64xxx.txt16 auto-detects this and sets it appropriately.
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dmv-xor.txt5 - reg: Should contain registers location and length (two sets)
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dfsl,ftm-timer.txt6 - reg : Specifies base physical address and size of the register sets for the
/linux-4.1.27/arch/x86/boot/
Dpmjump.S58 # The 32-bit code sets up its own stack, but this way we do have
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-devices-system-cpu20 If a process ever sets the DSCR (via direct access to the
/linux-4.1.27/arch/powerpc/boot/dts/
Dholly.dts31 d-cache-sets = <128>;
32 i-cache-sets = <128>;
/linux-4.1.27/security/apparmor/
DKconfig23 This option sets the default value for the kernel parameter
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dl2cc.txt52 - cache-sets : specifies the number of associativity sets of the cache
Dmarvell,berlin.txt56 - reg: address and length of following register sets for
94 Pin control registers are part of both register sets, chip control and system
Dcci.txt11 space and multiple sets of interface control registers, one per slave
/linux-4.1.27/Documentation/timers/
Dtimers-howto.txt100 msleep sets the current task to TASK_UNINTERRUPTIBLE
101 whereas msleep_interruptible sets the current task to
/linux-4.1.27/drivers/staging/iio/Documentation/dac/
Dmax51717 shows the different feature sets of the variants MAX517, MAX518 and MAX519:
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dahci-st.txt7 - reg : Physical base addresses and length of register sets
/linux-4.1.27/arch/c6x/kernel/
Dvectors.S12 ; At RESET the processor sets up the DRAM timing parameters and
/linux-4.1.27/Documentation/i2c/
Dten-bit-addresses2 addresses, and an extended set of 10 bit addresses. The sets of addresses
/linux-4.1.27/Documentation/ia64/
Dfsys.txt170 checks whether the interrupted task was in fsys-mode and, if so, sets
223 PSR.id Unchanged. Note: the ia64 linux kernel never sets this bit.
224 PSR.da Unchanged. Note: the ia64 linux kernel never sets this bit.
225 PSR.dd Unchanged. Note: the ia64 linux kernel never sets this bit.
237 PSR.ia Unchanged. Note: the ia64 linux kernel never sets this bit.
/linux-4.1.27/Documentation/security/
Dcredentials.txt108 action, and searching one or more sets of rules to see whether the subject
116 Sometimes the object will include sets of rules as part of its
132 The system as a whole may have one or more sets of rules that get
181 itself to its effective or permitted sets through capset(). This
208 Keyrings are a special type of key. They carry sets of other keys and can
227 Some work by labelling the objects in a system and then applying sets of
325 has _const_ pointers to its credential sets, as does struct file. Furthermore,
475 checks and hooks done. Both the current and the proposed sets of credentials
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dpl011.txt12 state sets up pins for ordinary operation whereas
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt167 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is
191 This BE DAI link connects DAI0 to the codec (in this case RT5460 AIF1). It sets
192 the "no_pcm" flag to mark it has a BE and sets flags for supported stream
341 The machine driver sets some additional parameters to the DAI link i.e.
Dmachine.txt71 struct snd_soc_card then sets up the machine with its DAIs. e.g.
Djack.txt18 together: the jack itself represented by a struct snd_soc_jack, sets of
Doverview.txt40 * Dynamic Audio Power Management (DAPM). DAPM automatically sets the codec to
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt87 The CPUfreq governor "performance" sets the CPU statically to the
95 The CPUfreq governor "powersave" sets the CPU statically to the
112 The CPUfreq governor "ondemand" sets the CPU depending on the
196 governor, sets the CPU depending on the current usage. It differs in
Damd-powernow.txt32 is only available if the kernel config sets CONFIG_ACPI_PROCESSOR.
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dti,omap3isp.txt11 reg : the two registers sets (physical address and length) for the
/linux-4.1.27/drivers/mtd/chips/
DKconfig177 sets which a CFI-compliant chip may claim to implement. This code
187 sets which a CFI-compliant chip may claim to implement. This code
197 sets which a CFI-compliant chip may claim to implement. This code
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-hmt.c201 .sets = hmt_nand_sets,
Dmach-real6410.c195 .sets = real6410_nand_sets,
Dmach-mini6410.c143 .sets = mini6410_nand_sets,
/linux-4.1.27/Documentation/parisc/
Ddebugging35 that clears the Q bit and the RFI that sets it again you don't know
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dvt8500.txt29 Device clocks are required to have one or both of the following sets of
/linux-4.1.27/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt26 - reg : address + size pairs describing the PMIC arb register sets; order must
/linux-4.1.27/drivers/i2c/muxes/
DKconfig58 different sets of pins at run-time.
/linux-4.1.27/Documentation/w1/masters/
Domap-hdq39 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1.
Dds249061 would fail. qemu sets a 50ms timeout and the bulk in would timeout
/linux-4.1.27/Documentation/sound/oss/
DPSS24 mpu_io The MPU emulation base address. This sets the base of the
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt23 or an usb stick prior to resume. So you need an initrd, that sets
62 /dev/hda1 contains an unencrypted mini system that sets up all
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt2 and stop sets of tasks in order to schedule the resources of a machine
72 When written, sets the self-state of the cgroup. Two values are
/linux-4.1.27/arch/arc/include/asm/
Darcregs.h302 unsigned int ver, pg_sz, sets, ways, u_dtlb, u_itlb, num_tlb; member
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dphy-miphy365x.txt25 - reg : Address and length of register sets for each device in
/linux-4.1.27/Documentation/vm/
Dsoft-dirty.txt22 modify a page at some virtual address the #PF occurs and the kernel sets
Dhugetlbpage.txt275 options sets the owner and group of the root of the file system. By default
276 the uid and gid of the current process are taken. The mode option sets the
282 size option sets the maximum value of memory (huge pages) allowed for that
285 rounded down to HPAGE_SIZE boundary. The min_size option sets the minimum
293 nr_inodes sets the maximum number of inodes that /mnt/huge can use. If the
Dnuma_memory_policy.txt229 applied to their intersection. If the two sets of nodes do not
233 mems 1-3 that sets an Interleave policy over the same set. If
272 if not already set, sets the node in the mempolicy nodemask.
275 mems 2-5 that sets an Interleave policy over the same set with
452 memory sets are disjoint, "local" allocation is the only valid policy.
Dslub.txt203 set for the slab. slub_debug sets that option)
226 slub_debug sets that option)
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt62 sets the lowest screen brightness for the next and later reboots,
64 sets the highest screen brightness for the next and later reboots,
/linux-4.1.27/Documentation/frv/
Dbooting.txt143 This sets the IP address on the VDK motherboard RTL8029 ethernet chipset
144 (eth0) to be 192.168.73.12, and sets the board's hostname to be "frv".
Dconfiguring.txt22 The register and instruction sets at the core of the processor. This can
Dgdbstub.txt121 (*) Setting a software breakpoint. This sets a break instruction at the
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal72 b) TMU driver: This component initialises the TMU controller and sets different
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmeson,pinctrl.txt14 gpio register sets
/linux-4.1.27/Documentation/xtensa/
Dmmu.txt3 The code in the initialize_mmu macro sets up MMUv3 memory mapping
/linux-4.1.27/Documentation/trace/
Dkprobetrace.txt102 This sets a kprobe on the top of do_sys_open() function with recording
111 This sets a kretprobe on the return point of do_sys_open() function with
Duprobetracer.txt71 as below: (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash)
/linux-4.1.27/Documentation/
Dkernel-per-CPU-kthreads.txt11 o Documentation/IRQ-affinity.txt: Binding interrupts to sets of CPUs.
13 o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs.
15 o man taskset: Using the taskset command to bind tasks to sets
19 call to bind tasks to sets of CPUs.
Dmd.txt322 'backlog' sets a limit on the number of concurrent background
388 Writing "writemostly" sets the writemostly flag.
390 Writing "blocked" sets the "blocked" flag.
393 Writing "in_sync" sets the in_sync flag.
394 Writing "write_error" sets writeerrorseen flag.
397 replacement device or a spare. It sets the flag.
401 starting the array. It sets or clears the flag.
Dramoops.txt24 Typically the default value of mem_type=0 should be used as that sets the pstore
Drobust-futexes.txt110 before it could have added itself to the list. Glibc sets this
187 If a futex is found to be held at exit time, the kernel sets the
Drfkill.txt92 devices and sets of devices. It also notifies userspace about device addition
Dkobject.txt127 This sets up the parent of the kobject and the name for the kobject
197 sets the reference count to one, so the code which sets up the kobject will
Dxz.txt43 from XZ Utils. The wrapper sets compression options to values suitable
/linux-4.1.27/arch/arm/mm/
Dcache-l2x0.c936 u32 cache_size = 0, sets = 0; in l2x0_cache_size_of_parse() local
943 of_property_read_u32(np, "cache-sets", &sets); in l2x0_cache_size_of_parse()
947 if (!cache_size || !sets) in l2x0_cache_size_of_parse()
978 way_size = sets * line_size; in l2x0_cache_size_of_parse()
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-koneplus8 When written, this file sets the number of the startup profile
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt102 wakes up in that state. There are four logical sets of states:
159 preparation states in which the object sets itself up and waits for its parent
169 There are initialisation states in which the object sets itself up and accesses
/linux-4.1.27/net/sctp/
DKconfig66 This option sets the default sctp cookie hmac algorithm
/linux-4.1.27/Documentation/EDID/
DHOWTO.txt20 (see drivers/gpu/drm/drm_edid_load.c) contains built-in data sets for
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dimx-weim.txt44 what bootloader sets up in IOMUXC_GPR1[11:0] will be
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt10 internally within the SoC or external components) two sets of bindings is needed:
/linux-4.1.27/Documentation/scsi/
Ddc395x.txt32 ("safe") default settings. This sets:
Din2000.txt38 Fixed a bug in the code that sets the transfer direction
139 There's also a define called 'DEFAULT_SX_PER'; this sets the data
/linux-4.1.27/Documentation/fb/
Ddeferred_io.txt10 - deferred IO and driver sets up fault and page_mkwrite handlers
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt4 on keystone devices. The Keystone Navigator DMA driver sets up the dma
/linux-4.1.27/arch/blackfin/
DKconfig483 This sets the frequency of the core. It can be 1, 2, 4 or 8
505 This sets the frequency of the system clock (including SDRAM or DDR) on
517 This sets the frequency of the system clock0 for PVP and all other
528 This sets the frequency of the system clock1 (including SPORT, SPI and ACM).
538 This sets the frequency of the DDR memory.
1262 Furthermore, Standby sets the internal power supply voltage (VDDINT)
1304 (all processors, except ADSP-BF549). This option sets
/linux-4.1.27/drivers/net/wireless/rtlwifi/
DKconfig135 To use the module option that sets the dynamic-debugging level for,
/linux-4.1.27/arch/arm/plat-samsung/
Ddevs.c745 struct s3c2410_nand_set *from = npd->sets; in s3c_nand_set_platdata()
750 npd->sets = to; /* set, even if we failed */ in s3c_nand_set_platdata()
/linux-4.1.27/Documentation/input/
Datarikbd.txt222 This command sets how the ikbd should treat the buttons on the mouse. The
250 command sets the maximum positive value that can be attained in the scaled
272 This command sets the threshold before a mouse event is generated. Note that
283 This command sets the scale factor for the ABSOLUTE MOUSE POSITIONING mode.
417 time-of-day clock, and monitor the joystick. The rate sets the interval
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt33 The multiqueue policy has three sets of 16 queues: one set for entries
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks5 The triton1 insmod option sets the EN_TBFX bit in the control register.
/linux-4.1.27/lib/
DKconfig.kgdb96 The config option merely sets the default at boot time. Both
/linux-4.1.27/fs/fat/
DKconfig99 Enable any character sets you need in File Systems/Native Language
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmsi-pic.txt90 block) and sets that address as the MSI message address.
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks41 loads such a descriptor, the hardware automatically sets the new stack
Dboot-options.txt56 bios. Without this option, Linux always sets the CMCI
58 analysis less effective if the bios sets thresholds for memory
/linux-4.1.27/tools/virtio/virtio-trace/
DREADME29 trace-agent.c: includes main function, sets up for operating trace agent
/linux-4.1.27/arch/arm/plat-omap/
DKconfig72 sets the multiplexing correctly, say N. Otherwise, or if unsure,
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dam33xx-usb.txt4 - reg: offset and length of the usbss register sets
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt120 This routine sets the configuration chosen for a specific codec. The
166 This routine sets the encoder delay and encoder padding. This can be used by
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c692 INIT_LIST_HEAD(&table->sets); in nf_tables_newtable()
723 list_for_each_entry_safe(set, ns, &ctx->table->sets, list) { in nft_flush_table()
2312 list_for_each_entry(set, &table->sets, list) { in nf_tables_set_lookup()
2350 list_for_each_entry(i, &ctx->table->sets, list) { in nf_tables_set_alloc_name()
2371 list_for_each_entry(i, &ctx->table->sets, list) { in nf_tables_set_alloc_name()
2513 list_for_each_entry_rcu(set, &table->sets, list) { in nf_tables_dump_sets()
2786 list_add_tail_rcu(&set->list, &table->sets); in nf_tables_newset()
4013 &trans->ctx.table->sets); in nf_tables_abort()
4159 list_for_each_entry(set, &ctx->table->sets, list) { in nf_tables_check_loops()
/linux-4.1.27/Documentation/PCI/
Dpci.txt9 Since each CPU architecture implements different chip-sets and PCI devices
286 or chip-sets may support Memory-Write-Invalidate. Alternatively,
392 Only one can be enabled at a time. Many architectures, chip-sets,
462 corruption, hangs, and on some chip-sets a hard crash.
/linux-4.1.27/arch/m68k/fpsp040/
Dscale.S95 | if the result of the add sets a bit in the upper word.

12