/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 25 13: URXINT1 UART1 receive FIFO half full 29 17: SS2RX SSI2 receive FIFO half or greater full 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty 32 29: URXINT2 UART2 receive FIFO half full
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | time.c | 64 u32 half = DIV_ROUND_CLOSEST(rate, 2); in ks8695_set_mode() local 72 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1TC); in ks8695_set_mode() 73 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1PD); in ks8695_set_mode() 85 u32 half = DIV_ROUND_CLOSEST(cycles, 2); in ks8695_set_next_event() local 94 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1TC); in ks8695_set_next_event() 95 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1PD); in ks8695_set_next_event()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 98 int i, half = (irq == IRQ_IXP4XX_QM1 ? 0 : 1); in qmgr_irq() local 99 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq() 103 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq() 108 i += half * HALF_QUEUES; in qmgr_irq() 118 int half = queue / 32; in qmgr_enable_irq() local 122 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) | mask, in qmgr_enable_irq() 123 &qmgr_regs->irqen[half]); in qmgr_enable_irq() 130 int half = queue / 32; in qmgr_disable_irq() local 134 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) & ~mask, in qmgr_disable_irq() 135 &qmgr_regs->irqen[half]); in qmgr_disable_irq() [all …]
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | stnic.c | 32 #define half unsigned short macro 100 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE() 190 half buf[2]; in stnic_get_hdr() 226 half val; in stnic_block_input() 248 length -= sizeof (half); in stnic_block_input() 274 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output() 276 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output() 279 buf += sizeof (half); in stnic_block_output() 280 length -= sizeof (half); in stnic_block_output()
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 13 a stable state with both outputs high (half-period mode). 33 one step (half-period mode) 42 In half-period mode, state a) and c) above are used to determine the 45 (i.e. the rotation was not reversed half-way). 54 meaning that there it has seen half the way of a one-step transition. 61 should have happened, unless it flipped back on half the way. The
|
/linux-4.1.27/drivers/hwmon/ |
D | max197.c | 126 int half = data->limit / 2; in max197_store_range() local 136 value = -half; in max197_store_range() 143 value = half; in max197_store_range() 152 } else if (value == -half) { in max197_store_range() 158 } else if (value == half) { in max197_store_range()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 9 CONFIG_HOTPLUG_CPU -- Do half. (Every second.) 14 CONFIG_PREEMPT -- Do half. (First three and #8.) 28 CONFIG_RCU_TRACE -- Do half.
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 119 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() argument 121 return swap ? swab16(half) : half; in read_elf_half()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grukservices.c | 650 int half, qlines; in send_message_queue_full() local 658 half = (limit != qlines); in send_message_queue_full() 660 if (half) in send_message_queue_full() 666 gru_gamir(cb, EOP_IR_CLR, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, IMA); in send_message_queue_full() 677 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), in send_message_queue_full() 696 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, in send_message_queue_full() 843 int half = -1; in gru_free_message() local 854 half = 1; in gru_free_message() 856 half = 0; in gru_free_message() 859 if (half >= 0) in gru_free_message() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | rs485.txt | 4 the built-in half-duplex mode. 5 The properties described hereafter shall be given to a half-duplex capable
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 17 - rotary-encoder,half-period: Makes the driver work on half-period mode.
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit.S | 69 sk_load_common(half, 2, llgh) /* r14 = *(u16 *) (skb->data+offset) */ 109 sk_negative_common(half, 2, llgh)
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 15 used. When absent, half duplex is assumed. 27 - b: duplex configuration: 0 for half duplex, 1 for full duplex
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vecemu.c | 242 int exp, half; in rfin() local 254 half = 0x400000 >> exp; in rfin() 256 return (x + half) & ~(0x7fffff >> exp); in rfin()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 72 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock 73 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock 78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock 79 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
|
/linux-4.1.27/lib/fonts/ |
D | Kconfig | 51 Small console font with Macintosh-style high-half glyphs. Some Mac 67 Small console font with PC-style control-character and high-half 75 Small console font with PC-style control characters and high-half
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 15 half-duplex mode capable of automatically controlling line direction by 17 half-duplex hardware like an RS485 transceiver or any RS232-connected 18 half-duplex devices like some modems.
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 258 int half; in usbtv_chunk_to_vbuf() local 260 for (half = 0; half < 2; half++) { in usbtv_chunk_to_vbuf() 261 int part_no = chunk_no * 2 + half; in usbtv_chunk_to_vbuf()
|
/linux-4.1.27/drivers/staging/nvec/ |
D | TODO | 3 - move half of the nvec init stuff to i2c-tegra.c
|
/linux-4.1.27/Documentation/networking/ |
D | dl2k.txt | 188 10mbps_hd 10Mbps half duplex. 190 100mbps_hd 100Mbps half duplex. 193 1000mbps_hd 1000Mbps half duplex. 195 1 10Mbps half duplex. 197 3 100Mbps half duplex. 199 5 1000Mbps half duplex.
|
D | tlan.txt | 63 3. You can set duplex=1 to force half duplex, and duplex=2 to 88 0x02 = use half duplex
|
D | baycom.txt | 15 This driver supports the SER12 modems either full or half duplex. 25 It only supports half duplex, and only 1200 baud. Its devices 70 All of the above modems only support half duplex communications. However,
|
D | 3c509.txt | 102 0 transceiver type from EEPROM config (normally 10baseT); force half-duplex 106 4 10baseT (RJ-45 connector); force half-duplex mode 198 host is incorrectly set to full duplex on a half duplex network.
|
D | dccp.txt | 133 On unidirectional connections it is useful to close the unused half-connection 161 Default CCID for the sender-receiver half-connection. Depending on the 165 Default CCID for the receiver-sender half-connection; see tx_ccid.
|
D | vortex.txt | 266 half-duplex mode. You need to find that other host and make it run in 267 half-duplex mode or fix this host to run in full-duplex mode. 336 100" and "duplex full" as well (or "speed 10" and "duplex half"). 401 full/half duplex? switched or hubbed?
|
D | 6pack.txt | 64 TNCs contain a 64kByte EPROM, the lower half of which is used for 65 the firmware/KISS. The upper half is either empty or is sometimes
|
D | cs89x0.txt | 63 IEEE 802.3 standards and support half or full-duplex operation in ISA bus 230 * duplex=full - specify forced half/full/autonegotiate duplex 231 or duplex=half 272 * CS8900 defaults to half-duplex if not specified on command-line
|
D | scaling.txt | 113 RPS is called during bottom half of the receive interrupt handler, when 133 the end of the bottom half routine, IPIs are sent to any CPUs for which 180 queue exceeds half the maximum queue length (as set by sysctl 183 default, half) of these packets when a new packet arrives, then the
|
D | e1000.txt | 61 Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 67 link partner is forced (either full or half), Duplex defaults to half-
|
D | e100.txt | 77 ethtool -s eth? autoneg off speed {10|100} duplex {full|half}
|
D | z8530drv.txt | 252 # dpll = normal half duplex operation 493 half-duplex packet radio operation)
|
D | eql.txt | 107 could argue that MTU should be roughly half the usual size for two
|
D | filter.txt | 208 ldh 1, 2 Load half-word into A 942 BPF_H 0x08 /* half word */
|
/linux-4.1.27/arch/xtensa/lib/ |
D | memset.S | 114 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned 123 # dst half-aligned
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 10 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
|
D | sysfs-class-net | 97 half: half duplex
|
D | sysfs-devices-edac | 95 this is half the size of the total DIMM memories.
|
D | sysfs-class-mtd | 121 half page, or a quarter page).
|
/linux-4.1.27/Documentation/filesystems/ |
D | qnx6.txt | 157 Each superblock got it's own half of the system area. So superblock #1 158 always uses blocks from the lower half whilst superblock #2 just writes to 159 blocks represented by the upper half bitmap system area bits. 167 other half of the system area.
|
D | tmpfs.txt | 60 default is half of your physical RAM without swap. If you 65 is half of the number of your physical RAM pages, or (on a
|
D | logfs.txt | 187 uses the upper half of the address space for indirect blocks, the size 235 logfs uses the top half of each inode's address space. The low 8TB
|
D | xfs-delayed-logging-design.txt | 295 the transaction cannot be larger than just under half the size of the log. The 298 transaction is larger than half the log, then there is the possibility that a 302 size of a checkpoint to be slightly less than a half the log. 549 As mentioned early, transactions can't grow to more than half the size of the
|
D | vfs.txt | 238 or bottom half).
|
D | proc.txt | 1433 1000. If it is using half of its allowed memory, its score will be 500.
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | ti,keystone-timer.txt | 6 timers, each half can operate in conjunction (chain mode) or independently
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 61 D0.0 (D0Re0) 32bit result D1.0 (D1Re0) Top half of 64bit result 174 D1.0 (D1Re0) Upper half of 64bit return value 191 register number in both D0 and D1 units), with the least significant half in D0 192 and the most significant half in D1, leaving a gap where necessary. Further
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | atmel-dma.txt | 31 - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP.
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_32.S | 76 .half 0x0203 /* HdrS version */ 78 .half 1 80 .half 0 82 .half 0
|
D | head_64.S | 66 .half 0x0301 /* HdrS version */ 69 .half 1 71 .half 0 73 .half 0
|
/linux-4.1.27/net/decnet/ |
D | TODO | 30 we have a half-way house scheme which seems to work reasonably well, but
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 159 cmp r0, #0x1 @ going to half speed? 164 cmp r0, #0x1 @ going to half speed (post branch link) 165 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
D | sram242x.S | 159 cmp r0, #0x1 @ going to half speed? 164 cmp r0, #0x1 @ going to half speed (post branch link) 165 moveq r5, r5, lsr #1 @ divide by 2 if to half
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 1 SPI devices have a limited userspace API, supporting basic half-duplex 75 Standard read() and write() operations are obviously only half-duplex, and 141 The example shows one half-duplex RPC-style request and response message.
|
D | spi-summary | 34 - It may also be used to stream data in either direction (half duplex), 52 half-duplex SPI, for request/response protocols), SSP ("Synchronous 57 limiting themselves to half-duplex at the hardware level. In fact 108 implies that its data is written half a clock before the first 390 (two pointers, maybe the same one in both cases) and half
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 91 half, enumerator 735 else if (current_duplex == half) in e100_negotiate() 744 else if (current_duplex == half) in e100_negotiate() 753 else if (current_duplex == half) in e100_negotiate() 1395 e100_set_duplex(dev, half); in e100_ioctl() 1441 e100_set_duplex(dev, ecmd->duplex == DUPLEX_HALF ? half : full); in e100_set_settings()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 21 controller is half of that value. If not specified, a default
|
D | sja1000.txt | 21 SJA1000 is half of that value. If not specified, a default value
|
/linux-4.1.27/Documentation/devicetree/bindings/panel/ |
D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 157 the working data in TWO forms, one for easy use of half the sboxes in 158 indexing, the other for easy use of the other half; instead you can keep 159 it in the form for the first half and use a simple rotate to get the other 160 half. this means i have (almost) half the data manipulation and half
|
/linux-4.1.27/Documentation/sound/oss/ |
D | VIBRA16 | 16 it as half-duplex soundcard). Oh, I almost forgot, the RedHat sndconfig
|
/linux-4.1.27/kernel/time/ |
D | timeconst.bc | 30 by at most one in the upper half of the unsigned range. */
|
/linux-4.1.27/Documentation/hwmon/ |
D | thmc50 | 37 register and Hysteresis register. Each value can be set and read to half-degree
|
D | lm75 | 69 set and read to half-degree accuracy.
|
D | lm90 | 250 Byte), the ADM1032 computes the CRC value over only the second half of 251 the message rather than its entirety, because it thinks the first half
|
/linux-4.1.27/drivers/input/joystick/ |
D | adi.c | 401 static int adi_init_input(struct adi *adi, struct adi_port *port, int half) in adi_init_input() argument 415 snprintf(adi->phys, ADI_MAX_PHYS_LENGTH, "%s/input%d", port->gameport->phys, half); in adi_init_input()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1657 int half; in xfs_attr3_leaf_figure_balance() local 1667 half = (max + 1) * sizeof(*entry); in xfs_attr3_leaf_figure_balance() 1668 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance() 1670 half /= 2; in xfs_attr3_leaf_figure_balance() 1682 if (XFS_ATTR_ABS(half - tmp) > lastdelta) in xfs_attr3_leaf_figure_balance() 1684 lastdelta = XFS_ATTR_ABS(half - tmp); in xfs_attr3_leaf_figure_balance() 1703 if (XFS_ATTR_ABS(half - tmp) > lastdelta) in xfs_attr3_leaf_figure_balance() 1705 lastdelta = XFS_ATTR_ABS(half - tmp); in xfs_attr3_leaf_figure_balance()
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 19 Be aware that this requires half of your memory for bookkeeping and
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 24 1: 2 (half-bridge). 1 (full-bridge) on-board power
|
D | st,sta350.txt | 24 1: 2 (half-bridge). 1 (full-bridge) on-board power
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 40 and having half broken failure path implementation in ->probe() which 98 freed whether initialization fails half-way or the device gets
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 111 - if the test fails, unload a half of the drivers currently loaded and repeat 114 - if the test succeeds, load a half of the drivers you have unloaded most 156 find it by loading a half of the modules you normally use and binary searching
|
D | swsusp.txt | 130 image size of half the amount of memory. 134 * require half of memory to be free during suspend. That way you can 325 (over half of the total system RAM), is it correct that it is likely
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 176 To reduce from full size down to half size: 180 To reduce from half size down to quarter size: 530 To reduce from full size down to half size: 534 To reduce from half down to quarter.
|
/linux-4.1.27/drivers/net/hamradio/ |
D | Kconfig | 124 driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old 141 ser12 design in half-duplex mode. This is the old driver. It is
|
/linux-4.1.27/drivers/mtd/devices/ |
D | Kconfig | 76 one-time-programmable (OTP) data. The first half may be written 78 other key product data. The second half is programmed with a
|
/linux-4.1.27/Documentation/arm/ |
D | README | 116 half the code to be compiled into the kernel image. 135 I've just got 240K/s off it (a dd with bs=128k); thats about half of what
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 101 DSI is a high speed half-duplex serial interface between the host
|
/linux-4.1.27/Documentation/ |
D | mailbox.txt | 101 dc_sync->cl.tx_tout = 500; /* by half a second */
|
D | preempt-locking.txt | 133 be made. Do note that calls from interrupt context or bottom half/ tasklets
|
D | clk.txt | 24 The second half of the interface is comprised of the hardware-specific
|
D | cpu-hotplug.txt | 254 - timers/bottom half/task lets are also migrated to a new CPU
|
D | bcache.txt | 349 Each error is decayed by the half life (in # ios). If the decaying count
|
/linux-4.1.27/Documentation/vm/ |
D | page_owner.txt | 47 230 bytes and only half of it is in hotpath. Building the kernel with
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 87 - Support for OPTi 82C930. Only half duplex at this time. 16 bit playback 230 use select() carefully when you are writing a half duplex app. 360 - Now supports half duplex mode. It's now possible to record and
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | qman.txt | 61 Definition: Reference input clock. Its frequency is half of the
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 93 # process top half (r0..r3) {a...d} 104 # process bottom half (r4..r7) {e...h}
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 68 DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 8 and the running binary size (the module is less than half the size of
|
D | aha152x.txt | 9 bottom-half handler complete()).
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 132 - the compiler doesn't have half its registers clobbered by making a call
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 72 0: lmh %r0,%r15,0(%r13) # clear high-order half of gprs
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 32 more typical in the second half of 2002. 193 going to waste more than half the USB 2.0 bandwidth. Delays between the
|
D | usb-serial.txt | 160 changing baud rates ought to flush tx/rx to avoid mangled half characters
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 466 Split the ColdFire CPU cache, and use half as an instruction cache 467 and half as a data cache.
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_mad.txt | 102 transaction ID field (that is, the least significant half of the
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | ssin.S | 488 |--we want P+p = W+w but |p| <= half ulp of P 500 |--|r| <= half ulp of R.
|
D | stan.S | 326 movel #0x7fdc0000,FP_SCR3(%a6) |create low half of 2**16383*
|
/linux-4.1.27/arch/c6x/lib/ |
D | csum_64plus.S | 86 ;; Manage half-word
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 80 to be called from bottom-half (timer) context (on the basis that nobody
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 3237 my $half = int($#diff_arr / 2); 3238 my @tophalf = @diff_arr[0 .. $half]; 3254 my @bottomhalf = @diff_arr[$half+1 .. $#diff_arr];
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 70 rp3 is covers the half rp2 does not cover (bytes 2, 3, 6, 7, 10, 11, ...) 73 and rp5 covers the other half, so bytes 4, 5, 6, 7, 12, 13, 14, 15, 20, .. 483 bytes and rp4 and rp5 each contain the xor of half of the bytes.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 167 should be '0' for half duplex and '1' for full duplex
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 168 is calibrated: as an effect when the frequency is geared down to half the
|
D | NO_HZ.txt | 75 1,500 OS instances might find that half of its CPU time was consumed by
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 283 So, almost half of the events are occurring in a library. To get an idea which
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 239 @ pointing at the second half of the Thumb instruction. We
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 173 and there is a server in its half load, then allocate the weighted
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 349 ;; ETRAX 100LX TR89 bugfix: if the second half of an unaligned
|
/linux-4.1.27/drivers/input/mouse/ |
D | Kconfig | 416 a tap or tap-and-a-half drag gesture emulates the left mouse button.
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dtree.c | 1344 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local 1505 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage() 1545 if (left >= half) in dtSplitPage()
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 340 half full, due to improper understanding of the statfs fields.
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 26 patches which are known to be half-baked, but those who do will come in
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 50 * 24-bit/96kHz ==> 2 channels in _or_ 2 channels out (half duplex only)
|
D | ALSA-Configuration.txt | 739 When dma2 is equal with dma1, the driver works as half-duplex. 1709 Note: To use Vibra16X cards in 16-bit half duplex mode, you must 1712 half duplex mode through 8-bit DMA channel by disabling their
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 311 number of randomly selected arguments in each case is about half a
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 26 (half duplex), SSP, SSI, and PSP. This driver framework should
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 339 bottom-half, unless a non deterministically long running error recovery procedure
|
D | Debugging390.txt | 767 operands are nibble (half byte aligned).
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 342 Note that the half-duplex "GL620USB" is not supported.
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 382 1:2 compression. For 1:4 compression, you'd have frames of half this size.
|
D | vivid.txt | 307 Finally, for PAL/SECAM standards the first half of the top line contains noise.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Cards | 581 Smart Video Recorder pro (ISA half-length)
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 298 (half-life of 10 seconds) rate of direct page reclaims caused by
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3129 __u64 mask; /* psw upper half */ 3130 __u64 addr; /* psw lower half */
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 114 13.12 The UML BogoMips is exactly half the host's BogoMips 4010 13.12. The UML BogoMips is exactly half the host's BogoMips
|
/linux-4.1.27/init/ |
D | Kconfig | 871 contributions is greater than the half of the default kernel ring
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 5588 # create low half of 2**16383*PI/2 at FP_SCR1 6109 #--we want P+p = W+w but |p| <= half ulp of P 6121 #--|r| <= half ulp of R.
|
D | fplsp.S | 5572 #--we want P+p = W+w but |p| <= half ulp of P 5584 #--|r| <= half ulp of R. 5913 # create low half of 2**16383*PI/2 at FP_SCR1
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1488 copies of the Document, then if the Document is less than one half of
|